Browse Source

Merge pull request #6910 from JamesDeFabia/12228Ver

HPCC-12228 DOCS:Add ver_ info to SOAPCALL

Reviewed-By: Kevin Wang <kevin.wang@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 years ago
parent
commit
50af6d8210
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/ECLLanguageReference/ECLR_mods/BltInFunc-SOAPCALL.xml

+ 5 - 1
docs/ECLLanguageReference/ECLR_mods/BltInFunc-SOAPCALL.xml

@@ -60,7 +60,11 @@
             conduct a Federated search where the request is sent to each of
             conduct a Federated search where the request is sent to each of
             the target systems in the list. These URLs may contain standard
             the target systems in the list. These URLs may contain standard
             form usernames and passwords, if required. The default
             form usernames and passwords, if required. The default
-            username/password are those contained in the workunit.</entry>
+            username/password are those contained in the workunit. If calling
+            an ESP Web service, you can append the ver_=n.nn parameter to
+            specify the version of the service. For example: <programlisting>SOAPCALL('http://127.0.0.1:8010/Wsdfu/?ver_=1.22', 
+         'DFUSearchData', 
+         instructure,DATASET(outsructure));</programlisting></entry>
           </row>
           </row>
 
 
           <row>
           <row>