You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Adrian Pang <ap...@earthconnect.com> on 2001/07/20 19:01:59 UTC

More on Newbie help please

Hi,
 
 
Sorry, forgot to include the code in the client:
 
smr = new SOAPMappingRegistry();
smr.mapTypes( Constants.NS_URI_SOAP_ENC, new QName( "",
"GetProfessionalQuoteResult" ), Array.class, deserializer, deserializer
);
BeanSerializer beanSer = new BeanSerializer(); 
 
smr.mapTypes(Constants.NS_URI_SOAP_ENC, 
             new
QName("http://marketdata.earthconnect.net/encodedTypes",
"ProfessionalQuote"),SimpleBean.class, beanSer, beanSer); 
call.setSOAPMappingRegistry(smr);
 
Any help is appreciated.  Thanks,
Adrian