/[dgee]/dgee/cslib/DotGNU/DGEE/Protocols/XmlRpc/XmlRpcService.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/DGEE/Protocols/XmlRpc/XmlRpcService.cs

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

revision 1.1.4.5 by csmith, Wed Aug 27 00:02:59 2003 UTC revision 1.1.4.6 by csmith, Sat Aug 30 17:51:54 2003 UTC
# Line 50  namespace DotGNU.DGEE.Protocols Line 50  namespace DotGNU.DGEE.Protocols
50        Console.WriteLine( "+DEVELOPMENT MODE - Execution from command line" );        Console.WriteLine( "+DEVELOPMENT MODE - Execution from command line" );
51        Console.WriteLine( "Executing Webservice...\n" );        Console.WriteLine( "Executing Webservice...\n" );
52                
53        String replyXml = DGEE_run( args ).ToString();        String replyXml = DGEE_execute( args );
54                
55        Console.WriteLine( "\nReply XML:" );        Console.WriteLine( "\nReply XML:" );
56        Console.WriteLine( replyXml );        Console.WriteLine( replyXml );
# Line 58  namespace DotGNU.DGEE.Protocols Line 58  namespace DotGNU.DGEE.Protocols
58    
59      public static String DGEE_execute( string[] args )      public static String DGEE_execute( string[] args )
60      {      {
61              //XmlRpcService xs = new XmlRpcService();
62              //return xs.DGEE_run( args );
63            return DGEE_run( args );            return DGEE_run( args );
64      }      }
65    }    }

Legend:
Removed from v.1.1.4.5  
changed lines
  Added in v.1.1.4.6

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