I am generating code with AXIS 1.4 WSDL2JAVA

The client-side classes thus  generated work just fine to invoke the web-service described by the WSDL.

But I need to set HTTP headers and I do not find any  API that acts upon generated JAVA classes. 

The client-side classes generated or used by the WSDL2Java are Service, Call, Stub, etc. -   none of which offer to set HTTP headers.

I will like to leverage the working generated classes - and not move away to JAX-RPC or so. The issue is not SOAP header, but HTTP header.

To explain the requirement
I believe the setting of HTTP header is available via other APIs this way
url-connection.setRequestHeader  ("weatherIS", "rainy")

Thanks for any hint ,

Shmuel Koller

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

Reply via email to