XML und Parameter load -
08-15-2006
, 02:56 PM
hallo,
ich habe ein Problem mit einer XML Integartion,
in der Referenz steht das geschrieben:
Since Https is a stateless protocol, the client application needs to resend
the sender, token, login
and password on each request by including the Security und User tag.
Please remark, that the xml message must be sent inside a POST request as
parameter 'load' and
- of course - must be url encoded.
Wenn ich ein XML an den Service sende per XMLHTTP bekomme ich immer eine
Fehlermeldung:
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Transaction>
<Payment code="er.er" />
<Processing>
<Timestamp>2006-08-15 19:55:14</Timestamp>
<Result>NOK</Result>
<Status code="60">FAILED</Status>
<Reason code="20">Format Error</Reason>
<Return code="200.100.102">invalid Request. XML load missing
(XML string must be sent within parameter "load")</Return>
</Processing>
</Transaction>
</Response>
was hat es mit dem PARAMETER load auf sich???
mfg Martin |