Take a look at the Users Guide.

Programmatically:

       call.setReturnType( org.apache.axis.Constants.XSD_STRING );
          or
       call.setReturnClass(String.class);

You can also use the TypeMappingRegistry class:

       org.apache.axis.encoding.TypeMappingRegistry

Or via configuration, define a config-client.wsdd file, and specify
your typemapping there.

Anne

On 8/23/06, msolnit <[EMAIL PROTECTED]> wrote:

Hi Anne.  Thanks for your response.  I apologize if the questions I am asking
are too beginner-ish, but I really can't find any documentation on this
stuff.  Can you be more specific?  How do I specify it programatically?  Are
there any actual complete Java source code examples that demonstrate how do
to this?

Sincerely,
Matt


Anne Thomas Manes wrote:
>
> You can specify it either programmatically or using a client-side
> configuration file.
>

--
View this message in context: 
http://www.nabble.com/-Axis-1.4--No-deserializer-for-anyType-tf1698308.html#a5950508
Sent from the Axis - User forum at Nabble.com.


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



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

Reply via email to