Dear,
We have a simple synchronous scenario: SOAP <-> SAP PI <-> ABAP proxy.
In the outbound and inbound service interfaces, we have multiple operations.
The exact same scenario, using a single operation, works very fine.
Now the question is: is there something wrong with my configuration or it this a little bug in our SAP PI 7.11 SP11?
ESR
Outbound service interface with multiple operations
- All based on external definitions
- interface pattern is stateless because we have multiple operations
Inbound service interface with multiple operations
- all based on created data types/ message types
- interface pattern is stateless because we have mulriple operations
Operation mappings and message mappings created accordingly.
Please note that I use a XSLT mapping to read the SOAP header too.
ID
Sender Agreement
- linked to sender SOAP adapter with Do Not Use SOAP Envelope used.
- SWCV of sender interface indicated
Receiver Determination
- SWCV indicated
- type of receiver determination is standard
- operation-specific
Interface Determination
- SWCV of sender interface indicated
- Operation mappings indicated
Receiver Agreement
- points to a receiver XI adapter for proxy communication with the back end system.
Error
Test message in soapUI:
Thanks a lot!