cancel
Showing results for 
Search instead for 
Did you mean: 

Need inputs for FILE-Webservice-File using BPM scenario

Former Member
0 Kudos

Hello All,

can any one tell me how to do the file-webservice(soap adapter)-file with out BPM.

If we cant do with out BPM then, please let me know after importing the WSDL file, how many Message interfaces i need to create what are they.

Thanks and Regards,

chinna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Chinna,

Check this links for the receiver side SOAP configuration

http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm

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

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

Sender side File adapter configuration is as usual

> please let me know after importing the WSDL file, how many Message interfaces i need to create what are they.

It is a synchronous scenario so you need to create the two message interfacess for the sender (one is for request message and another is for response message). For receiver you don't need to create any message interfaces, because the WSDL internally having the two messages (request and response).

Regards

Ramesh

former_member200962
Active Contributor
0 Kudos

Your scenario is similar to File -->RFC --> File without BPM...just that in your case RFC is replaced by SOAP

You need to make use of RequestResponse Bean to achieve this scenario....both the below wiki sections mention how to do it:

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File(Without+BPM)

https://wiki.sdn.sap.com/wiki/display/XI/UsingRequestResponseBeanModuleinFILE+Adapter

Please note this pre-requisite : SP>=SP19(for XI3.0) & SP>=SP10(for PI7.0).

Regards,

Abhishek.

Former Member
0 Kudos

iam using PI7.1 can i use the RequestResponse Bean in it.

Thanks and Regards,

Chinna

Former Member
0 Kudos

iam using PI7.1 can i use the RequestResponse Bean in it.

Yes, you can.

Regards,

Neetesh

former_member200962
Active Contributor
0 Kudos

Yes you can use RequestResponseBean in SAP PI7.1 also....check this help section (for PI7.1):

http://help.sap.com/saphelp_nwpi71/helpdata/EN/45/20c210c20a0732e10000000a155369/content.htm

Regards,

Abhishek.