Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All , How to format my Web service SOAP Response like example below.

XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:loc="http://www.csapi.org/schema/parlayx/data/sync/v1_0/local">

<soapenv:Header/>

<soapenv:Body>

<loc:syncOrderRelationResponse>

<loc:ID>123</loc:result>

<loc:Name>Arthur</loc:resultDescription>

</loc:syncOrderRelationResponse>

</soapenv:Body>

</soapenv:Envelope>
Posted

1 solution

Hi,

you should create a WCF Service Application
instead of setting up everything manually.

The link below is a good tutorial for this.

http://www.wcftutorial.net/[^]

Best regards,
Stephan
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900