English 中文(简体)
4. 关于《经济、社会、文化权利国际公约》和《禁止酷刑和其他残忍、不人道或有辱人格的待遇或处罚公约》基本内容的内容
原标题:Query about SOAP and HTTP fundamentals
  • 时间:2012-04-25 22:08:17
  •  标签:
  • soap
  • gsoap

用户SOAP是否只是要求使用HTTP POST向网络服务服务器发送一份正确的格式格式格式的吉普里特方案头盔,然后通过TCP/IP的袖珍链接将XMLAP的内容正确格式化,然后等待和统一答复?

这是否简单,或者在幕后会有更多的人?

我之所以问,是因为难以使用C++的gSOAP处理多个WSDL文档,而且正在考虑从零页上书写客户。

最佳回答

SOAP can be used over any transport protocol like TCP, HTTP, SMTP etc with HTTP being the most popular.

适用于吉大港山区的《社会行动计划》基本上转化为有效的《社会行动计划》要求,其中含有《社会行动计划》的内容,如果我们想从浏览器那里谈论一个典型的《社会行动计划》。 答复机构还载有一个SOAP信封,你希望该信封能够响应浏览器的要求。

您仅须使用您正在使用的SOAP版本的适当内容类型(text/xml, for SOAP 1.1 and application/soap+xml for SOAP 1.2),并可能具体指明SOAPAction的头号(针对SOAP 1.1),但作为HTTP通信的内容。

Then the receiver of the envelope (be it the server on a request or the client on a response) must make use of the SOAP message, but this has nothing to do with HTTP any more, HTTP just got the message there.

问题回答

暂无回答




相关问题
Python SOAP server / client

I have a problem with Python and SOAP. I need to create a web service based on SOAP in Python. I read that I can use libraries like soaplib, suds and ZSI. I created a Hello World web service with ...

HTTP POST and complex structures

I m trying to send a complex HTTP POST request to a web service. The web service was created using VS2008, in which you can set VS to create HTTP POST and GET interfaces alongside the SOAP one. Now ...

XML-RPC Standard and XML Data Type

I was looking at XML-RPC for a project. And correct me if I m wrong, but it seems like XML-RPC has no XML datatype. Are you supposed to pass as a string? or something else? Am I missing something? ...

Most appropriate API for URL shortening service

I ve just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites). I m thinking about the API for ...

What is the best solution for creating a SOAP Server in PHP?

I need some advice on which library is the best choice when it comes to creating SOAP servers (and eventually SOAP clients) in PHP. I know there is built-in functions for this, but is that really the ...

Logging all Soap request and responses in PHP

Does anyone know how to log all request and responses with the builtin SoapClient in PHP? I could in fact manually log everything with SoapClient::__getLastRequest() and SoapClient::__getLastResponse()...

热门标签