**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Web.Services / Test / standalone / server / Test1.asmx
blob7219ed23c58df062016fad9f768ffa4e52936259
1 <%@ WebService Language="c#" Codebehind="InteropTestDocLitParameters.wsdl.cs" Class="InteropTestDocLitParameters.wsdl.WSDLInteropTestDocLitParameters" %>\r
2 using System.Xml.Serialization;
3 using System;
4 using System.Web.Services.Protocols;
5 using System.ComponentModel;
6 using System.Web.Services;
8 namespace InteropTestDocLitParameters.wsdl{
10 /// <remarks/>
11 [System.Web.Services.WebServiceBindingAttribute(Name="WSDLInteropTestDocLitParametersSoap", Namespace="http://soapinterop.org")]
12 public class WSDLInteropTestDocLitParameters : System.Web.Services.WebService {
14    
15     /// <remarks/>
16     [System.Web.Services.WebMethodAttribute()]
17     [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soapinterop.org/", RequestNamespace="http://soapinterop.org/xsd", ResponseNamespace="http://soapinterop.org/xsd", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
18     [return: System.Xml.Serialization.XmlElementAttribute("return", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
19     public SOAPStruct echoStruct([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]  SOAPStruct  param0, SOAPStruct X_WS_ReturnValue_X)
20                 {\r
21                         return null;
22                 }
23     
24     /// <remarks/>
25     [System.Web.Services.WebMethodAttribute()]
26     [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soapinterop.org/", RequestNamespace="http://soapinterop.org/xsd", ResponseNamespace="http://soapinterop.org/xsd", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
27     [return: System.Xml.Serialization.XmlArrayAttribute("return", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
28     [return: System.Xml.Serialization.XmlArrayItemAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
29     public string[] echoStringArray([System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] [System.Xml.Serialization.XmlArrayItemAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]  string[]  param0, string[] X_WS_ReturnValue_X)
30                 {
31                         return null;
32                 }
33     
34     /// <remarks/>
35     [System.Web.Services.WebMethodAttribute()]
36     [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://soapinterop.org/", RequestNamespace="http://soapinterop.org/xsd", ResponseNamespace="http://soapinterop.org/xsd", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
37     [return: System.Xml.Serialization.XmlElementAttribute("return", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
38     public string echoString([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]  string  param0, string X_WS_ReturnValue_X)
39                 {
40                         return null;
41                 }
44 /// <remarks/>
45 [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://soapinterop.org/xsd")]
46 public class SOAPStruct {
47     
48     /// <remarks/>
49     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
50     public System.Single varFloat;
51     
52     /// <remarks/>
53     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
54     public int varInt;
55     
56     /// <remarks/>
57     [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
58     public string varString;