Search found 1 match

by ebinjames007
Tue Feb 14, 2017 1:13 am
Forum: PHP - Code
Topic: Soap Client is not working after editing the request header
Replies: 1
Views: 1915

Soap Client is not working after editing the request header

I am using php SOAP Client. Also am edited the request header before sending using HackySoapClient extended from SoapClient.I edited the request header because the server accept only custom header . When i call the method i got a blank screen . Is there any mistake with my code .I checked the php lo...