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 "Andreas Veithen (JIRA)" <ji...@apache.org> on 2018/09/14 21:00:00 UTC

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

    [ https://issues.apache.org/jira/browse/AXIS2-5932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16615382#comment-16615382 ] 

Andreas Veithen commented on AXIS2-5932:
----------------------------------------

I don't think this is related to the operating system the code is running on. Are you sure that both environments use the same JRE version?

Also note that 1.6.4 is no longer supported. Please upgrade to the latest Axis2 version and confirm that the issue still exists.

> 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