Explorar el Código

HPCC-12228 DOCS:Add ver_ info to SOAPCALL

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia hace 10 años
padre
commit
cae046043f
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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
             the target systems in the list. These URLs may contain standard
             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>