cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to SOAP

Former Member
0 Kudos

Dear All,

I want to implement a test RFC to SOAP adapter scenario. Is there a WSDL available on the net to try the scenario.

Regards,

Ashish

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ashish,

If u know java, u can simply goto Netweaver Developer studio and write a simple programto ad wo nos and return the result. Then expose this program as a web service. Get the wsdl of the webservice. Creat a RFC to send two nos.

Now, design in XI such tht the RFC would trigger and send two nos to XI, which in turn ill call the web sevice using SOAP adapter. The webservice will add the two nos and retuen the result back to RFC.

Hope this finds useful to u.

Regards,

Akshay

Former Member
0 Kudos

info from the how to guide...

*****************************

The Web service scenarios are taken from http://www.xmethods.net/

On this page you will find a number of public Web services, which you can use for

testing.

********************************

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873...

Thanks.

Former Member
0 Kudos

Hi Ashish,

babelfish wsdlTranslates text of up to 5k in length, between a variety of languages.

http://www.xmethods.net/sd/2001/BabelFishService.wsdl

Regards Mario