Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case of request failure:

Code Block
languagexml
<?xml

...

 version="1.0"

...

 encoding="windows-1251"

...

 standalone="no"

...

 ?>

...


<SOAP-ENV:Envelope

...

 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"

...


SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"

...


xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

...


xmlns:xsd="http://www.w3.org/2001/XMLSchema">

...


<SOAP-ENV:Body

...

 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

...


<SOAP-ENV:

...

Fault>
<faultcode>First code</faultcode>
<faultstring>Second code</faultstring>
<detail />
</SOAP-ENV:

...

Fault>
</SOAP-ENV:

...

Body>
</SOAP-ENV:

...

Envelope>