Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Best approach - Interface design

960510Jan 4 2013
Hi,
I have an interface where from source A, 2 completely different XML messages are posted to a web service on source B.

What is the the best practice for designing the interface?
1. Should I create 2 different applications one for each message and call the web service individually (so any change to web service I have to maintain it twice) or
2. create 3 different applications 2 for source and 1 for target (any changes to target will make sure both are in synch) or
3. create 1 application and handle the messages (is this a clean approach to combine different messages in one application)?

Thank you.

Comments

Sudipto Desmukh
Answer
Marked as Answer by greenly · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 1 2013
Added on Jan 4 2013
0 comments
91 views