DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12529>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12529 .NET's wsdl.exe cannot create Proxy from Axis RC1 WSDL [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 2002-09-18 09:34 ------- This is the answer from Microsoft: Newest version of wsdl.exe(.NET codename Everett) says: - Unable to import operation 'updateDebi'. - Types must be declared at the top level in the schema. "We have a requirement (it's an implementation-specific requirement) that all types used for encoded serialization be declared at the top level in a schema. This is because we will always multi-ref, and we will also always write xsi:type on the value. For xsi:type we need a type name. If we supported embedded elements (not multi-ref'd), we could accept the given schema." If you include the declaration of "BusinessObject" and "BaseObject" in the schema "p2masterdata", then it works.