0 Replies Latest reply on May 17, 2005 6:30 AM by zozilla

    C# calling webservice

    zozilla

      I have created a simple "Hello World" WebService(jboss4.0.2) that takes a single String and returns a String. I have deployed it and it is using rpc/literal.The service running on machine A.
      I also have a C# client(2005 beta2) running on machine B, and i get a c# exception: System.Net.WebException: The request was aborted: The connection was closed unexpectedly.

      Anyone else having these problems?

      Thanks