MTOM allows users to optimize the transmission of raw binary data within SOAP messages.
MTOM 可让使用者最佳化SOAP讯息内之原始二进位资料的传输。
For example, you need to specify the data encoding (whether an attribute contains textual or raw binary data).
例如指定数据的编码(属性是包含文本数据还是原始二进制数据)。
Data that would otherwise have to be encoded in the SOAP message is instead transmitted as raw binary data in a separate MIME part.
必须在SOAP消息中进行编码的数据将在单独的MIME部分中作为原始二进制数据进行传输。
As a side note, it's very important to include the MIME type on upload or you'll get raw binary data back (this is especially unpleasant for images).
提醒一下,在上传时一定要保护MIME类型,否则您将下载到原始的二进制数据(这对映像的影响尤其大)。
On the other hand, the example provided later on in this article uses raw binary format to exchange data between the client and the service to stress the fact that this format is arbitrary.
另一方面,本文后面提供的例子使用原始的二进制格式在客户端和服务之间交换数据,这进一步强调了表示格式的随意性。
Because the data is in it's raw binary format, parsing the information requires processing this binary data.
因为这些数据是以原始的二进制格式保存的,解析这些信息就需要处理这个二进制数据。
Note that you have to read the data using sysread because you are reading raw binary packets (not lines).
请注意,您必须使用sysread来读取数据,因为您读取的是原始二进制包(而不是行)。
In addition, much of this information is also sent encoded in binary format, and capturing pure raw packets off of the network requires a significant amount of work to pick out the data that you need.
此外,大部分信息也会经过二进制编码后再发送,从网络捕捉完全原始的数据包需要进行大量的操作才能捕捉您需要的数据。
In addition, much of this information is also sent encoded in binary format, and capturing pure raw packets off of the network requires a significant amount of work to pick out the data that you need.
此外,大部分信息也会经过二进制编码后再发送,从网络捕捉完全原始的数据包需要进行大量的操作才能捕捉您需要的数据。
应用推荐