You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Marc Esher <ma...@gmail.com> on 2010/01/25 16:28:59 UTC

How to debug TypeMapping problem?

Greetings all,
  I've got some code generated via wsdl2java, but modified,
subclassed, monkeyed with, etc. I'm trying to debug a problem where it
*looks* like the returntype and returnclass are set correctly, but
Axis is constructing the soap request envelope with a different return
type. Basically, I'm trying to trace through the code to figure out
what I'm doing wrong -- i.e. why it's set to "Map" vs. my custom type,
and I'm having no luck. Any tips for finding whereabouts Axis decides
"use this type for the returnType in the soap envelope" is much
appreciated.

This is using Axis 1.4 from 2006.

Thanks.

Marc

Re: How to debug TypeMapping problem?

Posted by Brian K <kn...@rymatech.com>.
I'm having the exact same problem.  I have a field of type object and if it
is a string, Axis serializes it as a guid and then the server cannot parse
the request because it's not a guid.  

-- 
View this message in context: http://old.nabble.com/How-to-debug-TypeMapping-problem--tp27308436p27461242.html
Sent from the Axis - User mailing list archive at Nabble.com.