I am implementing a web service in a laravel web application. The web service server is using a secure connection. I keep getting SOAP-ERROR: Parsing WSDL: Couldn't load from ... error. I think it is because I cannot attach the policy file (policy.xml) in the request. I am using SoapWrapper package by Artisaninweb to send the request. How do we attach the policy file to a request (SOAP).