EDI through Web Services in JDE 8.12, TR 8.96.40

Rauf

Rauf

VIP Member
Hi Team,



I would like to know what is the capability of 8.12, TR 8.96.40 to do interoperabilty through web services.

For example, our bank is having a web service function "AccountBalanceInquiry". We have to pass account number as XML. And the function will return account balance in XML.



Request sample:

<AccountBalanceReq>

<CompanyCode>XYZLTD01</CompanyCode>

<AccountNo>1234567890</AccountNo>

</AccountBalanceReq>



Response sample:

<AccountBalanceRes>

<CompanyCode>XYZLTD01</CompanyCode>

<AccountNo>1234567890</AccountNo>

<InquiryStatus>SUCCESS</InquiryStatus>

<Balance>95000.75</Balance>

</AccountBalanceRes>


Can we implement all these in JDE or should I go for some other generic languages such as Microsoft ASP.NET/ C# ?
 
Back
Top