Hello,
I am trying to create a java client for a webservice.
As far as I know jsr172 reference implementation from SUN supports only 
documentliteral encoding and not rpcliteral.
Is used
wscompile -cp . -define -mapping ComplexServiceMapping.xml -f:documentliteral 
config.xml
to create wsdl and mapping file
and used
java -cp %MYCP% com.sun.j2mews.sg.WSCompile -keep -gen:client -f:wsi -verbose 
stubsconfig.xml
In order to generate jsr172 stubs.
I can deploy the stuff on jboss4.0. No warning. But when I want to acess the websevice 
from my j2me java client the client sends an SOAP envelop and the server throws 
exception
17:10:48,137 ERROR [RPCInvocation] org.xml.sax.SAXException: Deserializing parameter 
'compute':  could not find deserializer for type {http://gfd.de/types}compute
org.xml.sax.SAXException: Deserializing parameter 'compute':  could not find 
deserializer for type {http://gfd.de/types}compute
        at org.apache.axis.message.RPCHandler.onStartChild(RPCHandler.java:330)

Does jboss4.0 support documentliteral encoding? Did someone successfully used an 
jsr172 client with jboss?

Thanks a lot,
Stephan


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852079#3852079

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852079


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to