I thought it would be much simpler than that so I've found the 'wsdl'
command that would generate the stubs for me in visual studio, but no luck
as far as getting the headers information passed to the server side to
method invocation.

On Fri, Oct 9, 2009 at 3:44 PM, Arik Gorelik <[email protected]> wrote:

> 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