[JBoss-dev] [JBossWS] - Re: Deserializing parameter error

2004-12-21 Thread Joselu
Hi, Sure!. It is: ?xml version=1.0 encoding=UTF-8? | java-wsdl-mapping xmlns=http://java.sun.com/xml/ns/j2ee; version=1.1 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

[JBoss-dev] [JBossWS] - Deserializing parameter error

2004-12-16 Thread Joselu
Hello, I have a deployed web service but when the client tries to use it, a server deserializing parameter error is shown: | 11:47:10,715 ERROR [RPCInvocation] org.xml.sax.SAXException: Deserializing parameter 'sayHello': could not find deserializer for type {urn:Foo}sayHello |

[JBoss-dev] [JBossWS] - Document-literal encoding with JBoss 4.0.1

2004-12-03 Thread Joselu
Hi, I have deployed a web service using rpc-literal as encoding to generate wsdl jaxrpc-mapping files with wscompile tool. However, I cannot deployed using document-literal encoding (many class synchonization errors). This one is needed to run Microsoft InfoPath as a Client. Is there any

[JBoss-dev] [JBossWS] - Re: Class not found error when deploying with JBoss401

2004-12-02 Thread Joselu
Thanks for the reply, Thomas. Yes, you are right, I am using wscompile. I dont mind the existing warnings but I am not sure they affect to my Web Service because, in a few seconds, the following error is also shown: 16:11:20,626 INFO [EARDeployer] Started J2EE application:

[JBoss-dev] [JBossWS] - Class not found error when deploying with JBoss401

2004-12-01 Thread Joselu
Hi, I am trying to deploy an application (JBoss401RC1) based on servlet+ejb but it shows the following errors (Class not found): 16:36:54,972 INFO [EARDeployer] Init J2EE application: file:/C:/NM/JBoss/jboss-4.0.1RC1/jboss-4.0.1RC1/server/default/deploy/HelloService4.ear 16:36:55,914 INFO