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 "Rakesh (JIRA)" <ji...@apache.org> on 2007/05/10 21:00:15 UTC

[jira] Created: (AXIS2-2651) WSDL Generation creates duplicates element definition in WSDL

WSDL Generation creates duplicates element definition in WSDL 
--------------------------------------------------------------

                 Key: AXIS2-2651
                 URL: https://issues.apache.org/jira/browse/AXIS2-2651
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.2
         Environment: Java/Windows/Standalone
            Reporter: Rakesh


Hi,

We have  a bunch of functions under a service. All the functions throw AxisFault. We don't have any wsdl. The problem is that the wsdl that is generated automatically, has the element definition for AxisFaultFault:

<PRE>
			<xs:element
				name="AxisFaultFault">
				<xs:complexType>
					<xs:sequence>
						<xs:element
							name="AxisFault"
							nillable="true"
							type="ns14:AxisFault" />
					</xs:sequence>
				</xs:complexType>
			</xs:element>
</PRE>

repeated as many times as the number of functions that throw AxisFault. This inturn causes some problem with other wsdl to code generators, which break throwing a duplicate element defintion exception.

Apparently the older version (1.0 atleast), never used to generate the exception information as a part of the WSDL (the fault information had to be created manually then though)

I hope the information above is sufficient enough to verify the issue I am raising.

Thanks,
Rakesh.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (AXIS2-2651) WSDL Generation creates duplicates element definition in WSDL

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502058 ] 

Davanum Srinivas commented on AXIS2-2651:
-----------------------------------------

Fixed this morning.

thanks,
dims

> WSDL Generation creates duplicates element definition in WSDL 
> --------------------------------------------------------------
>
>                 Key: AXIS2-2651
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2651
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Java/Windows/Standalone
>            Reporter: Rakesh
>
> Hi,
> We have  a bunch of functions under a service. All the functions throw AxisFault. We don't have any wsdl. The problem is that the wsdl that is generated automatically, has the element definition for AxisFaultFault:
> <PRE>
> 			<xs:element
> 				name="AxisFaultFault">
> 				<xs:complexType>
> 					<xs:sequence>
> 						<xs:element
> 							name="AxisFault"
> 							nillable="true"
> 							type="ns14:AxisFault" />
> 					</xs:sequence>
> 				</xs:complexType>
> 			</xs:element>
> </PRE>
> repeated as many times as the number of functions that throw AxisFault. This inturn causes some problem with other wsdl to code generators, which break throwing a duplicate element defintion exception.
> Apparently the older version (1.0 atleast), never used to generate the exception information as a part of the WSDL (the fault information had to be created manually then though)
> I hope the information above is sufficient enough to verify the issue I am raising.
> Thanks,
> Rakesh.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2-2651) WSDL Generation creates duplicates element definition in WSDL

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-2651.
-------------------------------------

    Resolution: Fixed

> WSDL Generation creates duplicates element definition in WSDL 
> --------------------------------------------------------------
>
>                 Key: AXIS2-2651
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2651
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Java/Windows/Standalone
>            Reporter: Rakesh
>
> Hi,
> We have  a bunch of functions under a service. All the functions throw AxisFault. We don't have any wsdl. The problem is that the wsdl that is generated automatically, has the element definition for AxisFaultFault:
> <PRE>
> 			<xs:element
> 				name="AxisFaultFault">
> 				<xs:complexType>
> 					<xs:sequence>
> 						<xs:element
> 							name="AxisFault"
> 							nillable="true"
> 							type="ns14:AxisFault" />
> 					</xs:sequence>
> 				</xs:complexType>
> 			</xs:element>
> </PRE>
> repeated as many times as the number of functions that throw AxisFault. This inturn causes some problem with other wsdl to code generators, which break throwing a duplicate element defintion exception.
> Apparently the older version (1.0 atleast), never used to generate the exception information as a part of the WSDL (the fault information had to be created manually then though)
> I hope the information above is sufficient enough to verify the issue I am raising.
> Thanks,
> Rakesh.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-2651) WSDL Generation creates duplicates element definition in WSDL

Posted by "Rakesh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rakesh updated AXIS2-2651:
--------------------------

    Priority: Major  (was: Minor)

> WSDL Generation creates duplicates element definition in WSDL 
> --------------------------------------------------------------
>
>                 Key: AXIS2-2651
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2651
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Java/Windows/Standalone
>            Reporter: Rakesh
>
> Hi,
> We have  a bunch of functions under a service. All the functions throw AxisFault. We don't have any wsdl. The problem is that the wsdl that is generated automatically, has the element definition for AxisFaultFault:
> <PRE>
> 			<xs:element
> 				name="AxisFaultFault">
> 				<xs:complexType>
> 					<xs:sequence>
> 						<xs:element
> 							name="AxisFault"
> 							nillable="true"
> 							type="ns14:AxisFault" />
> 					</xs:sequence>
> 				</xs:complexType>
> 			</xs:element>
> </PRE>
> repeated as many times as the number of functions that throw AxisFault. This inturn causes some problem with other wsdl to code generators, which break throwing a duplicate element defintion exception.
> Apparently the older version (1.0 atleast), never used to generate the exception information as a part of the WSDL (the fault information had to be created manually then though)
> I hope the information above is sufficient enough to verify the issue I am raising.
> Thanks,
> Rakesh.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2-2651) WSDL Generation creates duplicates element definition in WSDL

Posted by "Rakesh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rakesh updated AXIS2-2651:
--------------------------

    Priority: Minor  (was: Major)

> WSDL Generation creates duplicates element definition in WSDL 
> --------------------------------------------------------------
>
>                 Key: AXIS2-2651
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2651
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Java/Windows/Standalone
>            Reporter: Rakesh
>            Priority: Minor
>
> Hi,
> We have  a bunch of functions under a service. All the functions throw AxisFault. We don't have any wsdl. The problem is that the wsdl that is generated automatically, has the element definition for AxisFaultFault:
> <PRE>
> 			<xs:element
> 				name="AxisFaultFault">
> 				<xs:complexType>
> 					<xs:sequence>
> 						<xs:element
> 							name="AxisFault"
> 							nillable="true"
> 							type="ns14:AxisFault" />
> 					</xs:sequence>
> 				</xs:complexType>
> 			</xs:element>
> </PRE>
> repeated as many times as the number of functions that throw AxisFault. This inturn causes some problem with other wsdl to code generators, which break throwing a duplicate element defintion exception.
> Apparently the older version (1.0 atleast), never used to generate the exception information as a part of the WSDL (the fault information had to be created manually then though)
> I hope the information above is sufficient enough to verify the issue I am raising.
> Thanks,
> Rakesh.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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