Is HTTP POST Binding supported by Axis1.1?

2003-03-10 Thread Fan
Any body knows that if the Axis1.1 supports the HTTP POST Binding? I have a WSDL file which only has a HTTP POST Binding in it. When I compile this wsdl file, an empty service is generated. Any idea? Thanks Fred __ Do you Yahoo!? Yahoo! Tax Cente

Axis ignores the . It's a bug or Axis never supports it?

2003-03-22 Thread Fan
I have a schema including a . WSDL2Java just simply ignores it. It's a bug or not? Thanks. __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com

Re: Accessing ServletContext

2003-03-29 Thread Fan
You can use the init() in the LifeCycle interface to get the context and save it in somewhere. For sure, you have to implement that interface first. It works for me. --- dumdum 420 <[EMAIL PROTECTED]> wrote: > How do I access ServletContext in my axis 0 > > > > > > > > > > > > > > >