Chad, 


bear with me but I'm new to Andro and have only recently moved to J2EE. Anyway 
- I'm using the classes that are generated by Andro. I have a Struts Controller 
called "StrutsController". In the StrutsControllerImpl class I make calls to 
the webservice via the getWebService() method in the StrutsController class, 
like this: getWebService().getPerson(); 



FWIW, In trying to understand the code generated by AndroMDA for the 
WebServices and Struts, I initially thought the serialization error might 
relate to there being no WSDD mapping/serializer for PersonImpl, whereas  there 
was a WSDD mapping/serializer for Person.



But then again, as the webservice method seems to work from the Struts 
Controller I assumed this wasn't the case. To just add more info, the error 
message I get is:

AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode:  faultString: java.io.IOException: No serializer found for class 
au.com.test.PersonImpl in registry org.apache.axis.

[EMAIL PROTECTED]

 faultActor:

 faultNode:

 faultDetail:{http://xml.apache.org/axis/}stackTrace:java.io.IOException: No 
serializer found for class au.com.test.PersonImpl in registry [EMAIL PROTECTED]

Simon.
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1621#1621
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to