Forum
Proxygen de web servis için wsm ve wsdl uzantılı dosyalarımı olusturduktan sonra progress explorertoolde oluşturduğum ve deploy ettiğim webservisin çalıştığını görüyorum.localde oluşturduğum .net projesinde web servicemi referance olarak ekliyorum kod olarak aşağıdaki kodu kullanıyorum fakat "An error was detected while executing the Web Service request. (10893)" hatasını alıyorum.Problem ne olabilir.
not: http://localhost:8080/wsa/wsa1 çalışır vaziyette
http://localhost:8080 tomcat tan calışıp çalışmadığını görüyorum.
localimdende http://serveradi:8080/wsa/wsa1 yaptığımdada calıştığı görülüyor
ayrıca .nette web referance eklerkende yazmış olduğum web servisteki fonksiyonları ve değişkenleri görüyorum.
try
{
string pout = "ok";
WebReference.
ReklamAppService rek = new WebReference.ReklamAppService();rek.Url =
"http://100.10.5.10:8080/wsa/wsa1";rek.test(
"ersan", out pout);}
catch (Exception ex)
{
Console.WriteLine(ex.ToString()); //burada bu hatayı alıyorum.
}
UPPP
Merhaba,
Server loglarına bakınız.
Saygılar,