/[dgee]/dgee/examples/wstest.cs
ViewVC logotype

Diff of /dgee/examples/wstest.cs

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

revision 1.5 by csmith, Mon Nov 10 17:51:50 2003 UTC revision 1.6 by csmith, Mon Nov 10 17:57:31 2003 UTC
# Line 52  namespace SomeServiceTest Line 52  namespace SomeServiceTest
52        return s;        return s;
53      }      }
54    
55      [WebMethod(Description="Test for DotGNU XmlRpcStruct - Sending")]      [WebMethod(Description="Test for DotGNU XmlRpcStruct - Sending.  Pass in a struct containing two integer values named 'Value1' and 'Value2' and you'll get the multiplication of these values returned.")]
56      public int sendAStruct( XmlRpcStruct s )      public int sendAStruct( XmlRpcStruct s )
57      {      {
58            int a = (int)s["Value1"];            int a = (int)s["Value1"];

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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