Replies: 1 comment
-
|
Hey, The matching of the target operation is done as follows on incoming request:
Hope it helps, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question about SOAP Action handling in Microcks. When I import a WSDL, the SOAP Action (from the WSDL) and the actual SOAP body element name don't always match.
For example:
SOAP Action in WSDL: http://xxxxxxx.xxxx/ListAll
First element in SOAP body envelope:
This means that when I send a request with in the body, Microcks expects the SOAP Action to be something like ListAll based on the body element, rather than the actual http://xxxxxxx.xxxx/ListAll from the WSDL.
Is there a way to configure Microcks to match requests based on the SOAP Action header from the WSDL, rather than deriving it from the body element name? Or do I need to ensure these always match in my WSDL?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions