I'm currently manually forming my XML and using cURL to send it to a client's server as part of a web application for validating users.
They've recently asked if I could start "using webservice schema and WSDL to derive requests and responses". But I lack a firm grasp of really how to do that, or even what that really means.
I've read a few things on WSDL (seems over-complicated) and I think I get the basic idea. I may have misunderstandings about it, but here goes. My question is now this: How can I use WSDL to form my XML?
Thanks,
David