Hi -
First off I'm new to WebServices although I've successfully built an application that uses a WS from a WSDL document and wsdl2java included in Axis.
That said, I am working with a vendor that has multiple services available through Web Services. They have documentation on using Axis so I went and ran wsdl2java for a single service to see what the classes looked like. Lo and behold this single service generated over 300 classes! Is it just me or is that out of control? The developers said that in .NET it just generates a single file but in Java it generates this many classes.
I just can't wrap my head around how each call to this service can generate 300 objects per request or maybe I'm misunderstanding something.
Any advice would be appreciated.
Thanks Mike
