Andile Posted August 19, 2013 Share Posted August 19, 2013 I am relatively new to webservices and so i need help consuming an asmx webservice and the xml for it is as follows. SOAPAction: "http://www.mywebsite.com/CheckClient" <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><CheckClient xmlns="http://www.ibls.co.za/"><PolicyNr>string</PolicyNr><IDNumber>string</IDNumber></CheckClient></soap:Body></soap:Envelope> Thanks for your help in advance. Quote Link to comment Share on other sites More sharing options...
PravinS Posted August 19, 2013 Share Posted August 19, 2013 check SOAP client http://php.net/manual/en/class.soapclient.php Quote Link to comment Share on other sites More sharing options...
Andile Posted August 19, 2013 Author Share Posted August 19, 2013 Does IIS always require authentication? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.