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 ax...@ws.apache.org on 2004/07/20 14:53:40 UTC

[jira] Assigned: (AXIS-1461) no element, unallowed process from java2wsdl - doc/literal

Message:

   The following issue has been re-assigned.

   Assignee: Davanum Srinivas (mailto:davanum@gmail.com)
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1461

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1461
    Summary: no element, unallowed process from java2wsdl - doc/literal
       Type: Bug

     Status: Open
   Priority: Critical

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             beta-2

   Assignee: Davanum Srinivas
   Reporter: David Thielen

    Created: Sat, 17 Jul 2004 6:51 PM
    Updated: Tue, 20 Jul 2004 5:53 AM
Environment: Windows XP, Tomcat 5.x

Description:
I have a very simple set of java that when I create the wsdl from the java using:
java org.apache.axis.wsdl.Java2WSDL --output wr.wsdl --style DOCUMENT --use LITERAL -n urn:windward.net -p"net.windward.xmlreport.WebService.server" "urn:windward.net" --location "http://localhost:8080/axis/services/WindwardReports" net.windward.xmlreport.WebService.server.CreateReport

It creates a message as (no part):
<wsdl:message name="getVersionRequest"></wsdl:message>

It is also creating a process element (which is a no-no for doc/literal):
 <xsd:element name="process">
     <xsd:complexType>
       <xsd:sequence>
         <xsd:element ref="impl:in0"/>
         <xsd:element ref="impl:in1"/>
         <xsd:element ref="impl:in2"/>
       </xsd:sequence>
     </xsd:complexType
   </xsd:element>

I can give you the code if that helps. I didn't see any way to attach it.

thanks - dave


---------------------------------------------------------------------
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