Hi guys!! I really hope that someone out there can help me out a little bit!
I need to do a SOAP server in PHP (of course!) and a SOAP client in Javascript!
All the examples of web services client implementation for javascript use WSDL, not SOAP!
I'm using NuSOAP in PHP... ok, some questions:
Where can I find a class or a tutorial to use SOAP in Javascript? (believe I've been looking for it for a while)
I understand that WSDL is used to describe de service! but I see that it's used also for implementing (like executable code).. I know that I'm not understanding something right here
Ok... if the WSDL are webservices that are ready to use (and execute) from another program? is there a way to generate the WSDL from a class that I have in PHP (NuSOAP Server has a method called generaeWSDL) ,but it is asking me for a WSDL file
I think that I have a problem destinguishing SOAP from WSDL for consuming webservices... ¿any one can help me out with this definitions?
Last one! I've seen plenty of examples explaining how to "publish" a function using NuSOAP, how can I enable the client to create an object using SOAP?? I mean, I've the class "Company" in my servers, and I want the client to be able to create their local "Company" obviously calling methods and attributes from the server... (I hope I explained this clearly)
For now it's everything I need!! (I know...)..
thank you in advance!!