[ 
https://issues.apache.org/jira/browse/JUDDI-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655654#comment-13655654
 ] 

Alex O'Ree commented on JUDDI-441:
----------------------------------

Development on the UDDI v2.x has stopped and I don't believe there are any 
plans to spin it up again. Vytenis, if you want to lead the charge in fixing 
this issue for the 2.x versions, go right ahead and post a patch, otherwise I'm 
closing this ticket
                
> Wrong element in response to find_relatedBusinesses
> ---------------------------------------------------
>
>                 Key: JUDDI-441
>                 URL: https://issues.apache.org/jira/browse/JUDDI-441
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: Vytenis Bivainis
>            Assignee: Kurt T Stam
>             Fix For: 2.0.2
>
>
> <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>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to