Integration Technologies - JDE1 (MOSC)

MOSC Banner

EDI through Web Services in JDE 8.12, TR 8.96.40

edited Apr 13, 2016 1:20AM in Integration Technologies - JDE1 (MOSC) 11 commentsAnswered

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# ?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center