I am trying to consume web service of complex type with authentication in php.can any one show me the example php code. I have read the complete php.net docs but not able to find any thing useful.
I am trying to consume web service of complex type with authentication in php.can
Share
I used a SOAP extension to consume the webservice and appended the authentication to a url, used “crxml” to parse it as the response contained a namespace it was very hard parsing it using xpath.