Search results

  1. S

    Runtime error

    From the data that progress at the same time as 55000. Net c # application I wrote inthe proxy I am trying to connect to the connect method. "Exception caught hereProgress.Open4GL.Exceptions.Open4GLException" I get such an error. Timeout is happening. How can I solve this solution by progress...
  2. S

    Web services

    of course.. i write in firefox "http://100.3.45.101:8080/wsa/wsa1/wsdl?" i see Progress Web Services Adapter. but i can't the adapter on .Net.
  3. S

    Web services

    yes you are right :D :D now, Well now how I can handle this problem?
  4. S

    Web services

    of course.. i'm not stupid :D
  5. S

    Web services

    i try the "telnet serverip 8080" on command line but i see a black screen..
  6. S

    Web services

    what can i see on telnet ?
  7. S

    Web services

    i have this error message. what's my problem ? i check Nameserver and WSA's log file but i dot't saw any problem. The remote server returned an error: (500) Internal Server Error. konum: System.Net.HttpWebRequest.GetResponse() konum: Service..ctor() c:\Documents and...
  8. S

    "An error was detected while executing the Web Service request. (10893)" in .NET

    that's WSA Log File ** ProxyGen, Progress Version 10.1B ** Checking for existence of .r files ... ** Processing non-persistent procedures ... ** Processing: G:\...\WebServices\test.r ... -- Parsing r-code ... MAIN .\webservices\test.p INPUT xin CHARACTER OUTPUT xout CHARACTER -- No...
  9. S

    "An error was detected while executing the Web Service request. (10893)" in .NET

    I saw WSA on Progress Explorer Tool.. i check Name Server's configuration but I don't see any problem..
  10. S

    "An error was detected while executing the Web Service request. (10893)" in .NET

    :D no problem.. now, what's my problem ?
  11. S

    "An error was detected while executing the Web Service request. (10893)" in .NET

    i need a connection for database in .Net. i add web referance service on my project. but i have request error.. is this code wrong ?
  12. S

    "An error was detected while executing the Web Service request. (10893)" in .NET

    that's error on .NET : An error was detected while executing the Web Service request. (10893)
  13. S

    "An error was detected while executing the Web Service request. (10893)" in .NET

    hi all.. i have this error in this code : 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())...
Top