[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]