[jboss-user] [JBossWS] - Does JBOSSWS support anyType?

2007-03-15 Thread ichunlin
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

[jboss-user] [JBoss.NET] - JBOSS 4.0.5 with Axis 2

2007-02-28 Thread ichunlin
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 __

[jboss-user] [JBossWS] - Null pointer exception when using JBOSSWS 1.0.4 GA vesion

2006-12-13 Thread ichunlin
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

[jboss-user] [JBossWS] - How to get java subclass generated by wstools or wscompile?

2006-12-12 Thread ichunlin
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