Anmelden

<

 

C#

XML

 

public string[] Vehicle; 

public string Gruppe;

< Vehicle>
< string>cAR< /string>
< string>YourCar< /string>
< /Vehicle>
< Gruppe>g1< /Gruppe>

 

public class ListeClass

{

public string[] COS; 

}

< Liste>

< COS>

< string>c1< /string>

< string>c2< /string>

< /COS>

< /Liste>

 

public class ListeClass

{

[XmlElement("cos")]

public string[] COS; 

}

- < Liste> < cos>c1< /cos> < cos>c2< /cos> < /Liste> 

return-Customizing

[return: XmlElement(ElementName="Result")]

XmlElement anstelle SoapElement verwenden (wsdl.exe-generiertes SoapElement hat bei Document-Style nicht funktioniert)

 

 

Standard SOAP Message Formats Specified Using WSDL

  • xmlns-Attribut im Resonse-Element der SOAP-Message erforderlich bei Document-Style
    < unsp:GetCOSListResult xmlns="urn:siemens-hiq8000">
   
Top

Wir arbeiten mit Software von http://www.campus21.de.

Verantwortlich für angezeigte Daten ist der Webdomain-Eigentümer laut Impressum.

Suche