You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Muhammad Hamid (JIRA)" <ji...@apache.org> on 2018/09/11 19:57:00 UTC

[jira] [Created] (AXIS2-5932) Axis2 behave differently in unix

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-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org