Array Serialization Question...

2002-11-07 Thread Bill Grubbs
We are implementing some of our newer services using AXIS 1.0 but are trying to keep some similarity to existing services we have.  One area I have run into is array serialization.  The object that is being serialized in the array is declared as In our older calls the array element matches

RE: Are soap:headers supported in wsdl2java or the ?wsdl option of the service?

2002-10-11 Thread Bill Grubbs
Strike one, how does the ?wsdl option work on a service?  Will it know the service uses a header?  I don't mind writing code first and then generating the wsdl, but I don't want to write both. -Original Message-From: Daniel Hägg [mailto:[EMAIL PROTECTED]]Sent: Friday, October 11

Are soap:headers supported in wsdl2java or the ?wsdl option of the service?

2002-10-10 Thread Bill Grubbs
We are adding some new soap services which are going to be implemented with axis and I need to be able to publish a WSDL for.  They need to be similar to some existing services which sue the soap:header to pass a session id after the client is authenticated.   I tried to define soap:header