Soap Deseralization Error

2001-11-14 Thread Sanjay bahal
Hi, I get the flwg error: No Deserializer found to deserialize a 'urn:my_encoding:demo.Invoice' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'. demo.Invoice my class. any ideas, Thanks Sanjay I use Tomcat 3_2 and SOAP_2_2 __

RE: Soap Deseralization Error

2001-11-14 Thread Henk Schipper
What other modules are you using? I can't imaging you use only those two. Pls specify also the version numbers. Further on can you give the definition of your deployment descriptor and soap request? Thx Henk. -Original Message- From: Sanjay bahal [mailto:[EMAIL PROTECTED]] Sent: Wednes

RE: Soap Deseralization Error

2001-11-14 Thread Sanjay bahal
Henk: Here is the deployment descriptor: [TypeMapping encodingStyle=http://schemas.xmlsoap.org/soap/encoding/,elementType=my_encoding:demo.Invoice,javaType=demo.Invoice,java2XMLClassName=org.apache.soap.encoding.soapenc.BeanSerializer,xml2JavaClassName=org.apache.soap.encoding.soapenc.BeanSerializ

RE: Soap Deseralization Error

2001-11-14 Thread Sanjay bahal
The code looks like this: SOAPMappingRegistry registry = new SOAPMappingRegistry(); QName qname = new QName( "urn:my_encoding", "demo.Invoice" ); BeanSerializer serializer = new BeanSerializer(); registry.mapTypes( Constants.NS_URI_SOAP_ENC, qname, Invoice.class, serializer, serializer ); // p

Handling of null values by Apache SOAP

2001-11-14 Thread Porter, Nigel
Hi, I'm having problems integrating Apache SOAP with some SOAP servers. The problem is the way Apache SOAP appears to handle NULL values, in that it attaches the xsi:null="true" attribute to the appropriate element. I have looked at http://www.w3.org/TR/SOAP/ under section "5.1 Rules for Encod