|
@@ -741,8 +741,8 @@
|
|
|
syntax:</para>
|
|
|
|
|
|
<programlisting format="linespecific"><Methods>
|
|
|
- <Method name="myMthd1" url="<RoxieIP>:9876/path?param=value" user="me" password="mypw"/>
|
|
|
- <Method name="myMthd2" url="<RoxieIP>:9876/path?param=value" user="me" password="mypw"/>
|
|
|
+ <Method name="myMthd1" url="<RoxieIPRange>:9876/path?param=value" user="me" password="mypw"/>
|
|
|
+ <Method name="myMthd2" url="<RoxieIPRange>:9876/path?param=value" user="me" password="mypw"/>
|
|
|
</Methods></programlisting>
|
|
|
|
|
|
<para><emphasis role="bold">Example:</emphasis></para>
|
|
@@ -763,7 +763,7 @@
|
|
|
Binding.</para>
|
|
|
|
|
|
<programlisting><Methods>
|
|
|
- <Method name="AddThis" url="<RoxieIP>:9876" querytype="roxie" queryname="AddThis"/>
|
|
|
+ <Method name="AddThis" url="<RoxieIPRange>:9876" querytype="roxie" queryname="AddThis"/>
|
|
|
</Methods></programlisting>
|
|
|
|
|
|
<para>If this Method requires context information, for example about
|
|
@@ -771,7 +771,7 @@
|
|
|
(<Gateways>...</Gateways>) depicted as follows.</para>
|
|
|
|
|
|
<programlisting><Methods>
|
|
|
- <Method name="AddThis" url="<RoxieIP>:9876" querytype="roxie" queryname="AddThis">
|
|
|
+ <Method name="AddThis" url="<RoxieIPRange>:9876" querytype="roxie" queryname="AddThis">
|
|
|
<!--Optional Method Context Information start-->
|
|
|
<Gateways>
|
|
|
<Gateway name="mygateway" url="1.1.1.1:2222/someservice/somemethod/>
|
|
@@ -805,7 +805,7 @@
|
|
|
<ESP>
|
|
|
<ServiceName>wsmath</ServiceName>
|
|
|
<Config>
|
|
|
- <Method name="AddThis" url="<RoxieIP>:9876" querytype="roxie" queryname="AddThis">
|
|
|
+ <Method name="AddThis" url="<RoxieIPRange>:9876" querytype="roxie" queryname="AddThis">
|
|
|
<Gateways>
|
|
|
<Gateway name="mygateway" url="1.1.1.1:2222/someservice/somemethod/>
|
|
|
<Gateway name="anothergateway" url="2.2.2.2:9999/someservice/somemethod/>
|
|
@@ -1116,8 +1116,8 @@
|
|
|
syntax:</para>
|
|
|
|
|
|
<programlisting><Methods>
|
|
|
- <Method name="myMthd1" url="http://<RoxieIP>:9876/somepath?someparam=value" user="me" password="mypw"/>
|
|
|
- <Method name="myMthd2" url="http://<RoxieIP>:9876/somepath?someparam=value" user="me" password="mypw"/>
|
|
|
+ <Method name="myMthd1" url="http://<RoxieIPRange>:9876/path?param=value" user="me" password="mypw"/>
|
|
|
+ <Method name="myMthd2" url="http://<RoxieIPRange>:9876/path?param=value" user="me" password="mypw"/>
|
|
|
</Methods></programlisting>
|
|
|
|
|
|
<para><emphasis role="bold">Example:</emphasis></para>
|