You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-dev@xml.apache.org by xm...@xml.apache.org on 2004/07/23 02:39:20 UTC

[jira] Created: (XMLBEANS-43) scomp barfs on soap encoded WSDL from Apache Axis 1.1

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-43

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-43
    Summary: scomp barfs on soap encoded WSDL from Apache Axis 1.1
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             Version 1.0.3

   Assignee: 
   Reporter: bmak

    Created: Thu, 22 Jul 2004 5:37 PM
    Updated: Thu, 22 Jul 2004 5:37 PM
Environment: eclipse 3.0 over win2k under sun jdk 1.4.2

Description:
used axis 1.1 to code generate my WSDL. 

I would like to use XMLbeans against that WSDL, but I get the enclosed error. here're my commandline arguments:

-dl -d target/classes -src src/java -out fudd.jar src/xml/1.2.String.wsdl

is there a work around?

1.2.String.wsdl:0: warning: The WSDL src\xml\1.2.String.wsdl uses SOAP encoding. SOAP encoding is not compatible with literal XML Schema.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
Time to build schema type system: 2.375 seconds
BUILD FAILED




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


[jira] Closed: (XMLBEANS-43) scomp barfs on soap encoded WSDL from Apache Axis 1.1

Posted by xm...@xml.apache.org.
Message:

   The following issue has been closed.

   Resolver: Dave Remy
       Date: Fri, 17 Sep 2004 11:11 AM

Looks like there just needs to be the soap encoding schema included in the compile.  Any questions on this can still be directed to the dev list.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-43

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-43
    Summary: scomp barfs on soap encoded WSDL from Apache Axis 1.1
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: CANNOT REPRODUCE

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             Version 1.0.3

   Assignee: 
   Reporter: bmak

    Created: Thu, 22 Jul 2004 5:37 PM
    Updated: Fri, 17 Sep 2004 11:11 AM
Environment: eclipse 3.0 over win2k under sun jdk 1.4.2

Description:
used axis 1.1 to code generate my WSDL. 

I would like to use XMLbeans against that WSDL, but I get the enclosed error. here're my commandline arguments:

-dl -d target/classes -src src/java -out fudd.jar src/xml/1.2.String.wsdl

is there a work around?

1.2.String.wsdl:0: warning: The WSDL src\xml\1.2.String.wsdl uses SOAP encoding. SOAP encoding is not compatible with literal XML Schema.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
Time to build schema type system: 2.375 seconds
BUILD FAILED




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Commented: (XMLBEANS-43) scomp barfs on soap encoded WSDL from Apache Axis 1.1

Posted by xm...@xml.apache.org.
The following comment has been added to this issue:

     Author: bmak
    Created: Fri, 23 Jul 2004 12:43 PM
       Body:
sorry to be dense, but there's absolutely NO command line documentation on this tool. 

