You are not logged in.
Announcement
Unanswered posts
|
One more here who wants to know how to post a XML to a web service or any server...
I would like to know this answer as well.
Hi archenroot,
Did you find the solution to your problem, I have the same issue. I would really appreciate if you can post the solution you found to your problem.
thanks
No suggestion? I just don't know, how define multi-level elements in soap request.
Hello,
I have multilevel XML request which schould be inserted into SOAP message body and be sent to web service. I am using Talend Integration Suite, so the tWebService component is there, but I am not able to get it working, because it seems that in the wizard there could be passed only simple parameters.
My XML request is following:
<request>
<header>
<intPlatformDocumentNo>100</intPlatformDocumentNo>
<noSeries>INTEGRACE</noSeries>
<customerNo>ODB000006</customerNo>
<documentDate>2010-11-16T00:00:00</documentDate>
<postingDate>2010-12-01T00:00:00</postingDate>
<dueDate>2010-12-31T00:00:00</dueDate>
<salespersonCode>72898</salespersonCode>
<shortcutDimension1Code>0101</shortcutDimension1Code>
<shortcutDimension2Code>ZDROJ</shortcutDimension2Code>
<shortcutDimension3Code>$602_100</shortcutDimension3Code>
<unitRegNo>10002000</unitRegNo>
</header>
<lines>
<line description="Vlastní zdroje" no="VLASTNÍ" quantity="1" type="3" unitPrice="19235689547.45"/>
<line description="" no="" quantity="0" type="0" unitPrice="0"/>
<line description="Davka1,Davka2,Davka3,Davka4" no="" quantity="0" type="0" unitPrice="0"/>
<line description="Davka5,Davka6,Davka7,Davka8" no="" quantity="0" type="0" unitPrice="0"/>
</lines>
<request>
This message should be inserted into standard soap message Body.
Thank you for any suggestion.
Best regards,
Ladislav Jech