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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to