as to your suggestion to include a missing schema file, do I download that eventhough I specified the -dl "flag". (not that i think it would work much -- as i'm oft behind firewalls.)

if i download those files, do i just add them all the to command line, as in 

.... src/xml/foo.wsdl src/xml/depends0.xsd src/xml/depends1.xsd

and how does the tool handle includes?

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XMLBEANS-43?page=comments#action_36854

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-43

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-43
    Summary: scomp barfs on soap encoded WSDL from Apache Axis 1.1
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             Version 1.0.3

   Assignee: 
   Reporter: bmak

    Created: Thu, 22 Jul 2004 5:37 PM
    Updated: Fri, 23 Jul 2004 12:43 PM
Environment: eclipse 3.0 over win2k under sun jdk 1.4.2

Description:
used axis 1.1 to code generate my WSDL. 

I would like to use XMLbeans against that WSDL, but I get the enclosed error. here're my commandline arguments:

-dl -d target/classes -src src/java -out fudd.jar src/xml/1.2.String.wsdl

is there a work around?

1.2.String.wsdl:0: warning: The WSDL src\xml\1.2.String.wsdl uses SOAP encoding. SOAP encoding is not compatible with literal XML Schema.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
Time to build schema type system: 2.375 seconds
BUILD FAILED




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


[jira] Commented: (XMLBEANS-43) scomp barfs on soap encoded WSDL from Apache Axis 1.1

Posted by xm...@xml.apache.org.
The following comment has been added to this issue:

     Author: Radu Preotiuc-Pietro
    Created: Thu, 22 Jul 2004 6:31 PM
       Body:
First of all, you have to add the Schema that defines soapenc to the mix when you compile, since XmlBeans doesn't know about that Schema by default (it only knows about the Schema for Schemas and Schema for XML).
>From experience, I can tell that I was able to compile Schemas that use soapenc datatypes, including soapenc:Array.

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XMLBEANS-43?page=comments#action_36834

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-43

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-43
    Summary: scomp barfs on soap encoded WSDL from Apache Axis 1.1
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             Version 1.0.3

   Assignee: 
   Reporter: bmak

    Created: Thu, 22 Jul 2004 5:37 PM
    Updated: Thu, 22 Jul 2004 6:31 PM
Environment: eclipse 3.0 over win2k under sun jdk 1.4.2

Description:
used axis 1.1 to code generate my WSDL. 

I would like to use XMLbeans against that WSDL, but I get the enclosed error. here're my commandline arguments:

-dl -d target/classes -src src/java -out fudd.jar src/xml/1.2.String.wsdl

is there a work around?

1.2.String.wsdl:0: warning: The WSDL src\xml\1.2.String.wsdl uses SOAP encoding. SOAP encoding is not compatible with literal XML Schema.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
Time to build schema type system: 2.375 seconds
BUILD FAILED




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


[jira] Commented: (XMLBEANS-43) scomp barfs on soap encoded WSDL from Apache Axis 1.1

Posted by xm...@xml.apache.org.
The following comment has been added to this issue:

     Author: Radu Preotiuc-Pietro
    Created: Thu, 22 Jul 2004 6:31 PM
       Body:
First of all, you have to add the Schema that defines soapenc to the mix when you compile, since XmlBeans doesn't know about that Schema by default (it only knows about the Schema for Schemas and Schema for XML).
>From experience, I can tell that I was able to compile Schemas that use soapenc datatypes, including soapenc:Array.

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XMLBEANS-43?page=comments#action_36834

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-43

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-43
    Summary: scomp barfs on soap encoded WSDL from Apache Axis 1.1
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             Version 1.0.3

   Assignee: 
   Reporter: bmak

    Created: Thu, 22 Jul 2004 5:37 PM
    Updated: Thu, 22 Jul 2004 6:31 PM
Environment: eclipse 3.0 over win2k under sun jdk 1.4.2

Description:
used axis 1.1 to code generate my WSDL. 

I would like to use XMLbeans against that WSDL, but I get the enclosed error. here're my commandline arguments:

-dl -d target/classes -src src/java -out fudd.jar src/xml/1.2.String.wsdl

is there a work around?

1.2.String.wsdl:0: warning: The WSDL src\xml\1.2.String.wsdl uses SOAP encoding. SOAP encoding is not compatible with literal XML Schema.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
Time to build schema type system: 2.375 seconds
BUILD FAILED




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


[jira] Commented: (XMLBEANS-43) scomp barfs on soap encoded WSDL from Apache Axis 1.1

Posted by xm...@xml.apache.org.
The following comment has been added to this issue:

     Author: bmak
    Created: Fri, 23 Jul 2004 12:43 PM
       Body:
sorry to be dense, but there's absolutely NO command line documentation on this tool. 

as to your suggestion to include a missing schema file, do I download that eventhough I specified the -dl "flag". (not that i think it would work much -- as i'm oft behind firewalls.)

if i download those files, do i just add them all the to command line, as in 

.... src/xml/foo.wsdl src/xml/depends0.xsd src/xml/depends1.xsd

and how does the tool handle includes?

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XMLBEANS-43?page=comments#action_36854

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-43

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-43
    Summary: scomp barfs on soap encoded WSDL from Apache Axis 1.1
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             Version 1.0.3

   Assignee: 
   Reporter: bmak

    Created: Thu, 22 Jul 2004 5:37 PM
    Updated: Fri, 23 Jul 2004 12:43 PM
Environment: eclipse 3.0 over win2k under sun jdk 1.4.2

Description:
used axis 1.1 to code generate my WSDL. 

I would like to use XMLbeans against that WSDL, but I get the enclosed error. here're my commandline arguments:

-dl -d target/classes -src src/java -out fudd.jar src/xml/1.2.String.wsdl

is there a work around?

1.2.String.wsdl:0: warning: The WSDL src\xml\1.2.String.wsdl uses SOAP encoding. SOAP encoding is not compatible with literal XML Schema.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Type Array@http://schemas.xmlsoap.org/soap/encoding/ not found.
1.2.String.wsdl:0: error: Attribute arrayType@http://schemas.xmlsoap.org/soap/encoding/ not found.
Time to build schema type system: 2.375 seconds
BUILD FAILED




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/