Я пытаюсь сгенерировать веб-параметры, чтобы мой WSDL имел имена свойств. В настоящее время так выглядит результат моего веб-сервиса:
<ArrayOfAnyType>
<anyType xsi:type="ArrayOfAnyType">
<anyType xsi:type="xsd:string">A123</anyType>
<anyType xsi:type="xsd:string">FYP</anyType>
<anyType xsi:type="xsd:string">1.347821</anyType>
<anyType xsi:type="xsd:string">103.682924</anyType>
<anyType xsi:type="xsd:string">Simtech</anyType>
<anyType xsi:type="xsd:string">Simtech</anyType>
<anyType xsi:type="xsd:string">30/4/2009 6:08:37 AM</anyType>
<anyType xsi:type="xsd:string">100843.00</anyType>
<anyType xsi:type="xsd:string">simtech_order1</anyType>
</anyType>
Как определить веб-параметры в веб-службе C #, чтобы мой WSDLотражает то же самое?