gpt4 book ai didi

asp.net - 使用 ASP.Net 2.0 创建 SOAP 请求

转载 作者:行者123 更新时间:2023-12-01 11:09:54 25 4
gpt4 key购买 nike

我正在与服务器网站的技术联系人交谈,他希望我使用 Visual Studio 而我只想手写脚本。请参阅下面我需要生成的 SOAP 请求。 (我用一个虚拟的 URL 替换了实际的 URL)。正如您可能猜到的那样,我对 ASP 和 SOAP 还很陌生,我已经尝试通过 Google 搜索示例脚本。

POST /PropertySearchService.asmx HTTP/1.1
Host: portal.someurl.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetBranches xmlns="http://portal.someurl.com">
<strClientID>string</strClientID>
</GetBranches>
</soap12:Body>
</soap12:Envelope>

最佳答案

I am talking to a technical contact at the Server Website who expects me to be using Visual Studio while I just want to hand write script

你应该克服它。您在这里使用的不是经典 ASP。

不要谷歌。您找不到发送 SOAP 消息的任何好的示例,因为所有好的示例都让 .NET 为它们构建消息。使用“添加 Web 引用”并指定您的联系人可能试图提供给您的 URL。它将生成一个您可以调用的代理类。

参见 How to Consume a Web Service .它不是 100% 像你的情况,但它足够接近让你了解做这些事情的正确方法。

关于asp.net - 使用 ASP.Net 2.0 创建 SOAP 请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1130410/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com