cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a webservice from a function module and access it via XI/PI

Former Member
0 Kudos

Hi

looking for a guide to let me build a webservice from SAP (ECC 6) function module, implement that webservice in PI and call it from the web. Can anyone help with a walktrough/guide please?

I have googled but havent found a proper guide yet. Much appreciate any help.

Cheers

Edited by: Bowie on Nov 27, 2008 1:12 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bowie,

You need to import the RFC you want to expose as a Web Service in PI.

Once you imported, need to create all design and configuration objects.

In Configuration, you need to define the Web Service, either with a SOAP Sender Comm Channel. Or using the Integration Engine directly.

Please take a look at these blogs and Forums:

Difference of using SOAP Sender Comm Channel or The Integration Engine for SOAP calls:

Please give points,

Felipe

Former Member
0 Kudos

thx for the links

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Check out this blog.

Once the RFC is web enabled, you may use XI soap adapter and provide the URL of the webservice to connect to it.

Regards,

Prateek

SudhirT
Active Contributor
0 Kudos

Hi,

you need to create data type according to rfc structure after importing RFC to repository,then MT and MI.

after designing these objects from configuration generate the WSDL.

Thanks.