cancel
Showing results for 
Search instead for 
Did you mean: 

WEB SERVICE

Former Member
0 Kudos

Hi guys,

I have developed a function module to insert data in database . I can get it's WSDL representation from the following link :

http://<host>:<port>/sap(bD1lbiZjPTIwMA==)/bc/bsp/sap/webservicebrowser/search.html

I want to know whether i can use this wsdl in XI directly to add data in the database of SAP R3. I am on SAP WAS 6.2.

Regards,

Keith.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member8655
Active Participant
0 Kudos

Hi Keith

You just need to upload your WSDL in XI

You can do this by going to your software component -> namespace -> interface object-> external defination

in this create a external defnation and import the wsdl

now this wsdl cam be used as interface and messages inside this wsdl for your mapping.

one more thing you donot need to convert your function module into wsdl format

you can import your rfc from tha r/3.

Shabarish_Nair
Active Contributor
0 Kudos

if your webservice is already deployed on XI then refer to this weblog for how to use it -> /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

Else if it is an external webservice refer this -> /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1