Hi all, I am consuming web services made available from my customer. I was given a very elaborate WSDL with schemas and I was able to generate the stubs by using Axis's WSDL2Java. Everything was working fine until the service was changed on the customer's end. This causes the deserialization step to fail as the SOAP response does not match the schema. The customer in this case is a big company and they don't tend to respond in a timely manner. However, the problem persists which I must fix. I am using Axis 1.3 and it doesn't seem to validate the SOAP response with the WSDL's schema. How do I configure Axis to do so? Currently, I had to spend quite a bit of time to track down the mismatches. I figure if the schema is used to validate, it should point out the mismatches right off to spare me the time to track them down.
Thanks, Ken --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
