You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "James Jose (JIRA)" <ax...@ws.apache.org> on 2005/12/20 13:22:31 UTC

[jira] Commented: (AXISCPP-879) UDDI inquiry API 'get_tModelDetail()' does not return all the deatils of Technical Model correctly.

    [ http://issues.apache.org/jira/browse/AXISCPP-879?page=comments#action_12360911 ] 

James Jose commented on AXISCPP-879:
------------------------------------

All the get_xxx() APIs in UDDI have this problem

ie get_tModelDetail()
    get_businessDetail()
    get_bindingDetail()
    get_businessExtDetail()
    get_serviceDetail() have this problem. 

unitTest_inquire_v2.xml shows this issue



> UDDI inquiry API  'get_tModelDetail()' does not return all the deatils of Technical Model correctly.
> ----------------------------------------------------------------------------------------------------
>
>          Key: AXISCPP-879
>          URL: http://issues.apache.org/jira/browse/AXISCPP-879
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Reporter: James Jose

>
> UDDI inquiry API  'get_tModelDetail()' does not return all the deatils of Technical Model.
> Following are the members of 'tModel' Class.
>                      xsd__string tModelKey_Ref;
> 	xsd__string _operator;
> 	xsd__string authorizedName;
> 	name* name_Ref;
> 	class description_Array * description_Ref;
> 	overviewDoc* overviewDoc_Ref;
> 	identifierBag* identifierBag_Ref;
> 	categoryBag* categoryBag_Ref;
> In the returned object, only the variables with basic datatype holds the correct value. ie first 3 member variables. Other member variables are either null or empty..The response from the UDDI Registry shows all the details of the Technical Model are returned from the Registry.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira