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

Wrong element in response to find_relatedBusinesses

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.0.1
    • 2.0.2
    • None
    • None

    Description

      <find_relatedBusinesses> returns <relatedBusinessList> instead of <relatedBusinessesList>, which violates http://www.uddi.org/schema/uddi_v2.xsd.

      Sample request:

      <?xml version="1.0" encoding="UTF-8"?>
      <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
      <SOAP-ENV:Header/>
      <SOAP-ENV:Body>
      <ns2:find_relatedBusinesses generic="2.0" xmlns:ns2="urn:uddi-org:api_v2">
      <ns2:businessKey>C5042D40-06FE-11E0-A66A-89A86045A274</ns2:businessKey>
      </ns2:find_relatedBusinesses>
      </SOAP-ENV:Body>
      </SOAP-ENV:Envelope>

      Sample response:

      <?xml version="1.0" encoding="UTF-8"?>
      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
      <soapenv:Body xmlns="urn:uddi-org:api_v2">
      <relatedBusinessList generic="2.0" operator="jUDDI.org">
      <businessKey>C5042D40-06FE-11E0-A66A-89A86045A274</businessKey>
      <relatedBusinessInfos>
      <relatedBusinessInfo>
      <businessKey>C5090F40-06FE-11E0-A66A-ACC21B03382F</businessKey>
      <name xml:lang="lt-LT">v-1292275209109-b</name>
      <sharedRelationships>
      <keyedReference keyName="peer-peer"
      keyValue="peer-peer" tModelKey="uuid:807a2c6a-ee22-470d-adc7-e0424a337c03"/>
      </sharedRelationships>
      </relatedBusinessInfo>
      </relatedBusinessInfos>
      </relatedBusinessList>
      </soapenv:Body>
      </soapenv:Envelope>

      Attachments

        Activity

          People

            kstam Kurt Stam
            monrealis Vytenis Bivainis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: