Xml Message Format Sending Method - Mitsubishi Electric Melsec Q Series User Manual

Programmable contoller mes interface module
Hide thumbs Also See for Melsec Q Series:
Table of Contents

Advertisement

9
XML MESSAGE FORMAT

9.2 XML Message Format Sending Method

This section explains the sending method and sample program of the XML message
format.
9.2.1 XML message format sending method
(1) Send destination URL
When the basic authentication information and the XML request message for a
function are sent to the URL below with the HTTP POST method, the function is
executed and the XML response message is returned by HTTP.
[http://[MES interface module IP address]/MESXML.CGI]
(2) HTTP basic authentication
Accessing the URL shown in (1) requires HTTP basic authentication of the MES
interface module.
The HTTP basic authentication uses the account information set with [Account
setting].
(3) URL encoding
To use HTTP, it is necessary to use URL encoding to convert special characters in the
XML request message (Escape).
The following shows the URL encoding rules and an example of URL encoding
application.
(a) URL encoding rules
(b) URL encoding application example
Section 7.6.3 Setting items in Account setting
Characters before conversion
[A-Z] [a-z] [0-9] * - . @ _
Space
Others
Table 9.5 URL encoding application example
Characters before conversion
%
&
+
=
?
9.2 XML Message Format Sending Method
9.2.1 XML message format sending method
Table 9.4 URL encoding rules
Character string after conversion
Same (not converted)
"+" (Plus sign)
"%" +2-digit hexadecimal character code
Character string after conversion
"%25"
"%26"
"%2B"
"%3D"
"%3F"
9
10
9
- 4

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Qj71mes96Qj71mes96nSw1dnc-mesif-e

Table of Contents