I defined an element as anyType in WSDL. And I tried to code the java with
SOAPElement for that. But I always get the following excpetion.
:44:36,629 ERROR [SOAPFaultExceptionHelper] SOAP request exception
vax.xml.rpc.JAXRPCException: Cannot create or send response message
at
org.jboss.ws
Does anyone know if I can deploy the Axis2 stack to jboss 4.0.x server?
and how? Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023878#4023878
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023878
__
Does anyone seen this before and what might be causing it? Thanks!
[wstools] java.lang.NullPointerException
[wstools] at java.io.File.(File.java:194)
[wstools] at
org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGeneration(ToolsHelper.java:282)
[wstools] at org.jboss.ws.to
I have a wsdl which has base class type and few subclass types.
This is the snipplet from wsdl.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I have used wstools ant task and w