You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some ideas to make a generic SOAP service transformer possible:
Descriptor of the transformer should be explicitly provided in conf.xml. This will allow multiple instances in the descriptor catalog, of the same generic SOAP transformer class.
User should specify the following in conf.xml:
Endpoint URL
Request template with variable parts like this: ${foo}
Response configuration could be done with XPath statements or so. Or else the return type would be a single string with the complete SOAP response.
Pooling and Error Handling of requests should also be configurable somehow.
Demo/test with a public weather service
Also implement for REST?
The text was updated successfully, but these errors were encountered:
Some ideas to make a generic SOAP service transformer possible:
Demo/test with a public weather service
Also implement for REST?
The text was updated successfully, but these errors were encountered: