Skip to content

Ability to define SOAP datasources and models using loopback's json definition format #17

Description

@mrfelton

It seems the only way to define a SOAP datasource and model at the moment is to do it in a boot script, which is inconsistent with the way that the rest of our app is defined using Loopback's json definition files. This means that the definition of our datasources and models is now spread around the codebase rather than being consolidated in a single place (/datasources.json, /model-config.json and /common/models), which isn't ideal.

Can the soap connector be made to support the standard way of defining models and datasources too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions