You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Steve Viens (JIRA)" <ju...@ws.apache.org> on 2005/03/21 04:56:20 UTC

[jira] Closed: (JUDDI-68) ErrInfo element not found in E_success messages.

     [ http://issues.apache.org/jira/browse/JUDDI-68?page=history ]
     
Steve Viens closed JUDDI-68:
----------------------------

    Resolution: Fixed

Fixed. All API calls that return an E_success message when successful now return the errCode value of 'E_success' within the ErrInfo element.

> ErrInfo element not found in E_success messages.
> ------------------------------------------------
>
>          Key: JUDDI-68
>          URL: http://issues.apache.org/jira/browse/JUDDI-68
>      Project: jUDDI
>         Type: Bug
>     Reporter: Steve Viens
>     Assignee: Steve Viens
>      Fix For: 0.9

>
> An ErrInfo element is not being returned in E_success messages. An errInfo element containing only an errCode attribute value should also be present. Here's what was returned on a successful delete_business API call:
>   <dispositionReport generic="2.0" operator="Viens.net" xmlns="urn:uddi-org:api_v2">
>    <result errno="0"/>
>   </dispositionReport>
> This should have been returned:
>   <dispositionReport generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
>    <result errno="0">
>     <errInfo errCode="E_success"/>
>    </result>
>   </dispositionReport>
> Steve

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira