> hi Dmitri, > how do you add transaction id ? its just a String - not sure what you mean. also - I've somehow deleted a comma in the previous code snippet.
cheers dim > -->This then gives me the following soap request (excuse the verbosity..., > note > the multiRef) > > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <soapenv:Body> > <ns1:f_receivePRMessage > soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:ns1="process"> > <transactionID > xsi:type="xsd:string">a519e280-b678-1004-8005-5991bba78578</transactionID> > <PRDetails href="#id0"/> > </ns1:f_receivePRMessage> ......
