christiankerl / ckWebServicePlugin

Build SOAP and WSDL based web services with symfony 1.x.
MIT License
11 stars 5 forks source link

Problem in https #12

Open sajadi opened 10 years ago

sajadi commented 10 years ago

I have a webservice in ssl protocol. My address in wsdl file is "https://myhost/web.wsdl". I connect the address and the file is accessed but I can't execute methods that exist in webservice module. This approach is worked in http protocol well. please help me.

bagher.sajadi@gmail.com