XML Transaction

London

Member
Has anyone got the XML transaction process working. I have downloaded the example XML code from the KG with the following details. (I have attached the full XML document)

<?xml version='1.0' encoding='utf-8' ?>

<!-- This an Inbound Purchase Order, Should Pass. -->
<jdeRequest type='trans' user='JDE' pwd='JDE' environment='DV7334' session='' sessionidle='300'>
<transaction action='inbound' type='JDEPOIN'>

When run through the invoker I get the following response.

<?xml version='1.0' ?>
<jdeResponse type='trans' user='JDE' pwd='JDE' environment='DV7334' session=''>
<returnCode code='8'>Request type attribute 'trans' is invalid</returnCode>
</jdeResponse>

The JDE.INI on the enterprise server has been setup as per the interoperability manuals and the call method works ok.
ERP8.0 SP21_P1
WIN2000, SQL2000
 

Attachments

  • 60668-Inbound.xml
    18.1 KB · Views: 115
Back
Top