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 "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/07/05 18:16:04 UTC

[jira] Created: (AXIS2-2906) Null returns when getting the service documentation programmatically

Null returns when getting the service documentation programmatically
--------------------------------------------------------------------

                 Key: AXIS2-2906
                 URL: https://issues.apache.org/jira/browse/AXIS2-2906
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: nightly
         Environment: winxp, jdk15
            Reporter: Charitha Kankanamge


I was trying to get the service documentation programmatically using the generated stubs. 

stub._getServiceClient().getAxisService().getDocumentation()

But the above code always returns NULL. The deployed service contained service description and it was shown in the WSDL <documentation> element.

Please correct me if this is not the way of retrieving service documentation.

Steps to reproduce:
================
1. Deploy the attached service
2. Generated stubs using ADB (soap11 port)
3. Write a client with stub._getServiceClient().getAxisService().getDocumentation()




-- 
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] Assigned: (AXIS2-2906) Null returns when getting the service documentation programmatically

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

Deepal Jayasinghe reassigned AXIS2-2906:
----------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

Amila , if the wsdl has documentation element , then we need to add that to generated stub.

Thanks
Deepal

> Null returns when getting the service documentation programmatically
> --------------------------------------------------------------------
>
>                 Key: AXIS2-2906
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2906
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: winxp, jdk15
>            Reporter: Charitha Kankanamge
>            Assignee: Amila Chinthaka Suriarachchi
>
> I was trying to get the service documentation programmatically using the generated stubs. 
> stub._getServiceClient().getAxisService().getDocumentation()
> But the above code always returns NULL. The deployed service contained service description and it was shown in the WSDL <documentation> element.
> Please correct me if this is not the way of retrieving service documentation.
> Steps to reproduce:
> ================
> 1. Deploy the attached service
> 2. Generated stubs using ADB (soap11 port)
> 3. Write a client with stub._getServiceClient().getAxisService().getDocumentation()

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