Requesting data
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:ExportData>
<tem:exportName>exportconnector</tem:exportName>
<tem:userName>user</tem:userName>
<tem:password>password</tem:password>
<tem:requestData>
<![CDATA[<Data>
<RequestInfo>
<Property Name="Code" Value="[FilterValue]" />
</RequestInfo>
</Data>]]>
</tem:requestData>
</tem:ExportData>
</soapenv:Body>
</soapenv:Envelope>Last updated