Hi,

we are upgrading from Axis/Java 1.4.1. to 1.5.1 and having some problems.

We encounter that a passed soapmessage (same that works correctly under
1.4.1):

<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
  <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing";>
    <wsa:MessageID>urn:uuid:DD04F12C3872B6578F1234360243487</wsa:MessageID>
    <wsa:Action>urn:upload</wsa:Action>
  </soapenv:Header>
  <soapenv:Body>
    <ns1:upload xmlns:ns1="http://services.test.be";>
      <ns1:pdfdocument>JVBER...Cg==</ns1:pdfdocument>
      <ns1:documentURI/Example.pdf</ns1:documentURI>
    </ns1:upload>
  </soapenv:Body>
</soapenv:Envelope>

returns following error:


<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
  <soapenv:Body>
    <soapenv:Fault>
      <faultcode>soapenv:Server</faultcode>
      <faultstring>document is null</faultstring>
      <detail />
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>

At the server side we check if the incoming document is empty and throw the
error 'document is null'.

Obviously it is not:

<ns1:pdfdocument>JVBER...Cg==</ns1:pdfdocument>


Any idea what must be changed to the codebase for v1.5.1 to make this work ?

Are there any release notes describing the upgrade process from 1.4.1. tot
1.5.1 so we know if something must be changed from our side.

S.

-- 
View this message in context: 
http://old.nabble.com/Problem-upgrading-from-Axis2-Java-1.4.1-to-1.5.1-%28empty-parameters%29-tp26200269p26200269.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to