You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/09/10 15:14:04 UTC

DO NOT REPLY [Bug 12477] New: - Schema could not be validated by .NET's wsdl.exe

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=12477>.
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=12477

Schema could not be validated by .NET's wsdl.exe

           Summary: Schema could not be validated by .NET's wsdl.exe
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: thomas@boerkel.de


This is a new problem in RC1, it was OK in Beta3.

If I use wsdl.exe from .NET to generate C# proxy from my Java class, using Axis 
to generate the WSDL, I get this output:

-----------------------------
Schema validation warning: Invalid 'type' attribute - Value cannot be null.
Parameter name: name.
Schema validation warning: Invalid 'type' attribute - Value cannot be null.
Parameter name: name.
Schema validation warning: Invalid 'type' attribute - Value cannot be null.
Parameter name: name.
Schema validation warning: Invalid 'type' attribute - Value cannot be null.
Parameter name: name.
Schema validation warning: Invalid 'type' attribute - Value cannot be null.
Parameter name: name.
Schema validation warning: Invalid 'type' attribute - Value cannot be null.
Parameter name: name.
Schema validation warning: Invalid 'type' attribute - Value cannot be null.
Parameter name: name.

Warning: Schema could not be validated. Class generation may fail or may produce
 incorrect results.
-----------------------------

wsdl.exe still creates the proxy, but maybe not OK (could not do further tests 
with it yet).

Attaching the WSDLs for the same Java class from Axis Beta3 (no warnings 
from .NET) and RC1 (warnings from above).