Giter VIP home page Giter VIP logo

integreat-adapter-soap's People

Contributors

dependabot-preview[bot] avatar kjellmorten avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

integreat-adapter-soap's Issues

Use different path for request and response data

endpoint.path is used to both retrieve part of the data from a response, and set the data with parent objects for a request. This does not make sense with SOAP, as the request and response are seen as independent SOAP messages, even though one comes as response to the other.

A path can be helpful in both cases, but it should be possible to set them independently. Or perhaps it should just be reserved for the response ...?

Find a better approach to `_text` branches

When an entry has attributes, like namespaces, and the child is a text node, the attributes and the text node are set as properties on an object, with _text as the key for the text node.

Should it be possible to have a path to the entry and receive the content of _text, just as if it had no attributes?

The strangest effect of this, is when a namespace is removed during normalisation, but _text is kept as the only property on the element object. Should we transform the object to the content of _text in these cases?

Support SOAP 1.1 and 1.2 action headers

SOAP 1.1:

{
  SOAPAction: 'http://tempuri.org/HelloSimple',
  'Content-Type': 'text/xml; charset=utf-8'
}

SOAP 1.2:

{
  'Content-Type': 'application/soap+xml;charset=utf-8;action="http://tempuri.org/HelloSimple"'
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.