/[dgee]/dgee/cslib/DotGNU/DGEE/WebServiceInvoker.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/DGEE/WebServiceInvoker.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by npg, Tue Jul 8 17:36:54 2003 UTC revision 1.1.2.2.2.1 by npg, Wed Jul 23 11:26:00 2003 UTC
# Line 64  namespace DotGNU.DGEE Line 64  namespace DotGNU.DGEE
64      public void Run( String request )      public void Run( String request )
65      {      {
66        try {        try {
67            // process the request via its request handler
68          requestHandler.ParseRequest( request );          requestHandler.ParseRequest( request );
69    
70          // dump to console for now          // send a reply
   
         // FIXME: This assumes XmlRpc for now...  
71          Console.WriteLine( replyHandler.GetReply( "Assembly", "className", "requestHandler.MethodName") );          Console.WriteLine( replyHandler.GetReply( "Assembly", "className", "requestHandler.MethodName") );
72        }        }
73        catch( Exception e ) {        catch( Exception e ) {
74          Console.WriteLine( e.Message );          Console.WriteLine( e );
75        }              }      
76      }      }
77    }    }

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.2.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26