‎2009 Feb 21 6:21 AM
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..
‎2009 Feb 21 10:45 PM
Hi,
Check this link it might help
[http://help.sap.com/saphelp_nw04/helpdata/en/b7/d7baaf1481a349ab723e3acd7334b3/content.htm]
Cheers,
Surinder
‎2009 Feb 22 2:52 AM
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
‎2009 Feb 24 8:39 AM
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..