Hi,
I am running an axis web services client that works fine on one machine.
When I deploy it somewhere else, the excact same code accessing the same
service on the same machine as before, fails with the following exception:
AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.lang.UnsupportedOperationException
faultActor:
faultNode:
faultDetail:
{
http://xml.apache.org/axis/}stackTrace:java.lang.UnsupportedOperationException
at javax.xml.soap.MimeHeaders.<init>(Unknown Source)
at
org.apache.axis.message.MimeHeaders.<init>(MimeHeaders.java:30)
at org.apache.axis.SOAPPart.<init>(SOAPPart.java:111)
at org.apache.axis.Message.setup(Message.java:377)
at org.apache.axis.Message.<init>(Message.java:246)
at org.apache.axis.client.Call.invoke(Call.java:2425)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
.....
I don't understand where this message comes from. From what I have found
out, it does not come from the server(?) From the lack of any explanations,
I have gone through the axis client source code and I can trace the code
down to the MimeHeaders above. But there is no UnsupportedOperationException
thrown anywhere.
Can anybody explain what is happening?
Torbjorn Eide