I am trying to figure out the easiest way to send DOM XML objects to a SOAP server.
I have used the SOAP in PHP to transerfer an array to the SOAP server. That works great. I am trying to see if there is another way of doing it other then converting the DOM to arrays and using the PHP soap object or using CURL and passing it as a string.
BTW I am using PHP5
Thanks,
Sintel