Forum
Hazırladığımız bir proje için web servis oluşturulmuş durumda. Basit bir web arayüzü ve php ile webservise bağlanmam gerekiyor. İlk defa webservisle uğraştığım için her ne kadar yazı döküman örnek kod baksamda işin içinden çıkamadım. Ayrıca header'da AuthHeader bulunmakta.
Konu hakkında bilgisi olan ve yardımcı olabilecek var mı acaba ?
merhaba aşağıdaki gibi bir bağlantı ile parametre gönderip sonucu alabilirsiniz
$client = new SoapClient("http://testurl/Test.asmx?WSDL");
$params->Param1 = 'Hello';
$params->Param2 = 'World!';
$result = $client->TestMethod($params)->TestMethodResult;
ProfectSoft Yazılım ve Danışmanlık Hizmetleri
LogPusher & Bifyou E-Commerce System
www.profectsoft.com
"Sunucu isteği işleyemedi. ---> Nesne başvurusu bir nesnenin örneğine ayarlanmadı." hatası alıyorum. SoapUI ile kullanıcı hatasına düşebiliyorum.
http://xxx.xxx.xxx.xxx/ABCService.asmx?wsdl
<wsdl:definitions xmlns:s=" http://www.w3.org/2001/XMLSchema " xmlns:soap12=" http://schemas.xmlsoap.org/wsdl/soap12/ " xmlns:http=" http://schemas.xmlsoap.org/wsdl/http/ " xmlns:mime=" http://schemas.xmlsoap.org/wsdl/mime/ " xmlns:tns=" http://tempuri.org/ "xmlns:soap=" http://schemas.xmlsoap.org/wsdl/soap/ " xmlns:tm=" http://microsoft.com/wsdl/mime/textMatching/ " xmlns:soapenc=" http://schemas.xmlsoap.org/soap/encoding/ " xmlns:wsdl=" http://schemas.xmlsoap.org/wsdl/ " targetNamespace=" http://tempuri.org/ ">
postman uzerınden bır request atın servıse header olarakda user pass gonderın muhtemel basıc auth ıle baglanıyordur postmandan aldıgınız auth key ıle bır denermısınız eger dogrulama tamamlanırsa bunun ıcın user name pass ıcın basıc auth ıle kodunuzda request atmanız gereklı
saygılar
ProfectSoft Yazılım ve Danışmanlık Hizmetleri
LogPusher & Bifyou E-Commerce System
www.profectsoft.com