I am working with a web service which has a WSDL which contains no specific information on the object types. For example, one of the web service calls returns a list of objects with certain properties. However the WSDL is completely anonymous. It does not specify that object's type nor it's properties and their types. So when I generate XMLBeans and get a response I can't just loop through them like POJOs, instead have to be treated as abstract elements and nodes.
I am guessing the web service server needs to be regenerated with some kind of option turned on to generate that type information. This web service was generated through .NET. Does anyone know what options specifically I need to ask the team responsible for this web service to turn on so I can get these details in the WSDL? I have no experience with generating web services on .NET... -- View this message in context: http://www.nabble.com/WSDL-does-not-have-type-ifnormation-tp17781274p17781274.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
