Send pre-built XML via PHP Soap

william

New Member
I have lots of pre written XML that I need to send to a Soap service (we'd like to use the native PHP Soap library), is there any way I can send the pre-written XML that I have rather than giving soap an object at all?I've tried looking online but most answers I have found really don't seem to make any sense to me...If not, is there a better method to be using rather than the native Soap library? The XML files are quite large, and I figure it would save quite a bit of time to send them as is rather than rewrite from scratch.
 
Back
Top