Re: More Newbie Wisdom

2004-12-10 Thread ANDREW MICONE
Axis throws a fault about incompatible types when passed in an anyType for a base64, at least in Axis 1.1. We're supplied a WSDL to follow, but when I queried the WSDL's of the service consuming my service, who also provides the same service to others, I found that there were small inconsistenci

Re: More Newbie Wisdom

2004-12-10 Thread Lyndon Tiu
ANDREW MICONE wrote: Another lesson learned today: "never trust a client to query your WSDL before calling you, send the right data types, or even follow the WSDL pattern they supplied you and claim to consume." That was my last problem, the client had arbitrarily changed their xsd:Base64Binary

More Newbie Wisdom

2004-12-10 Thread ANDREW MICONE
Another lesson learned today: "never trust a client to query your WSDL before calling you, send the right data types, or even follow the WSDL pattern they supplied you and claim to consume." That was my last problem, the client had arbitrarily changed their xsd:Base64Binary element to an xsd:A