[jboss-user] [JBossWS] - return types that are complex objects with aggregates - jav

fbadt do-not-reply at jboss.com
Thu Aug 31 17:22:54 EDT 2006


There is a webservice that returns a "MyObject" which has two public aggregates : an int and a String.  What needs to be done to implement this such that it comes back OK to both a java application and also is represented in the WSDL so that non Java Clients can interact.   Part of this question centers around the fact that the return cannot be Just a java serialization of the return type class that the client/server share.  

I implemented this in JBoss 4.04 with netbeans and pulled the WSDL off the deployed EJB to generate source code in a Java Application.  The server spit out the error:
17:02:41,103 ERROR [SOAPFaultExceptionHelper] SOAP request exception
javax.xml.rpc.JAXRPCException: Cannot obtain deserializer factory for: ___

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

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



More information about the jboss-user mailing list