You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by "Kurt Stam (JIRA)" <sc...@ws.apache.org> on 2007/07/26 15:40:40 UTC

[jira] Closed: (SCOUT-25) FindBinding does not work + patch

     [ 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: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org