Hi,
I created web service client based on a wsdl. If the web service client
is run in resin 3.1.2 with jdk 1.5.0_10, it threw out the following
exception:
org.apache.axis2.AxisFault: org.xml.sax.SAXParseException: The prefix
"ns2" for element "ns2:requestUser" is not bound.
at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
at
org.apache.axis2.description.OutInAxisOperationClient$NonBlockingInvocationWorker.run(OutInAxisOperation.java:414)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
at java.lang.Thread.run(Thread.java:595)
However, when the web service client code is run in unit tests without
the resin running. It works fine. I am not sure whether this exception
is caused by resin or something else.
I did google searches for this problem, and found the following posting,
which means that it is more likely a server-related (or j2ee-related)
issue. I do not know whether resin needs to fix something like it or not:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6509784
If you have experienced something like this before, please let me know
your solution or your findings. Thanks in advance.
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest