[Zope-CVS] CVS: Packages/WebService/doc - WSDLTools.tex:1.3 WebService.tex:1.3
Brian Lloyd
brian@digicool.com
Fri, 30 Nov 2001 10:32:11 -0500
Update of /cvs-repository/Packages/WebService/doc
In directory cvs.zope.org:/tmp/cvs-serv31552/doc
Modified Files:
WSDLTools.tex WebService.tex
Log Message:
Minor cleanups, bug fixes and doc updates.
=== Packages/WebService/doc/WSDLTools.tex 1.2 => 1.3 ===
\begin{methoddesc}[WSDL]{getMd5Hash}{}
Return an md5 hash based on the content of the service description. This
-hash may be passed as the \code{checksum} argument to a \class{WSDLReader}.
+hash may be passed as the \code{checksum} argument to a \class{WSDLReader}.
+Note that the hash returned is based on the entirety of the logical WSDL
+description, including any imported elements of the description.
\end{methoddesc}
\begin{methoddesc}[WSDL]{addService}{name\optional{, documentation}}
@@ -301,7 +303,10 @@
\end{methoddesc}
\begin{methoddesc}[WSDL]{toXML}{}
-Return an XML string representation of the service description.
+Return an XML string representation of the service description. Note that
+for \class{WSDL} instances loaded from existing XML data, this method returns
+an XML representation of the entire logical WSDL document, including any
+imported information.
\end{methoddesc}
=== Packages/WebService/doc/WebService.tex 1.2 => 1.3 ===
package. For more information on using the lower level objects, see the
examples in the package documentation (or look at the implementation for
-the high-level tools, which are themselves built on the low level tools).
+the high-level tools, which are themselves built using the low level tools).
\subsection{Using Web Services}
@@ -179,7 +179,7 @@
from WebService.ServiceProxy import SOAPMethod
method = SOAPMethod('EchoString',
- url='http://www.example.com/EchoService',
+ url='http://www.example.com/EchoService',
namespace='urn:EchoService',
soapAction=''urn:EchoService#EchoString'
)