Giter VIP home page Giter VIP logo

Comments (5)

eddiemonge avatar eddiemonge commented on June 24, 2024

@jadbaz are the closing tags supposed to be </param1> instead of </uid>?

from loopback-connector-soap.

eddiemonge avatar eddiemonge commented on June 24, 2024

Seems like a feature request similar to #49

from loopback-connector-soap.

stale avatar stale commented on June 24, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from loopback-connector-soap.

stale avatar stale commented on June 24, 2024

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

from loopback-connector-soap.

nesrineBesbes avatar nesrineBesbes commented on June 24, 2024

This issue has not been resolved yet!
I have a service that has the same schema as @jadbaz
<actionA xmlns:xsi="xsi URL " xmlns:xsd=" xsd URL"> <a xsd:type="xsd:string">A</a> <b xsd:type="xsd:string">B</b> <c xsd:type="xsd:string">C</c> </actionA>

so, with loopback 3 when I add the "xsd URL" on all the params, it works.
for example for the parameter "a":
a:{$attributes: { $xsiType: "{URL xsd}xsd:string", }, $value: "A", }

The loopback generate automatically "xsi URL" and the XML request will be as following:
<actionA> <a:Valeur xmlns:xsi="URL xsi" xmlns:xsd="URL xsd" xsi:type="xsd:string">A<a/> </actionA>

How can I generate "xsi URL" and "xsd URL" only in the header an not in params through loopback, to get an xml request similar to the service schema ?

from loopback-connector-soap.

Related Issues (20)

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.