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/10/03 16:19:00 UTC

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

     [ https://issues.apache.org/jira/browse/AXIS2-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Muhammad Hamid closed AXIS2-5932.
---------------------------------
    Resolution: Invalid

> 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
>            Priority: Major
>
> 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