cancel
Showing results for 
Search instead for 
Did you mean: 

Sender SOAP channel

Former Member
0 Kudos

I have a SOAP->RFC sceanario. when i provide the input data to the sender SOAP channel with single name space i.e.

<?xml version="1.0" encoding="UTF-8" ?>

- <ns0:OasisGetSalesOrgList xmlns:ns0="http://xi.abc.com/corp/OASIS_GETSALESORGLIST">

- <HeaderInfo>

<MessageID>uqID</MessageID>

<MessageTimeStamp>2008-03-04T02:29:11Z</MessageTimeStamp>

<VersionID>1.0</VersionID>

<OasisSystemID>DEMO-DB-0000</OasisSystemID>

<OasisUserID>DEMO</OasisUserID>

<AgentID>404537</AgentID>

</HeaderInfo>

</ns0:OasisGetSalesOrgList>

my scenario gets executed successfully. But when i give the input data to the sender SOAP channel with multiple name space i.e.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Request Message Mapping -->

- <OasisGetSalesOrgList xmlns="http://xi.abc.com/corp/OASIS_GETSALESORGLIST" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

- <HeaderInfo xmlns="">

<MessageID>uqID</MessageID>

<MessageTimeStamp>2008-03-04T01:48:54.426Z</MessageTimeStamp>

<VersionID>1.0</VersionID>

<OasisSystemID>DEMO-DB-0000</OasisSystemID>

<OasisUserID>DEMO</OasisUserID>

<AgentID>HLITOPS</AgentID>

</HeaderInfo>

</OasisGetSalesOrgList>

the sender SOAP channel gives the Mapping Transformation error.

What should i do?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi vinod,

just check <AgentID>HLITOPS</AgentID>

hope this is causing transormation error.

plz revert.

Regards,

Rama Krishna

Former Member
0 Kudos

hI,

If you have created a message type in conjunction with your source XML then normally you will get only one namespace associated with it. If you want to use multiple namespaces then use the message type as an external definiton where namespace is not specfically defined and try mapping it. I guess you should be able to do it then. Just a suggestion.

Regards,

Merrilly

Former Member
0 Kudos

Hi Vinod,

Mapping transformation error arises due to incorrect mapping.

Which type of mapping you have used? If it's graphical mapping then just check it out.

Could you explain your scenario in details.

Regards,

sushama