cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to Webservice Scenario

Former Member
0 Kudos

Hi all,

I'm working on a proxy to Webservice scenario.

I have been provided with the source message interface for proxy and also the webservice(wsdl) for the target structure.

What all objects do i need to create in IR and ID.

Will i have to create a Message Interface for the WSDL for using it in Interface mapping.

Please provide your inputs.

Thanks,

Younus

Accepted Solutions (0)

Answers (3)

Answers (3)

prabhu_s2
Active Contributor
0 Kudos

in IR u need to create a mapping program (MM) and link the interface with the message mapping program in interface mapping.

<b>Will i have to create a Message Interface for the WSDL for using it in Interface mapping.</b>

yes

and in ID u will follow up with creation of communication channel for the recv, interface and recv determination etc. no sender aggrement is req as the sender is a proxy. but u will need to have a client proxy to trigger the interface

Former Member
0 Kudos

Will the interface to created for the WSDL be a Synchronous or Asynchronous.

More over do i have to use a SOAP adapter for the reveiver channel.

Regards,

younus

Former Member
0 Kudos

u will have an asynchrounous interface for the receiver channel .

Yes, you will have to use the soap adapter also.

Former Member
0 Kudos

<i>What all objects do i need to create in IR and ID.</i>

you will have to create the message interfaces for both the sides and the corresponding mappings in IR.

in ID, create the receiver soap adapter, receiver/interface dets, receiver agreement.