Folks,
JBoss 3.0.8 Axis problem.
I'm sure this is easy to solve, but how do I tell SOAP which serializer to 
use for my POJO class, BsAddressBean? This is labelled in the class 
comments with:
 * @jboss-net.xml-schema urn = "XCOM-BS:BsAddressBean"

In the client, I am calling setReturnClass:
        call.setReturnClass(BsAddressBean.class);

However, I get an exception in my client code:
Caused by: java.io.IOException: No serializer found for class 
de.xcom.tips.xcombs.ejb.BsAddressBean in registry 
[EMAIL PROTECTED]
        at 
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:135)
        at 
org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:865)
        at 
org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1675)
        at org.apache.crimson.parser.Parser2.content(Parser2.java:1926)
        at 
org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1654)
        at org.apache.crimson.parser.Parser2.content(Parser2.java:1926)
        at 
org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1654)
        at 
org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:634)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:333)
        at 
org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at 
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:201)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:428)
        at org.apache.axis.client.Call.invoke(Call.java:1793)
        at org.apache.axis.client.Call.invoke(Call.java:1594)
        at org.apache.axis.client.Call.invoke(Call.java:1513)
        at org.apache.axis.client.Call.invoke(Call.java:1093)
        at 
xcom.traxbahn.externinterface.banksystem.XcomBankSystem.getDeliveryAddress(XcomBankSystem.java:135)
Ciao,
Jonathan O'Connor
XCOM Dublin


-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to