Hi Guys, I have been arguing with my computer all day. It just doesn't want to do as it's told! essentially I have been able to build an xml file in the format that I want using simplexml and stick it in a soap header, send it to a server in a post array and get a response. This is a huge victory fo...
Thanks Guys. This is why I posted, I didn't have any particular reason for choosing soapClient other than the fact that one of our test services needed a soap header so I was mucking around with that, plus the training manual I have uses PEAR SOAP for all of it's xml examples... I want to make sure ...
Hello, I have been tasked with creating a new web application for internal use at my office. This application has to pull data in from an external website. In order to achieve this we have asked the owners of the external website to produce an xml web service to run over https, which they will write...