cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to FILE Scenario

former_member185881
Active Participant
0 Kudos

Hi All

please tell me from scratch how to develop SOAP to FILE scenario step by step.

If having any sample scenario plz send me.

Thanks

Dheeraj Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can u tell what exactly u want to do ..then i may able to explain step by step

Regards,

Manisha

former_member185881
Active Participant
0 Kudos

Hi

I am doing SOAP to FILE simple scenario just for testing ok.

I need to know what to do in design part and what all things i need to do in configuration part.

Thanks

Dheeraj

former_member200962
Active Contributor
0 Kudos

Hi,

In IR:

1) Sender DT, MT, MI (OB, Async)......based on format from SOAP sender

2) Receiver DT, MT, MI (IB, Async).......based on what format you want to send to File receiver.

3) Message/ XSLT mapping....as needed by you....

4) Interface Mapping (IM).

In ID:

Assuming that you have created Business Service(s) and assigned the corresponding MIs to them.

1) Receiver Determination

2) Sender Communication Channel. (SOAP Channel)

3) Sender Agreement

4) Receiver Communication Channel (File Channel)

5) Receiver Agreement.

6) Interface Determination ( include the IM here)

regards,

Abhishek.

A search on SDN saves your time.

Former Member
0 Kudos

In IR,

1...Create Data type for

1. file

2. soap

2...Create Message type from data type created for file and soap

3... create outbound asynchronous message interface for soap

4....create inbount async messaage interface for file

5...create message mapping between file and soap message type

6...create interface mapping between file and soap message type

7... activate all

In ID,

1..Under Business system created for third party

1... create communication channel ( receiver ) for file adapter..mention all required details

2...create comm. channel (sender) for soap adapter...mention HTTP secuirty level = HTTP, Interface namespace = from IR, Interface Name = from IR

3. create receiver determination from third party to third party

4. create interface determination

5. create receiver agreement for file

6. create sender agreement for soap.

7. activae all

8. Now create wsdl

goto tools -> define web service

9. follow steps

10. use Altova XML spy for sending soap request to XI

former_member185881
Active Participant
0 Kudos

Hi manisha

I need to cretae Business System or Business Service?????

Most of the person told me to go for business service.

Thanks

Dheeraj

Former Member
0 Kudos

Hi Dheeraj,

If you already had a business system set up then you can go for that.If not use a Business service.

It is not necessary that you have to use a business system.It depends on your requirement.

Thanks,

Tiny

Edited by: TINY MAMPILLY on Mar 5, 2009 8:56 AM

Former Member
0 Kudos

No need to create business system...u can go for Business Service

But it is good practics to create technical system and business system and use business system in ID

Reagrds,

Manisha

Former Member
0 Kudos

Hi Dheeraj,

SOAP:

SYNCHRONOUS SOAP TO JDBC - END TO END WALKTHROUGH

/people/luis.melgar/blog/2008/05/13/synchronous-soap-to-jdbc--end-to-end-walkthrough

SOAP <-> XI <-> RFC/BAPI . Here in place of RFC , you can use File Adapter.

/people/shabarish.vijayakumar/blog/2007/11/07/walkthrough--soap-xi-rfcbapi

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

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

Create Websevice SOAP

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

regards

Ashwin Kumar Dhakne

Edited by: ashwin dhakne on Mar 5, 2009 12:54 PM