1 2 3 4 5 6 7 8 9 10 11 12
|
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")]
[System.Web.Services.WebServiceBindingAttribute(Name="admin_webservicesBinding", Namespace="https://wsServeur.monserveur.net")]
[System.Xml.Serialization.SoapIncludeAttribute(typeof(table_field))]
public interface IAdmin_webservicesBinding {
/// <remarks/>
[System.Web.Services.WebMethodAttribute()]
[System.Web.Services.Protocols.SoapRpcMethodAttribute("https://192.168.001.002/username_exists", RequestNamespace="https://mondomaine.monserveur.net", ResponseNamespace="https://mondomaine.monserveur.net")]
[return: System.Xml.Serialization.SoapElementAttribute("return")]
bool username_exists(string username); |
Partager