AW: WSDL2Java does not create any output on complex XSD imports

2003-12-27 Thread Arno Huetter
Hi there, I would like to point out that I did not create those XSD files, they come from a third party vendor. I just happen to have to integrate their webservices into our software. Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Jeff [mailto:[EMAIL PROTECTED] Gesendet

AW: Authentication Information in SOAP Header

2003-12-22 Thread Arno Huetter
tunately I don't have a sample at hand right now - I hope this information will still be helpful. Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Pani, Gourav [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. Dezember 2003 16:11 An: '[EMAIL PROTECTED]' Betreff: RE: Auth

Re: Authentication Information in SOAP Header

2003-12-22 Thread Arno Huetter
ntime, it will be of type TestTransactionSoapBindingStub as well). Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Pani, Gourav [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. Dezember 2003 15:04 An: '[EMAIL PROTECTED]' Betreff: RE: Authentication Information in SOAP Header Here

AW: Authentication Information in SOAP Header

2003-12-22 Thread Arno Huetter
Hi there, I don't employ a handler, but simply invoke Stub.setHeader() for passing authentication data - works fine for me. HTH Kind regards, Arno Huetter -Ursprüngliche Nachricht- Von: Pani, Gourav [mailto:[EMAIL PROTECTED] Gesendet: Montag, 22. Dezember 2003 14:30 An: [

Re: WSDL2Java does not create any output on complex XSD imports

2003-12-22 Thread Arno Huetter
for types that were directly addressed, but no nested types). This solved the issue. Kind regards, Arno Huetter -Ursprungliche Nachricht- Von: Dan Christopherson [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 19. Dezember 2003 16:38 An: [EMAIL PROTECTED] Betreff: Re: WSDL2Java does not

WSDL2Java does not create any output on complex XSD imports

2003-12-18 Thread Arno Huetter
elf, which now imports all XSD files directly, and to remove all imports within the XSD files. It took me hours to find out what's wrong. I would appreciate this issue to be fixed in the next release. Kind regards, Arno Huetter

WSDL2Java and custom Serializers/Deserializers

2003-12-18 Thread Arno Huetter
Hello, is there a way to tell the WSDL2Java utility to register certain custom Serializers/Deserializers resp. Serializer-/DeserializerFactories within the client BindingStub's code? So far I have to add them manually each time the code has been generated. Thanks in advance! Kind regards,