> I use an existing WebService from the web, that uses SOAP 
> Headers. Also I used WSDL2Java to generate the Stubs, which 
> work very well, but headers doesn't seem to be supported .. 
> are they Ignored? The Stubs are generated, but I can't pass 
> these Objects to the serviceSoap Stubs, which make the call.

got it ..

Here the more generic form .. you have to set the Header after casting, with 
namespaces and name:

((SomeServiceSoapStub)someService).setHeader("your namespace url", 
"GeneratedHeader (the Classname)", header);

Daniel

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

Reply via email to