cancel
Showing results for 
Search instead for 
Did you mean: 

SAOP to RFC in 7.1 -- How to process the data

Former Member
0 Kudos

SOAP to RFC Scenario in 7.1 ( Sender has .Net application)

Developed outbound Service Interface with WSDL (WSDL has provided by client) which I have used as an External Definition

I have tested the scenario, it is working fine through ID--Tools- Test Configuration

WSDL file:-

<s:element minOccurs="0" maxOccurs="1" name="DELVRY_NOTE" type="s:string" />

<s:element minOccurs="0" maxOccurs="1" name="ITEM_NUM" type="s:string" />

<s:element minOccurs="0" maxOccurs="1" name="MATERIAL" type="s:string" />

<s:element minOccurs="0" maxOccurs="1" name="PLANT" type="s:string" />

Issue is that how client will proccess the input data ?

Please comment !

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anshul,

As now client have WSDL they just need URL.. you can provide them appropriate URL and by using that whenever client will execute this will hit the request in PI system and your interface will get triggered.. and you can check that in SXMB_MONI.

for details on URL ..

the URL format is fix. and it is simple.

http://host:HTTPPort/XISOAPAdapter/MessagingServlet?channel=party:sendersystem:CC_sender

in above URL provide your sender service component name instead of sender system.

and provide SOAP sender communication channel name in place of CC_sender

provide your PI system host and http name in place of host and https and use this..

for more details about URL..

Thanks,

Bhupesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to develop the structures and create the URL ...give it to the sender side guys.

check the link for the same http://www.riyaz.net/blog/xipi-consuming-xi-web-services-using-web-dynpro-part-i/technology/sap/6/

Regards,

Phani