Hi,

Axis can handle in and out parameters as header elements. The service method
is implemented as usual but the parameters are passed in the header. Try:

<service xmlns:ns="..."  ...>
  <operation name="mymethod">
    <parameter qname="ns:param1" inHeader="true"/>
    <parameter qname="ns:param2" outHeader="true"/>
  </operation>
</service>

Let me know, if Axis generates proper WSDL for the service.

Thomas


> -----Ursprungliche Nachricht-----
> Von: Christians Izquierdo [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 14. November 2003 19:26
> An: [EMAIL PROTECTED]
> Betreff: WSDD and explicit headers
>
>
> Hi,
>
> I've been trying to find a way to specified explicit headers in a WSDD.
> I want these headers to appear in the WSDL document axis generates for
> my web service.
>
> Is there any way to do this? Can someone point me to an example?
>
> Thank you very much,
>       Chris
>

Reply via email to