Skip to content

A generic SOAP service transformer #34

@kaspersorensen

Description

@kaspersorensen

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions