I understand that, I am using handlers to handle all my implicit headers and all works very good
however my question was if I am able to use Axis to generate the WSDL and include all my implicit headers in the WSDL if that is not possible I have to generate the WSDLs using Axis and then I have to change them adding those implicit headers manually, which I do not like I would like to publish a version of the WSDL that includes ALL implicit headers, just to make the clients aware of them and I would like to use Axis to generate all for me thanks again, Stan --- Guy Rixon <[EMAIL PROTECTED]> wrote: > I suspect that you'll have trouble making this work. The problem is that the > header isn't something included by the application code in the client; > instead, it needs to be generated by an Axis handler. If you mention a > header > in the WSDL then Axis 1 gives you stubs with methods that take that > header-structure as a parameter. I dont know what Acxis 2 does about all > this. > > On Wed, 26 Apr 2006, Stanley Stanev wrote: > > > Hello all, > > > > I am trying to find out if it is possible to use Axis to generate a WSDL > that > > includes implicit security headers or in general any implicit headers. > > > > Does anybody have an idea? > > > > WSS4J helps handling WS-Security implicit headers and IMHO it is not a good > > practice if the generated WSDL does not have information about the headers > that > > could be passed within the SOAP request. The WSDL is the contract after > all. > > > > thanks a lot > > > > Stanimir Stanev (Stanley) > > Senior Java Developer > > Momentum SI, Austin TX > > http://www.momentumsi.com > > http://www.stanev.com > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > Guy Rixon [EMAIL PROTECTED] > Institute of Astronomy Tel: +44-1223-337542 > Madingley Road, Cambridge, UK, CB3 0HA Fax: +44-1223-337523 > Stanimir Stanev (Stanley) Senior Java Developer Momentum SI, Austin TX http://www.momentumsi.com http://www.stanev.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
