Hi everyone,
Daniweb has helped me a lot in the past and for once I haven't found the solution in a previous thread. Here is my issue. I simply cannot figure out what to do to send/receive XML using PHP SOAP functions. It sounds simple enough, but I have been through the documentation over and over and just can't seem to get it.
Here's the wiki that explains the basics of what I'm trying to do:
http://wiki.agemni.com/Getting_Started/APIs/Agemni_CMS_Sync#Enabling_CMS_Sync_Web_Service
And the specific XML that needs to be sent:
https://www.agemni.com/_snet/AgemniLogin.asmx?op=agLogin
I feel like there should be a script where I can basically plug in:
1. My XML
2. URL to send to
3. WSDL file
And have it return the response XML to me in a string or a file, or whatever.
Clearly, I'm somewhat inexperienced and I really appreciate any help you can give me.
Thanks!