cancel
Showing results for 
Search instead for 
Did you mean: 

Testing Web Service in PI

Former Member
0 Kudos

Hi

I have created a service Z_GET_TIME from a function module. I open the SOA Manager and the service exists. I'm able to open the WSDL files also. How do I test the service? Its not getting published. As in I tried in the SAP GUI to publish it, but dont know which registry to save the service in. and then tried through the browser with the link http://<hostname>:<portno>/sr. the link opens and i click on publich tab and enter the WSDL url , but it says unable to connect to the url i provided.

i need to test the service. Please do the needful

Thanks

Vijay

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can use SOAPUI tool to test the WebService. Generate the WSDL file and use it in SOAPUI tool. Tool will act like a service consumer which will call the specific method of the Web Service. Make sure to provide logon details of the PI server in the request properties of the request in SOAPUI tool.

Hope this helps.

Thanks and Regards.

Kalpesh

Former Member
0 Kudos

Hi!

I hope these two threads will be useful to you...

Creating WSDL and Testing:

[]

Issue related to that::

[]

Regards::

Amar Srinivas Eli

Former Member
0 Kudos

Hi,

you can also use the free tool soapUI

http://www.soapui.org/

Johannes

Former Member
0 Kudos

Hi Vijay,

You can test web service by pasting WSDL file on tools like "ALtova XML spy" and then you can create SOAP request and send it to web service provider.

In Altova XML spy, goto Tools->create SOAP request.

Regards,

Divyesh