Web服务SOAP响应 [英] Web service SOAP Response

查看:72
本文介绍了Web服务SOAP响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,如何格式化我的Web服务SOAP响应,如下例所示。



Hi All , How to format my Web service SOAP Response like example below.

<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>

推荐答案





您应该创建一个WCF服务应用程序

而不是手动设置所有内容。



以下链接是一个很好的教程。



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



祝你好运,

Stephan
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


这篇关于Web服务SOAP响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