Re: Serialization / Using WSDL2Java stubs on client...

2003-08-30 Thread Jeffrey Hood
Oops... I found that the url http://my.domain.com:8080/axis/services/ServiceName?method=findAll actually doesn't return the values correctly... I was accessing an old service that I hand-coded the wsdd files for that did... the axis url returns the following error: AXIS error Sorry, something s

Serialization / Using WSDL2Java stubs on client...

2003-08-30 Thread Jeffrey Hood
I have an axis service that is working fine... the Java2WSDL and WSDL2Java both work correctly, and using the http://my.domain.com:8080/axis/services/ServiceName?method=findAll returns the proper data... however, I am having probems with using the client side stubs which work correctly for servic