Axis 1.2 problem with generated WSDL using ?WSDL option

2005-09-14 Thread Harrison Tim
Hello,   I've noticed a small problem with Axis 1.2 when generating WSDL using the ?WSDL suffix to the URL for a deployed web service.   I have a type defined within a message schema that is imported into the source WSDL used to generate the java classes, as follows:        

RE: Axis 1.2 with doc/lit implementation

2005-05-24 Thread Harrison Tim
Title: RE: Axis 1.2 with doc/lit implementation Hi Henry I don't think the java2WSDL properly generates document/literal WSDL in  Axis 1.1, but I haven't tried this in 1.2. I have always needed to edit the WSDL output, change the style/encoding and use a single complex type as the request a

RE: basic authentication

2005-05-23 Thread Harrison Tim
Title: RE: basic authentication Hi It's fairly straightforward, here's both the client and server side code to a test web service, including the code for setting the HTTP basic authentication parameters and extracting them at the server side. They appear in the request as a http header,