Hi Friends ,
I haev done a scenario like SOAP Request to RFC . RFC will give the response back .
Using the Tools --> Define webservices in ID . I have defined the webservice . It has produced the WSDL File .
I have tested in Altova XML Spy . It is accepting the input and responds back .
Our techical guys asking the URL for calling the webservice .
I have WSDL file . Then what else i have to do . While i was defining the webservice it asked me the URL . i have given the url like
<b>http://xidev:port/XISOAPAdapter/MessageServlet?channel=:BS_CHECK_SOAP:CC_Check_SOAP_Sender</b>
Can you please tell me how to handle this ?
Best Regards .,
V.Rangarajan
HI Ranga Rajan
There are many tools to test webservices.
1. XMlSpy
http://www.altova.com/features_soap.html
2. Parasoft SOATest
3. WebserviceStudio(my fav, easy and free)
4. SAP SOAP Client
https://www.sdn.sap.com/jws/soapclient.jnlp
Cheers..
Vasu
<i>** Reward Points if found useful **</i>
<i>Our techical guys asking the URL for calling the webservice .
I have WSDL file . Then what else i have to do . While i was defining the webservice it asked me the URL . i have given the url like
http://xidev:port/XISOAPAdapter/MessageServlet?channel=:BS_CHECK_SOAP:CC_Check_SOAP_Sender</i>
>>>>
Ref: /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009
Hi All,
Go to the Transaction code WSADMIN. You can see a list of the Web Services there under SOAP Application for RFC-Compliant FMs . Select the particular webservice and Go to Web Service-> Web Service Homepage in the menu bar.
It will take you the Web Service Navigator. Where you can test the web service.
In case you know the WSDL Definition.Directly go to WSADMIN and go to Web Service-> Web Service Homepage in the menu bar. And specify the WSDL url. Once you provide the authentication the webservice can be tested there.
To know the WSDL definition , Click the select the particular webservice and go to Web Service-> WSDL and select RPC style , which will open the browser and give you the WSDL URL.
Regards,
Karthik
Add a comment