Note that there are some explanatory texts on larger screens.

plurals
  1. POTo test this service using svcutil.exe
    primarykey
    data
    text
    <p>I want to test a service with svcutil.exe. The step is</p> <pre><code>svcutil.exe http://11.55.99.341/MessagingServices/MessageData.svc?wsdl </code></pre> <p>I found that there is a cs file was generated in C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin.</p> <p>Some of code is likely as:</p> <pre><code>//------------------------------------------------------------------------------ // &lt;auto-generated&gt; // This code was generated by a tool. // Runtime Version:2.0.50727.5466 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // &lt;/auto-generated&gt; //------------------------------------------------------------------------------ namespace MessagingAPI.Objects { using System.Runtime.Serialization; [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "3.0.0.0")] [System.Runtime.Serialization.DataContractAttribute(Name="InboxDTO", Namespace="http://schemas.datacontract.org/2004/07/MessagingAPI.Objects")] public partial class InboxDTO : object, System.Runtime.Serialization.IExtensibleDataObject { private System.Runtime.Serialization.ExtensionDataObject extensionDataField; private System.Guid[] FullInboxField; private System.Guid InmateIdField; private int MessagesInWaitField; private int ReadMessagesField; private System.Guid[] UnreadInboxField; private int UnreadMessagesField; public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { return this.extensionDataField; } set { this.extensionDataField = value; } } [System.Runtime.Serialization.DataMemberAttribute()] public System.Guid[] FullInbox { get { return this.FullInboxField; } set { this.FullInboxField = value; } } </code></pre> <p>I am not sure how to test it with this service with the code then?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload