It is an ECC to Websevcie synchronos interface. ECC side, I have a request and response structure.
ECC request has to be mapped to two methods from Webservices
ECC request structure
Field A,B,C,D,E,F,G,H,I,J
Webservice structure
strutture one A, B,C,D,E
structure two F,G,H,I,J
Now when webservcie is sending response, the webservice sends it in one structure and return to ecc also in one structure, is this possible?
For the ECC to Webservice flow:
should I create two service interfaces at webservices side or one service interface witht two operations
Is it possible to create one service interface with one operation at ECC and one service interface witht two operations for webservices side
what should be the best approach