cancel
Showing results for 
Search instead for 
Did you mean: 

Testing web service query_view_data

Former Member
0 Kudos

Hello,

I have created the SAP web service query_view_data, but I do not know how I can test it.

Can anyone point me to the tools SAP has for doing this?

Thanks! Bill

Accepted Solutions (0)

Answers (3)

Answers (3)

athavanraja
Active Contributor
0 Kudos

I assume that you are talking about ABAP engine here.

I guess you have created this in BW system, to consume BW queries as webservice. (http://help.sap.com/saphelp_nw04/helpdata/en/d8/3bfc3f8fc2c542e10000000a1550b0/content.htm)

to consume this webservice from check out the weblog by

Thomas Jung

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

there some free tools available.

in the download section , there is a tool called soapclient, i have never tried it

i generally use WEBSERVICESTUDIO a free tool. search google for the same.

Regards

Raja

Message was edited by: Durairaj Athavan Raja

claudio_ciardelli2
Participant
0 Kudos

Link to Thomas Jung Blog has changed to

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

Former Member
0 Kudos

Hi Bill,

To test your web service goto the following link:

http://<host>:<port>//wsnavigator/enterwsdl.html

Here, you can find your Webservice.

Click on it. It will display information about your web service. click on test link and there you can test your web service.

You can also test it from your Netweaver developer studio itself from Web service perspective.

Regards,

Bhavik

Former Member
0 Kudos

Well I don't know if SAP has a "tool" for testing web service but I can suggest two ways -

1. Generate WSDL of your service and use XMLSPY for testing.

2. Create a client proxy (in WAS) using WSDL and test the client proxy.

Cheers,

Sanjeev