Skip to Content
0
Nov 12, 2014 at 05:35 PM

Issue with SOAP scenario.

78 Views

Hi Experts,

I have a proxy to soap scenario.

My proxy structure look like :

Records

Name1

Address

And my SOAP WSDL file has two Message :

Update Name

Name1

Address

Update Address

Address

With two different Soap Action in WSDL file like http://updateName and http://updateaddress

Now my requirement is if in proxy structure if data is their in Name1 filed then it should call Update Name message and if no data i.e Name1 is null then it should call Update Address message.

for this i have created 2 different inbound interface one for Update Name and one more for Update Address

2 differnt message mapping proxy ->update name and proxy->update Address

2 Oper mapping proxy_outbound -> Message mapping->update Name_inbound and proxy_outbound->MM->update address_inbound

IN ID:

2 comm channel with 2 differnt action

1 interface determination, i have mentioned both OM without any condition.

2 receiver agreement with respective comm channel and inbound interface.

Now when i trigger data it sends for both message which should not happen ? what changes i should make ?

kindly please explain me step by step

Regards,

Manoj