Hi, I'm trying to call a web service but i've one problem. I would like to get on countries in the "".
Desciption: {DataProcessor.DataProcessor1.Form.Form.Form(11)}: Yapılandırıcı çağrısı sürecinde hata oluştu (WSProxy) proxy= new WSProxy(aa,"","GetCountries",""); kaynağı: Hizmet bulunmadı. {}:GetCountries
Code
&AtClient
Procedure GetirKod(Command)
Countries=GetCountry();
EndProcedure
Function GetCountry() Export
Definition=WSReferences.WSReference1.GetWSDefinitions();
proxy= new WSProxy(Definition,"http://www.webservicex.net","GetCountries","http://www.webservicex.net/country.asmx");
Return proxy.Get();
EndFunction
Hello, Jr Developer. Did you import WSDL description of that service? What is in that? Would you please attach a sample configuration where we could reproduce this issue?