cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service

Former Member
0 Kudos

From RFC I need to call a Web service . Basically I am doing a currency conversion and for that I am calling that webservice.

How to configure XI to WEbservice?

What are all the information I need to request from WebSErvice Team?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Pete,

this is the only thing that you need:

RFC -> XI -> WebService - A Complete Walkthrough (Part 1)

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

RFC -> XI -> WebService - A Complete Walkthrough (Part 2)

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hey

use the same link as i gave in ur earlier thread,just request the WSDL file for the webservice,and then import this WSDL in IR,no need to create any sender DT or MT or MI(as its RFC,you do need MI if its asyc RFC though).for receiver DT use this WSDL instead,then create MT and MI for receiver

do mapping(do response mapping as well if its sync scenario)

then do the ID steps configure sender RFC and receiver SOAP communication channel

and thats it:)

consider it like any other scenario,just the thing is instead of creating your own data types,you are using WSDL

Thanx

Ahmad