Hi,
I work on the PI 7.11. My Integration Process needs to call sync web service twice which the web service has multi operations. The twice call to the web service will be for different operations.
The first operation call is working well. The integration process getting response and preparing second operation's request and made call but getting no standart agreement found error.
I thought it is because the same interface name could be reason for the error.
I have made copies of Abstract and Inbound interfaces and give them to second send step in the integration process.
I have done ID configuration from scratch. But still getting the error.
When i checked SXMB_MONI i found that the first and call are different at receiver interface.
Last 4 lines are related. The first call interface EVDServisPortType_Abstract to EVDServisPortType_In which working well.
The second call interfaces EVDServisPortType_getProfil_AbstractSync to EVDServisPortType_getProfil_AbstractSync which both interfaces should not be same. The second call should be EVDServisPortType_getProfil_AbstractSync to EVDServisPortType_getProfil_In .
The send step properties
The receiver determination as below.
I have used test tool in ID. it is also giving same error.
The scenario in ID
I do not understand why the message sender and receiver interfaces are same for the second call? Why It is making the receiver interface also abstract one (instead of _In)?
Thanks and regards,
Altug