NuSOAP itself will not generate classes for you to use. Perhaps something like
phped does this.
You don't have to have any classes generated to use NuSOAP. It can read the
WSDL to help the client work correctly. Your code must provide parameters for
SOAP methods, then read the results from a PHP associative array.
For an intro to NuSOAP, you might try my Web pages starting at
http://www.scottnichol.com/nusoapintro.htm. There are also other tutorials
floating around the 'net. There are also samples that get packaged with NuSOAP
releases. These might not teach much, but they serve as code templates.
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Brenda" <brenda@xxxxxxxxxxxxxxx>
To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, May 16, 2006 10:00 PM
Subject: [Nusoap-general] schema/entity to php classes
i'm very new to soap.
I've been asked to develop a soap client.
I've been provided the following:
a WSDL
a end point (also found in the WSDL)
some "schema" xsd files
some "data entities" xsd files
i'm told i can take this all as input, runs some magic commands, and the result
is some php classes i can use in my soap client.
but how? Can someone point me to documentation on how this is done using
nusoap? - i'm lost.
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
|