cancel
Showing results for 
Search instead for 
Did you mean: 

How do I test a web service created from FM with Netweaver Developer Studio

Former Member
0 Kudos

Hello,

I have created a web service based on a SAP standard BAPI.

I am unable to test the service using transaction SOAMANAGER as we don't have the JAVA stack so I was hoping to test my web service using Netweaver Developer Studio but I'm not sure how to do this.

Can anyone help?

Thanks,

Ruby

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can make use od Altova XMLSpy to test your service or you can make use of Webservice navigator to test ur service.

For webservice navigator-> type http://<hostname>:<port>/index.html

you will find a link in the page.

Regards

Shailesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ruby,

just use a WS/SOAP tool like SOAP UI.

There you can insert your WSDL an test the operations.

Cheers,

André