Hi,

What is the relation between encoding style and mapping registry?
With literal XML encoding style, can we pass DOM Document instead of DOM
Element?

SAINT-MARTIN Cecile
[EMAIL PROTECTED]

> -----Message d'origine-----
> De : Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]]
> Envoyé : mercredi 13 juin 2001 11:46
> À : [EMAIL PROTECTED]
> Objet : Re: Parameter Encoding Problem
>
>
> Sure it does .. you can send stuff using different encoding styles:
> you can use soapenc for 3 params, literal xml for 2 and something
> else for n more and return one value in whichever encoding you
> want. See the sample GetAllListings in addressbook for how to
> control the return encoding style.
>
> Note that Java methods can only return one value. So if you want to
> *return* more than one value then you need to use a different
> provider than RPCJavaProvider.
>
> Sanjiva.
>
> ----- Original Message -----
> From: "Anping Wang" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, June 12, 2001 8:35 PM
> Subject: Re: Parameter Encoding Problem
>
>
> > The dom element serializer only works when the soap service only has dom
> element
> > as variables and return variable. It wont work if you have
> other types of
> > variables in your service.
> >


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

Reply via email to