Post a reply

Write your message and submit

Options

Click in the dark area of the image to send your post.

Go back

Topic review (newest first)

Alexman
2012-02-09 17:00:23

One more here who wants to know how to post a XML to a web service or any server...

kevin.roy@applieddiscover
2012-01-30 21:24:14

I would like to know this answer as well.

lsoto
2011-09-19 23:52:21

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

archenroot
2011-01-10 09:08:23

No suggestion? I just don't know, how define multi-level elements in soap request.

archenroot
2011-01-05 19:55:49

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

Board footer

Powered by FluxBB