[
https://issues.apache.org/jira/browse/SCOUT-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Stam closed SCOUT-25.
--------------------------
Resolution: Fixed
Fix Version/s: (was: 1.0)
1.0rc1
> FindBinding does not work + patch
> ---------------------------------
>
> Key: SCOUT-25
> URL: https://issues.apache.org/jira/browse/SCOUT-25
> Project: Scout
> Issue Type: Bug
> Affects Versions: v0.7
> Environment: any
> Reporter: Kurt Stam
> Assignee: Anil Saldhana
> Priority: Critical
> Fix For: 1.0rc1
>
>
> If I do a findServiceBinding this results in a erroneuos xml being send to
> the UDDI.
> Patch:
> In RegistryImpl, in the method findBinding, on line 690 replace
> BindingDetail bd;
> XmlObject o = execute(request, this.getInquiryURI()).changeType(
> BindingDetailDocument.type);
> bd = ((BindingDetailDocument) o).getBindingDetail();
> with
> BindingDetail bd;
> XmlObject o = execute(doc, this.getInquiryURI()).changeType(
> BindingDetailDocument.type);
> bd = ((BindingDetailDocument) o).getBindingDetail();
> This will fix this issue.
> --Kurt
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]