ccomms.wsdl
来自「Delphi XML & XPATH源代码」· WSDL 代码 · 共 485 行 · 第 1/3 页
WSDL
485 行
<part name="AdminUserID" type="s:string" />
<part name="Password" type="s:string" />
<part name="Sender" type="s:string" />
<part name="Recipient" type="s:string" />
<part name="Subject" type="s:string" />
<part name="Message" type="s:string" />
<part name="BCCRecipients" type="s:string" />
<part name="CCRecipients" type="s:string" />
<part name="MessageType" type="s:string" />
</message>
<message name="SendBulkEmailHttpGetOut">
<part name="Body" element="s0:boolean" />
</message>
<message name="GetUserIDHttpGetIn">
<part name="EmailAddress" type="s:string" />
<part name="Name" type="s:string" />
</message>
<message name="GetUserIDHttpGetOut">
<part name="Body" element="s0:string" />
</message>
<message name="IsEmailAddressHttpPostIn">
<part name="UserID" type="s:string" />
<part name="Password" type="s:string" />
<part name="EmailAddress" type="s:string" />
</message>
<message name="IsEmailAddressHttpPostOut">
<part name="Body" element="s0:boolean" />
</message>
<message name="SendEmailHttpPostIn">
<part name="Sender" type="s:string" />
<part name="Recipient" type="s:string" />
<part name="Subject" type="s:string" />
<part name="Message" type="s:string" />
<part name="MessageType" type="s:string" />
</message>
<message name="SendEmailHttpPostOut">
<part name="Body" element="s0:boolean" />
</message>
<message name="SendBulkEmailHttpPostIn">
<part name="AdminUserID" type="s:string" />
<part name="Password" type="s:string" />
<part name="Sender" type="s:string" />
<part name="Recipient" type="s:string" />
<part name="Subject" type="s:string" />
<part name="Message" type="s:string" />
<part name="BCCRecipients" type="s:string" />
<part name="CCRecipients" type="s:string" />
<part name="MessageType" type="s:string" />
</message>
<message name="SendBulkEmailHttpPostOut">
<part name="Body" element="s0:boolean" />
</message>
<message name="GetUserIDHttpPostIn">
<part name="EmailAddress" type="s:string" />
<part name="Name" type="s:string" />
</message>
<message name="GetUserIDHttpPostOut">
<part name="Body" element="s0:string" />
</message>
<portType name="ccommsSoap">
<operation name="SendNewsletter">
<documentation>Send a newsletter to a list of users which are passed down to this web service using a dataset. Also passed to this web service is a newsletter, the newsletter can contain &lt;?FIELD_NAME?&gt; fields which are substituted during parsing of the newsletter for the values/fields found in the users dataset.<br><br><table cellspacing=1 cellpadding=2 border=0 bgcolor='DarkGray' width='90%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='White' width='100%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='Bisque' width='100%'><tr><td><b>AdminUserID</b> = Valid and active Administrator User identification. This gives you the ability to alter other users information as long as they belong to your brokerage.<br><b>Password</b> = Password to use with your Administration UserID<br><b>Sender</b> = Senders email address, also accepts address in the following syntax i.e. SoapEngine &lt;salcentral@lucin.com&gt;<br><b>Users</b> = Dataset list of users to send a newsletter too<br><b>Subject</b> = The subject of a message, email, note, code snippet, review etc.<br><b>NewsLetter</b> = Newsletter to send to recipients, newsletters can contain &lt;?FIELD_NAME?&gt; syntax to allow fields to be substituted within the newsletter by data found within a dataset<br><b>MessageType</b> = Use the value 'Html' for Html messages and the value 'Text' for Text messages</td></tr></table></td></tr></table></td></tr></table></documentation>
<input message="s0:SendNewsletterSoapIn" />
<output message="s0:SendNewsletterSoapOut" />
</operation>
<operation name="IsEmailAddress">
<documentation>Return true if the supplied email address is a valid email address form<br><br><table cellspacing=1 cellpadding=2 border=0 bgcolor='DarkGray' width='90%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='White' width='100%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='Bisque' width='100%'><tr><td><b>UserID</b> = Valid and active User identification, you can get this by running the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included within this web service<br><b>Password</b> = Password to use with your UserID, you can get a password/userid by using the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included with this web service.<br><b>EmailAddress</b> = Email address to send the email too. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;</td></tr></table></td></tr></table></td></tr></table></documentation>
<input message="s0:IsEmailAddressSoapIn" />
<output message="s0:IsEmailAddressSoapOut" />
</operation>
<operation name="SendEmail">
<input message="s0:SendEmailSoapIn" />
<output message="s0:SendEmailSoapOut" />
</operation>
<operation name="SendBulkEmail">
<documentation>Send a single email to many recipients using BCC and/or CC transport<br><br><table cellspacing=1 cellpadding=2 border=0 bgcolor='DarkGray' width='90%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='White' width='100%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='Bisque' width='100%'><tr><td><b>UserID</b> = Valid and active User identification, you can get this by running the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included within this web service<br><b>Password</b> = Password to use with your UserID, you can get a password/userid by using the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included with this web service.<br><b>Sender</b> = Senders email address, also accepts address in the following syntax i.e. SoapEngine &lt;salcentral@lucin.com&gt;<br><b>Recipient</b> = Destination email address you want to send this email message to. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;<br><b>Subject</b> = The subject of a message, email, note, code snippet, review etc.<br><b>Message</b> = The content of the message, email, note, code snippet, review etc.<br><b>BCCRecipients</b> = Semicolon seperated list of recipients you wish to send this email to using BCC methods. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;<br><b>CCRecipients</b> = Semicolon seperated list of recipients you wish to send this email to using CC methods. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;<br><b>MessageType</b> = Use the value 'Html' for Html messages and the value 'Text' for Text messages</td></tr></table></td></tr></table></td></tr></table></documentation>
<input message="s0:SendBulkEmailSoapIn" />
<output message="s0:SendBulkEmailSoapOut" />
</operation>
<operation name="GetUserID">
<documentation>Enter your email address and name to have a unique user id emailed to you, to allow you to use some of the methods within this web service. If you are already registered with SoapEngine simply enter your email address and leave your name blank. NB* This method can also be used if you've forgotten your password as an existing user simply enter your email address and continue. This UserID can be used on the following www.soapengine.com web services.<br><br><a target='_blank' href='cidea.asmx'>http://www.soapengine.com/lucin/salcentral/cidea.asmx</a><br>
<a target='_blank' href='cadvert.asmx'>http://www.soapengine.com/lucin/salcentral/cadvert.asmx</a><br>
<a target='_blank' href='cnotes.asmx'>http://www.soapengine.com/lucin/salcentral/cnotes.asmx</a><br>
<a target='_blank' href='ccomms.asmx'>http://www.soapengine.com/lucin/salcentral/ccomms.asmx</a><br>
<a target='_blank' href='caccounts.asmx'>http://www.soapengine.com/lucin/salcentral/caccounts.asmx</a><br>
<a target='_blank' href='cdatadict.asmx'>http://www.soapengine.com/lucin/salcentral/cdatadict.asmx</a><br>
<a target='_blank' href='chotlist.asmx'>http://www.soapengine.com/lucin/salcentral/chotlist.asmx</a><br>
<a target='_blank' href='cinquire.asmx'>http://www.soapengine.com/lucin/salcentral/cinquire.asmx</a><br>
<a target='_blank' href='clatest.asmx'>http://www.soapengine.com/lucin/salcentral/clatest.asmx</a><br>
<a target='_blank' href='cnewsletter.asmx'>http://www.soapengine.com/lucin/salcentral/cnewsletter.asmx</a><br>
<a target='_blank' href='crss.asmx'>http://www.soapengine.com/lucin/salcentral/crss.asmx</a><br>
<a target='_blank' href='csearch.asmx'>http://www.soapengine.com/lucin/salcentral/csearch.asmx</a><br>
<a target='_blank' href='csecurity.asmx'>http://www.soapengine.com/lucin/salcentral/csecurity.asmx</a><br>
<a target='_blank' href='csignin.asmx'>http://www.soapengine.com/lucin/salcentral/csignin.asmx</a><br>
<a target='_blank' href='cstatistics.asmx'>http://www.soapengine.com/lucin/salcentral/cstatistics.asmx</a><br>
<a target='_blank' href='csystem.asmx'>http://www.soapengine.com/lucin/salcentral/csystem.asmx</a><br>
<a target='_blank' href='cuddi.asmx'>http://www.soapengine.com/lucin/salcentral/cuddi.asmx</a><br>
<a target='_blank' href='cvisitor.asmx'>http://www.soapengine.com/lucin/salcentral/cvisitor.asmx</a><br>
<a target='_blank' href='cwsinherit.asmx'>http://www.soapengine.com/lucin/salcentral/cwsinherit.asmx</a><br>
<a target='_blank' href='cweather.asmx'>http://www.soapengine.com/lucin/salcentral/cweather.asmx</a><br><br><table cellspacing=1 cellpadding=2 border=0 bgcolor='DarkGray' width='90%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='White' width='100%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='Bisque' width='100%'><tr><td><b>EmailAddress</b> = Valid email address<br><b>Name</b> = Your full name (if existing SoapEngine user leave blank)<br></td></tr></table></td></tr></table></td></tr></table></documentation>
<input message="s0:GetUserIDSoapIn" />
<output message="s0:GetUserIDSoapOut" />
</operation>
</portType>
<portType name="ccommsHttpGet">
<operation name="IsEmailAddress">
<documentation>Return true if the supplied email address is a valid email address form<br><br><table cellspacing=1 cellpadding=2 border=0 bgcolor='DarkGray' width='90%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='White' width='100%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='Bisque' width='100%'><tr><td><b>UserID</b> = Valid and active User identification, you can get this by running the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included within this web service<br><b>Password</b> = Password to use with your UserID, you can get a password/userid by using the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included with this web service.<br><b>EmailAddress</b> = Email address to send the email too. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;</td></tr></table></td></tr></table></td></tr></table></documentation>
<input message="s0:IsEmailAddressHttpGetIn" />
<output message="s0:IsEmailAddressHttpGetOut" />
</operation>
<operation name="SendEmail">
<input message="s0:SendEmailHttpGetIn" />
<output message="s0:SendEmailHttpGetOut" />
</operation>
<operation name="SendBulkEmail">
<documentation>Send a single email to many recipients using BCC and/or CC transport<br><br><table cellspacing=1 cellpadding=2 border=0 bgcolor='DarkGray' width='90%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='White' width='100%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='Bisque' width='100%'><tr><td><b>UserID</b> = Valid and active User identification, you can get this by running the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included within this web service<br><b>Password</b> = Password to use with your UserID, you can get a password/userid by using the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included with this web service.<br><b>Sender</b> = Senders email address, also accepts address in the following syntax i.e. SoapEngine &lt;salcentral@lucin.com&gt;<br><b>Recipient</b> = Destination email address you want to send this email message to. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;<br><b>Subject</b> = The subject of a message, email, note, code snippet, review etc.<br><b>Message</b> = The content of the message, email, note, code snippet, review etc.<br><b>BCCRecipients</b> = Semicolon seperated list of recipients you wish to send this email to using BCC methods. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;<br><b>CCRecipients</b> = Semicolon seperated list of recipients you wish to send this email to using CC methods. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;<br><b>MessageType</b> = Use the value 'Html' for Html messages and the value 'Text' for Text messages</td></tr></table></td></tr></table></td></tr></table></documentation>
<input message="s0:SendBulkEmailHttpGetIn" />
<output message="s0:SendBulkEmailHttpGetOut" />
</operation>
<operation name="GetUserID">
<documentation>Enter your email address and name to have a unique user id emailed to you, to allow you to use some of the methods within this web service. If you are already registered with SoapEngine simply enter your email address and leave your name blank. NB* This method can also be used if you've forgotten your password as an existing user simply enter your email address and continue. This UserID can be used on the following www.soapengine.com web services.<br><br><a target='_blank' href='cidea.asmx'>http://www.soapengine.com/lucin/salcentral/cidea.asmx</a><br>
<a target='_blank' href='cadvert.asmx'>http://www.soapengine.com/lucin/salcentral/cadvert.asmx</a><br>
<a target='_blank' href='cnotes.asmx'>http://www.soapengine.com/lucin/salcentral/cnotes.asmx</a><br>
<a target='_blank' href='ccomms.asmx'>http://www.soapengine.com/lucin/salcentral/ccomms.asmx</a><br>
<a target='_blank' href='caccounts.asmx'>http://www.soapengine.com/lucin/salcentral/caccounts.asmx</a><br>
<a target='_blank' href='cdatadict.asmx'>http://www.soapengine.com/lucin/salcentral/cdatadict.asmx</a><br>
<a target='_blank' href='chotlist.asmx'>http://www.soapengine.com/lucin/salcentral/chotlist.asmx</a><br>
<a target='_blank' href='cinquire.asmx'>http://www.soapengine.com/lucin/salcentral/cinquire.asmx</a><br>
<a target='_blank' href='clatest.asmx'>http://www.soapengine.com/lucin/salcentral/clatest.asmx</a><br>
<a target='_blank' href='cnewsletter.asmx'>http://www.soapengine.com/lucin/salcentral/cnewsletter.asmx</a><br>
<a target='_blank' href='crss.asmx'>http://www.soapengine.com/lucin/salcentral/crss.asmx</a><br>
<a target='_blank' href='csearch.asmx'>http://www.soapengine.com/lucin/salcentral/csearch.asmx</a><br>
<a target='_blank' href='csecurity.asmx'>http://www.soapengine.com/lucin/salcentral/csecurity.asmx</a><br>
<a target='_blank' href='csignin.asmx'>http://www.soapengine.com/lucin/salcentral/csignin.asmx</a><br>
<a target='_blank' href='cstatistics.asmx'>http://www.soapengine.com/lucin/salcentral/cstatistics.asmx</a><br>
<a target='_blank' href='csystem.asmx'>http://www.soapengine.com/lucin/salcentral/csystem.asmx</a><br>
<a target='_blank' href='cuddi.asmx'>http://www.soapengine.com/lucin/salcentral/cuddi.asmx</a><br>
<a target='_blank' href='cvisitor.asmx'>http://www.soapengine.com/lucin/salcentral/cvisitor.asmx</a><br>
<a target='_blank' href='cwsinherit.asmx'>http://www.soapengine.com/lucin/salcentral/cwsinherit.asmx</a><br>
<a target='_blank' href='cweather.asmx'>http://www.soapengine.com/lucin/salcentral/cweather.asmx</a><br><br><table cellspacing=1 cellpadding=2 border=0 bgcolor='DarkGray' width='90%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='White' width='100%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='Bisque' width='100%'><tr><td><b>EmailAddress</b> = Valid email address<br><b>Name</b> = Your full name (if existing SoapEngine user leave blank)<br></td></tr></table></td></tr></table></td></tr></table></documentation>
<input message="s0:GetUserIDHttpGetIn" />
<output message="s0:GetUserIDHttpGetOut" />
</operation>
</portType>
<portType name="ccommsHttpPost">
<operation name="IsEmailAddress">
<documentation>Return true if the supplied email address is a valid email address form<br><br><table cellspacing=1 cellpadding=2 border=0 bgcolor='DarkGray' width='90%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='White' width='100%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='Bisque' width='100%'><tr><td><b>UserID</b> = Valid and active User identification, you can get this by running the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included within this web service<br><b>Password</b> = Password to use with your UserID, you can get a password/userid by using the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included with this web service.<br><b>EmailAddress</b> = Email address to send the email too. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;</td></tr></table></td></tr></table></td></tr></table></documentation>
<input message="s0:IsEmailAddressHttpPostIn" />
<output message="s0:IsEmailAddressHttpPostOut" />
</operation>
<operation name="SendEmail">
<input message="s0:SendEmailHttpPostIn" />
<output message="s0:SendEmailHttpPostOut" />
</operation>
<operation name="SendBulkEmail">
<documentation>Send a single email to many recipients using BCC and/or CC transport<br><br><table cellspacing=1 cellpadding=2 border=0 bgcolor='DarkGray' width='90%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='White' width='100%'><tr><td><table cellspacing=0 cellpadding=2 border=0 bgcolor='Bisque' width='100%'><tr><td><b>UserID</b> = Valid and active User identification, you can get this by running the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included within this web service<br><b>Password</b> = Password to use with your UserID, you can get a password/userid by using the <a target='_blank' href='cwsinherit.asmx?op=GetUserID'>GetUserID</a> method also included with this web service.<br><b>Sender</b> = Senders email address, also accepts address in the following syntax i.e. SoapEngine &lt;salcentral@lucin.com&gt;<br><b>Recipient</b> = Destination email address you want to send this email message to. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;<br><b>Subject</b> = The subject of a message, email, note, code snippet, review etc.<br><b>Message</b> = The content of the message, email, note, code snippet, review etc.<br><b>BCCRecipients</b> = Semicolon seperated list of recipients you wish to send this email to using BCC methods. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;<br><b>CCRecipients</b> = Semicolon seperated list of recipients you wish to send this email to using CC methods. You can use the name followed by &lt;?&gt; to signify the email address i.e. Mr Anonymous &lt;anon@lucin.com&gt;<br><b>MessageType</b> = Use the value 'Html' for Html messages and the value 'Text' for Text messages</td></tr></table></td></tr></table></td></tr></table></documentation>
<input message="s0:SendBulkEmailHttpPostIn" />
<output message="s0:SendBulkEmailHttpPostOut" />
</operation>
<operation name="GetUserID">
<documentation>Enter your email address and name to have a unique user id emailed to you, to allow you to use some of the methods within this web service. If you are already registered with SoapEngine simply enter your email address and leave your name blank. NB* This method can also be used if you've forgotten your password as an existing user simply enter your email address and continue. This UserID can be used on the following www.soapengine.com web services.<br><br><a target='_blank' href='cidea.asmx'>http://www.soapengine.com/lucin/salcentral/cidea.asmx</a><br>
<a target='_blank' href='cadvert.asmx'>http://www.soapengine.com/lucin/salcentral/cadvert.asmx</a><br>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?