[JBoss-user] [JBossWS] - Re: Exception with INOUT-Mode in a document\literal-Webservi

2006-03-16 Thread anniexie
How did you write a DOC/Literal webs ervice using JBoss4.0.1SP1? There is no 
JBoss AS guide for this version. The guide for JBoss 4.0.2 and JBoss 4.0.3 only 
has RPC instruction and sample. I need help on how to create a document/literal 
web service using JBoss4.0.1. Any help would be really appreciated.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3930730#3930730

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930730


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Exception with INOUT-Mode in a document\literal-Webservi

2006-02-06 Thread [EMAIL PROTECTED]
This should be fixed in jboss-4.0.4. You can you try the latest Branch_4_0

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3921830#3921830

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921830


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Exception with INOUT-Mode in a document\literal-Webservi

2006-01-25 Thread balrupa
Could you please tell me how you fixed it . 
I have the same problem. I have jboss4.01 SP3, created doc/lit webservices and 
used Sun WSDP -wsimport to generate  java classes. 
Also used wscompile to generate the mapping . 
I'm getting the following error while trying to access  the wsdl file

21:27:11,545 INFO  [AxisServlet] Exception:
java.lang.IllegalArgumentException: Illegal argument passed to 
ParameterDesc.setJavaType.  The java type org.tempuri.person.AddResponse does 
not match the mode inout
at 
org.jboss.axis.description.ParameterDesc.setJavaType(ParameterDesc.java:269)
at 
org.jboss.axis.description.ServiceDesc.syncOperationToClass(ServiceDesc.java:753)
at 
org.jboss.axis.description.ServiceDesc.getSyncedOperationsForName(ServiceDesc.java:1187)
at 
org.jboss.axis.description.ServiceDesc.loadServiceDescByIntrospectionRecursive(ServiceDesc.java:1045)
at 
org.jboss.axis.description.ServiceDesc.loadServiceDescByIntrospection(ServiceDesc.java:972)
at 
org.jboss.axis.providers.java.JavaProvider.initServiceDesc(JavaProvider.java:732)
at 
org.jboss.webservice.server.InvokerProvider.initServiceDesc(InvokerProvider.java:106)
at 
org.jboss.axis.handlers.soap.SOAPService.getInitializedServiceDesc(SOAPService.java:388)
at 
org.jboss.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDService.java:560)
at 
org.jboss.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSDDDeployableItem.java:322)
at 
org.jboss.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDeployableItem.java:307)
at 
org.jboss.axis.deployment.wsdd.WSDDDeployment.getService(WSDDDeployment.java:526)
at 
org.jboss.axis.configuration.FileProvider.getService(FileProvider.java:288)
at org.jboss.axis.AxisEngine.getService(AxisEngine.java:253)
at 
org.jboss.webservice.server.ServiceEndpointServlet.doGet(ServiceEndpointServlet.java:58)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at 
org.jboss.axis.transport.http.AxisServletBase.service(AxisServletBase.java:370)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3919730#3919730

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3919730


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Exception with INOUT-Mode in a document\literal-Webservi

2005-12-21 Thread mugwump
ok, sorry guys: The problem had another root in an exception that was catched 
but not rethrown - the method therefore returned NULL instead of an initialised 
SOAP-Element, which resulted in the above strange exception. My fault and the 
fault of the misleading exception...

cheers
stf



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3913760#3913760

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913760


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user