Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Webservice From BAPI

Former Member
0 Likes
657

I m trying to create a webservice for a BAPI and i hv done all the steps and procedures.

I got the service path ( /sap/bc/srt/rfc/sap/Z5E8001/) created in SICF and also it is appearing in WSCONFIG..

Also i hav updated the host file referring the SMICM parameters.

In SICF i tried Test Service but a webpage opened and i gave SAP user id and passwrd but after that it is showing error..

in WSADMIN i got the URL

http://seasrv03:8200/sap/bc/srt/rfc/sap/ZAC_SO_CREATE?sap-client=800&wsdl=1.1&mode=sap_wsdl

My questions are;

1) How can i find the WSDL file for the webservice

2) How to test the webservice

3)Is there any port settings

Xperts plz..

3 REPLIES 3
Read only

Former Member
0 Likes
606

Hi,

Check this link it might help

[http://help.sap.com/saphelp_nw04/helpdata/en/b7/d7baaf1481a349ab723e3acd7334b3/content.htm]

Cheers,

Surinder

Read only

Former Member
0 Likes
606

Hello,

1) How can i find the WSDL file for the webservice - WSDL can be seen using WSADMIN or SOAMANAGER. In WSADMN, go to Web Service node, click the icon for 'WSDL'. Select 'Document Style' in the popup and login. You will see WSDL now.

2) How to test the webservice - For testing Web Service, J2EE server should be up and running. In WSADMIN, click the 'Web Service HomePage' button.

3)Is there any port settings - For providing Web Service, you need to configure end points using WSCONFIG/SOAMANAGER. Port is required for consuming it.

Thanks,

Venu

Read only

0 Likes
606

i have created a webservice for SALES ORDER GET DETAIL and it is deployed in my server.but while executing it it is showing an error V4213.

But it s working in R/3..