Hello,

I have a SOAP web service using CXF 2.2.4 that utilizes implicit headers on
the service methods. In Java, I can simply use wsdl2java and specify '-exsh
true' that will generate explicit headers for me on the generated client
stubs and allow me to pass the required values for the header elements.

Now, I am faced with a problem. I would like to write a VB.net client to
call the SOAP web service but I am not able to find any way to generate
client stubs that would allow me to pass implicit header information in
order to invoke the service operation.

Does anyone know or have examples on how I can do this?

Any help is much appreciated.

Best Regards,
Arik.

Reply via email to