Muhammad Hamid created AXIS2-5932:
-------------------------------------

             Summary: Axis2 behave differently in unix
                 Key: AXIS2-5932
                 URL: https://issues.apache.org/jira/browse/AXIS2-5932
             Project: Axis2
          Issue Type: Bug
    Affects Versions: 1.6.4
            Reporter: Muhammad Hamid


I made a SOAP client using Axis2 adb, tested the web service inside eclipse, 
working fine, but, when I deployed it to unix servers in QA the request sent is 
different than the one created in windows:

in Windows:
{code:java}
<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>{code}
in unix
{code:java}
<soapenv:Envelope >{code}
so I tried to explicitly add the namespace using:
{code:java}
env.declareNamespace("http://schemas.xmlsoap.org/soap/envelope/";, 
"soapenv");{code}
but still, not added and I receive the following error 
javax.xml.stream.XMLStreamException: The namespace prefix "soapenv" was not 
declared.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to