cancel
Showing results for 
Search instead for 
Did you mean: 

providing or cousuming a web service

Former Member
0 Kudos

Hi all i have scenario.

one asp.net website send me one vender number and i have to give detail of vender on that page.

i want to use web service WSDL file so how can i do this.

also give me some screen short for providing and consuming web service in netweaver

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
one asp.net website send me one vender number and i have to give detail of vender on that page.

i want to use web service WSDL file so how can i do this.

asp.net ---> XI -


> target

For asp.net ---> XI communication you need to define an OutBound Message Interface in IR

For XI ---> Target communication you need to define an Inbound Message Interface in IR...

Now in ID once all the objects are created for this scenario (RD, ID, SA, RA, CCs)...you need to create a wsdl file using the function from Tools ---> Define Webservice...this should have reference to the Outbound MI of IR....now once done you will get the wsdl file...give this to the asp.net application developers and ask them to include it in their coding...

If your Target is a SOAP application then get their wsdl file and import it under External Definitions in IR and create the Inbound Message interface based on this imported wsdl.....in the receiver SOAP channel include the target URL from this wsdl file....

To know more check these:

https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken]

Hope i got your requirement right!

Regards,

Abhishek.