|
|
@@ -1321,7 +1321,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("ServiceDescription", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
WriteAttribute ("targetNamespace", "", ob.TargetNamespace);
|
|
|
|
|
|
ServiceDescription.WriteExtensions (Writer, ob);
|
|
|
@@ -1423,7 +1423,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("Message", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
|
|
|
if (ob.Parts != null) {
|
|
|
for (int n65 = 0; n65 < ob.Parts.Count; n65++) {
|
|
|
@@ -1451,7 +1451,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("PortType", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
|
|
|
if (ob.Operations != null) {
|
|
|
for (int n66 = 0; n66 < ob.Operations.Count; n66++) {
|
|
|
@@ -1479,7 +1479,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("Binding", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
WriteAttribute ("type", "", FromXmlQualifiedName (ob.Type));
|
|
|
|
|
|
ServiceDescription.WriteExtensions (Writer, ob);
|
|
|
@@ -1509,7 +1509,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("Service", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
|
|
|
if (ob.Ports != null) {
|
|
|
for (int n68 = 0; n68 < ob.Ports.Count; n68++) {
|
|
|
@@ -1542,7 +1542,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("MessagePart", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
WriteAttribute ("element", "", FromXmlQualifiedName (ob.Element));
|
|
|
WriteAttribute ("type", "", FromXmlQualifiedName (ob.Type));
|
|
|
|
|
|
@@ -1567,7 +1567,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("Operation", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
if (ob.ParameterOrderString != "") {
|
|
|
WriteAttribute ("parameterOrder", "", ob.ParameterOrderString);
|
|
|
}
|
|
|
@@ -1609,7 +1609,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("OperationBinding", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
|
|
|
ServiceDescription.WriteExtensions (Writer, ob);
|
|
|
if (ob.Faults != null) {
|
|
|
@@ -1640,7 +1640,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("Port", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
WriteAttribute ("binding", "", FromXmlQualifiedName (ob.Binding));
|
|
|
|
|
|
ServiceDescription.WriteExtensions (Writer, ob);
|
|
|
@@ -1665,9 +1665,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("OperationFault", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- if (ob.Name != "") {
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
- }
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
WriteAttribute ("message", "", FromXmlQualifiedName (ob.Message));
|
|
|
|
|
|
if (ob.Documentation != "") {
|
|
|
@@ -1691,9 +1689,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("OperationInput", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- if (ob.Name != "") {
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
- }
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
WriteAttribute ("message", "", FromXmlQualifiedName (ob.Message));
|
|
|
|
|
|
if (ob.Documentation != "") {
|
|
|
@@ -1717,9 +1713,7 @@ namespace System.Web.Services.Description
|
|
|
|
|
|
if (needType) WriteXsiType("OperationOutput", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
- if (ob.Name != "") {
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
- }
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
WriteAttribute ("message", "", FromXmlQualifiedName (ob.Message));
|
|
|
|
|
|
if (ob.Documentation != "") {
|
|
|
@@ -1744,7 +1738,7 @@ namespace System.Web.Services.Description
|
|
|
if (needType) WriteXsiType("FaultBinding", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
if (ob.Name != "") {
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
}
|
|
|
|
|
|
ServiceDescription.WriteExtensions (Writer, ob);
|
|
|
@@ -1770,7 +1764,7 @@ namespace System.Web.Services.Description
|
|
|
if (needType) WriteXsiType("InputBinding", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
if (ob.Name != "") {
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
}
|
|
|
|
|
|
ServiceDescription.WriteExtensions (Writer, ob);
|
|
|
@@ -1796,7 +1790,7 @@ namespace System.Web.Services.Description
|
|
|
if (needType) WriteXsiType("OutputBinding", "http://schemas.xmlsoap.org/wsdl/");
|
|
|
|
|
|
if (ob.Name != "") {
|
|
|
- WriteAttribute ("name", "", ob.Name.ToString());
|
|
|
+ WriteAttribute ("name", "", ob.Name);
|
|
|
}
|
|
|
|
|
|
ServiceDescription.WriteExtensions (Writer, ob);
|