Displaying 1 result from an estimated 1 matches for "rftext".
Did you mean:
r2text
2008 Mar 04
0
soap4r in wrong format
...9;ve
done the whole wsdl2ruby and basically evrything works fine, were it not
that the servive I am talking to has a different standard concerning the
XML I am sending.
-- What soap4r does
<xmlJob>
<Job>
<CBCustomApplyType>CANone</CBCustomApplyType>
<CBAOLFormat>RFText</CBAOLFormat>
</Job>
</xmlJob>
-- What I would like to do<xmlJob>
<xmlJob>
<Job>
<Field name="CBCustomApplyType" value="CANone" />
<Field name="CBAOLFormat" value="RFText" />
</Job>
</xmlJob>...