Uploaded image for project: 'jUDDI (Retired)'
  1. jUDDI (Retired)
  2. JUDDI-498

Success messages for deletes are not empty

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.4
    • 3.1.0
    • core
    • None
    • Tomcat 6.0.24, PostgreSQL 8.4

    Description

      When deleting an entity in uddi the return should be an empty message "5.2.7.3 Returns: Upon successful completion, an empty message is returned." When we are deleting items we are getting a message back with a disposition report, which should not be the case as a spec compliant client may not be able to parse that return with the disposition report in place.It appears that the WSDL jUDDI uses for publication is different from the UDDI v3 port type WSDL.

      jUDDI WSDL - delete_business

      <wsdl:operation name="delete_business"><wsdl:input message="tns:delete_business" name="delete_business">
      </wsdl:input><wsdl:output message="tns:delete_businessResponse" name="delete_businessResponse">
      </wsdl:output>
      </wsdl:operation>

      UDDI v3 WSDL delete_business

      <operation name="delete_business">
      <input message="tns:delete_businessMessage"/>
      <output message="tns:successMessage"/>
      <fault name="error" message="tns:dispositionReportFaultMessage"/>
      </operation>

      Attachments

        Issue Links

          Activity

            People

              kstam Kurt Stam
              jbrown Jennifer Brown
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: