Hi all
I have to create the following xmlstructure but whatever I do it looks different.
How can I get this one:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="schemas.xmlsoap.org/.../envelope" xmlns:ns1="http://tempuri.org/">
<SOAP-ENV:Body>
<ns1:Import>
<ns1:request>
<ns1:AuthenticationKey>?</ns1:AuthenticationKey>
<ns1:Title>?</ns1:Title>
<ns1:Comments>?</ns1:Comments>
<ns1:File>Pw==</ns1:File>
<ns1:Filename>?</ns1:Filename>
<ns1:ImportType>?</ns1:ImportType>
<ns1:SendStatusMail>true</ns1:SendStatusMail>
<ns1:ApplicationUri>?</ns1:ApplicationUri>
<ns1:ZipFile>Pw==</ns1:ZipFile>
<ns1:ZipFilename>?</ns1:ZipFilename>
</ns1:request>
</ns1:Import>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
*This post is locked for comments
I have the same question (0)