Bugzilla – Attachment 211152 Details for
Bug 384236
System.Web.Service call WebMethod not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
soap client that calls the server stubs. (Main program)
pingSoap.cs (text/x-csharp), 584 bytes, created by
C S Vadiraj
on 2008-04-29 13:04:51 UTC
(
hide
)
Description:
soap client that calls the server stubs. (Main program)
Filename:
MIME Type:
Creator:
C S Vadiraj
Created:
2008-04-29 13:04:51 UTC
Size:
584 bytes
patch
obsolete
>using System; >using System.Net; > >class pingSoap { > > public static void Main(string [] args) { > > // Your license key > String deviceid = "479aa2ba50bc89b4b6f3544b76879a44"; // copy paste from /etc/zmd/deviceid > String secret = "5bde8633b6c0119f791305a192624db1"; // copy paste from /etc/zmd/secret > > ICredentials credentials = new NetworkCredential(deviceid,secret,"mydomain"); > > Server service1 = new Server(); > service1.SetCredential(credentials) ; > > Console.WriteLine("Response {0}", service1.Ping()) ; > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 384236
:
211151
| 211152 |
211170