Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

exposing a bapi as a webservice

Former Member
0 Likes
487

Dear experts,

I did create the bapi and got the web service through r3 web repository....how am i supose to pass the client number when using webservice in soap UI or altova spy...Since I cant pass the client number, I will not get the response with the data... RFC works perfectly and it fetches the data from r3 as required.

Regards

Prabash

Dear experts,

I did create the bapi and got the web service through r3 web repository....how am i supose to pass the client number when using webservice in soap UI or altova spy...Since I cant pass the client number, I will not get the response with the data... RFC works perfectly and it fetches the data from r3 as required.

Regards

Prabash

2 REPLIES 2
Read only

Former Member
0 Likes
469

Hello,

How are you generating the WSDL, i guess its using WSADMIN. when you generate through WSADMIN the WSDL would pick the client you are currently logged in(ex: 20) and that WSDL would alwys use client 20.

So technically you need not pass the client.

Hope this helps.

Rajeev

Read only

athavanraja
Active Contributor
0 Likes
469

pass the client number along with the url of the wsdl

http://.....wsdl?sap-client=<client no>