[
https://issues.apache.org/jira/browse/JUDDI-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971072#action_12971072
]
Kurt T Stam edited comment on JUDDI-441 at 12/13/10 6:11 PM:
-------------------------------------------------------------
Thank you Vytenis, active development is really going on around the v3 spec. Is
there any way you can move to using jUDDI v3? That said I will file this for
the 2.0.2 release.
was (Author: kurtstam):
Thank you Vytenis, active development is really going on around the v3
spec. Is there any way you can move to using jUDDI v3? That said I will file
this for the 2.0.1 release.
> 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.
-
You can reply to this email to add a comment to the issue online.