Hi all,
I am creating a where I want to call an enterprise service in a ECC system via PI 7.30 from another ECC system. It is an availability check, so it should be a sync service with request response.
What I have done sofar:
-created service in provider system via SE37
-imported wsdl in PI and created operations & all mappings
-Created a consumer service proxy in consumer ECC system based on operation in PI
Our PI system is 7.30 dual stack but I want the service to run via AAE, not the integration engine.
I have three questions:
-In the sender soap channel in PI should I use SOAP 1.1 message protocol or the XI30 protocol. The XI30 may be necessary because consumer system is ABAP. I am not sure on that one
-same for the receiver channel, should the message protocol be soap 1.1 or XI30
-If I use the soap 1.1 protocol should I fill in the SOAP action field iwth the operation?
Thanks a lot
Tom