Hi all,
I want to call a .NET webservice with 4 methods over XI.
I have the following scenario:
Client --> XI --> .Net webservice
By the way: I don't want to create for each method a service interface!
In the SOAP RCV Adapter I can only specify one SOAPAction.
So I have read that I should let the SOAPAction empty.
But then the IIS returns the following error:
soap fault: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: . at
How can this example work?
I have found different threads about this topic but no solution!
regards