I am writing on a soap client for magento using apache cxf. So far everything works fine like creating products changing categories, updating products etc. Well this works here on my local machine or a magento installation in the local network.
So I set up a magento shop on a server in the net. All calls to the api worked except one, the creation of a products media.
This is the response from the server.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>Sender</faultcode>
<faultstring>Invalid XML</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Maybe someone can help me with this.
Thanks in advance...
fritz