XML und Parameter load

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin Jau

    #1

    XML und Parameter load

    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>20 06-08-15 19:55:14</Timestamp>
    <Result>NOK</Result>
    <Status code="60">FAILE D</Status>
    <Reason code="20">Forma t Error</Reason>
    <Return code="200.100.1 02">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


Working...