[ 
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

Reply via email to