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 Christian Sell <ku...@gmx.de> on 2006/07/22 12:07:59 UTC

axis multiref

Hey it is me again,

 

does really nobody has an idea how I can transform the axis.jar so that it
does not send multiref tags in the SOAP response message anymore?

 

Chris

                     


Re: axis multiref

Posted by Anne Thomas Manes <at...@gmail.com>.
Another option is to use "literal" rather then "encoded".
(It's always best to avoid using SOAP encoding.)

Anne

On 7/22/06, Jeff Greif <jg...@alumni.princeton.edu> wrote:
> You don't need to modify the jar.  In the deployment descriptor (.wsdd
> file), put
> <globalConfiguration>
>  ....
>    <parameter name="sendMultiRefs" value="false"/>
>  ...
> </globalConfiguration>
>
> This should work either server- or client-side.
>
> Search the archive of this list for programmatic ways of doing it on
> the client side if you don't have a deployment descriptor.
>
> Jeff
>
> On 7/22/06, Christian Sell <ku...@gmx.de> wrote:
> >
> >
> >
> >
> > Hey it is me again,
> >
> >
> >
> > does really nobody has an idea how I can transform the axis.jar so that it
> > does not send multiref tags in the SOAP response message anymore?
> >
> >
> >
> > Chris
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: axis multiref

Posted by Jeff Greif <jg...@alumni.princeton.edu>.
You don't need to modify the jar.  In the deployment descriptor (.wsdd
file), put
<globalConfiguration>
 ....
   <parameter name="sendMultiRefs" value="false"/>
 ...
</globalConfiguration>

This should work either server- or client-side.

Search the archive of this list for programmatic ways of doing it on
the client side if you don't have a deployment descriptor.

Jeff

On 7/22/06, Christian Sell <ku...@gmx.de> wrote:
>
>
>
>
> Hey it is me again,
>
>
>
> does really nobody has an idea how I can transform the axis.jar so that it
> does not send multiref tags in the SOAP response message anymore?
>
>
>
> Chris
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org