cancel
Showing results for 
Search instead for 
Did you mean: 

Using Webservices in XI Integrationprocess

MSiegmund
Advisor
Advisor
0 Kudos

Hello,

currently i'm trying to get in touch with ccBPM and XI. Therefor i want to integrate a custom webservice in an integrationprocess. I found this blog in sdn: <a href="/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi webservices using XI</a>.

But unfortunately the interesting steps of how to integrate this webservice in the integrationprocess are only partial described.

Is there a better tutorial?

regards,

Matthias

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Matthias,

a) import the WSDL

b) generate a sync message interface (drag and drop the imported wsdl) to the input-field for the message types.

c) design message-mapping an interface mapping for

ca) incoming-message --> webservice request

cb) webservice response --> outgoing message

d) place a transformation step in BPM (use mapping fom step c)

e) place sync. send step

Thants it

Regards Mario

Former Member
0 Kudos

Hi Matthias !

You could check this blog to see how a BPM is put in the middle. Souce could still be a soap client and destination could still be a web service, in the middle you could put your extra logic.

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

Regards,

Matias.