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
 Assigned to: 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

Reply via email to