Patch soap-location for SOAP related Bug #55697
Patch version 2011-12-03 23:48 UTC
Return to Bug #55697 |
Download this patch
Patch Revisions:
Developer: quentinboughner@hotmail.com
Index: soapclient.xml
===================================================================
--- soapclient.xml (revision 320319)
+++ soapclient.xml (working copy)
@@ -47,9 +47,9 @@
<para>
An array of options. If working in WSDL mode, this parameter is optional.
If working in non-WSDL mode, the <literal>location</literal> and
- <literal>uri</literal> options must be set, where <literal>location</literal> is
- the URL to request and <literal>uri</literal> is the target namespace of the
- SOAP service.
+ <literal>uri</literal> options must be set, where <literal>location</literal>
+ is the URL of the SOAP server to send the request to, and <literal>uri</literal>
+ is the target namespace of the SOAP service.
</para>
<para>
The <literal>style</literal> and <literal>use</literal> options only work in
|