On Mon, Dec 02, 2002 at 05:07:51PM -0500, Scott Nichol wrote:
> It appears Journyx is not sending type information for the result (which
> would be typical for Microsoft-based services or doc/lit ones in
> general).  You must therefore map the QName("", "Result") to the type
> and deserializer you expect to be returned.  This mapping may change
> depending on the method called.  For example,
> 
>  smr.mapTypes(
>  Constants.NS_URI_SOAP_ENC,
>  new QName("", "Result"),
>  UserRecord.class,
>  null,
>  beanSer);

    That did it.

    Thanks!

    Justin.


-- 
Justin F. Knotzke
[EMAIL PROTECTED]
http://www.shampoo.ca

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to