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 "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2007/06/07 05:13:27 UTC

[jira] Updated: (AXIS2-2661) Mising type for Parent Class in WSDL

     [ https://issues.apache.org/jira/browse/AXIS2-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-2661:
------------------------------------

    Assignee: Deepal Jayasinghe

> Mising type for Parent Class in WSDL
> ------------------------------------
>
>                 Key: AXIS2-2661
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2661
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: wsdl
>    Affects Versions: 1.2, nightly
>            Reporter: Thomas Lueer
>            Assignee: Deepal Jayasinghe
>         Attachments: MyService.aar, patch.diff
>
>
> Using a POJO Service with derived parameter causes generation of a wsdl-schema without any type definition for the parent class:
> class MyService{
>   public String service(A param){
>     return "finished";
>   }
> }
> class B{
>   private String paramB;
>   // Getter & Setter 
> }
> class A extends B{
>   //properties, getter & setter
> }
> Generated WSDL:
> <comlpexType name="A">
>   <xs:complexContent>
>     <xs:extension base="ax21:B">
>       <!-- ... -->
>     </xs:extension>
>   </xs:complexContent>
> </complexType>

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