Giter Club home page Giter Club logo

Comments (5)

Asitha avatar Asitha commented on May 24, 2024

@Maninda I think we need to verify what are the use cases that we have already covered and the gaps.

from ballerina-integrator.

Maninda avatar Maninda commented on May 24, 2024

Ballerina team has developed a simple client for SOAP services that can convert an XML message to a SOAP message, add username/password pair as options and call a SOAP endpoint.

Remaining Tasks

  1. Generate a SOAP request on a given WSDL: This will be like generating a service stub automatically based on the WSDL. This needs a significant level of developer cycles to implement specs.
  2. Exposing a SOAP service: This is not currently supported by Ballerina language. This has to be implemented possibly on top of existing REST APIs. Then the SOAP compliant security has to be also implemented in Ballerina.
  3. X509 certificate support: As there is no current implementation in ballerina for X509 certificates, existing JBallerina has to use Java based certificate support. When moving to LLVM, a pure Ballerina implementation would be required.
  4. XSD validation: Current Ballerina does not support schema validation for SOAP messages though there is an OpenAPI based validation for REST/JSON. It would be required to implement SOAP schema validation in ballerina or wrap the existing Java implementation in JBallerina.

from ballerina-integrator.

Asitha avatar Asitha commented on May 24, 2024

@Maninda Shall we create separate issues for those subtasks? We will prioritize and tackle them separately.

from ballerina-integrator.

Maninda avatar Maninda commented on May 24, 2024

@Asitha Sure. Will create a set of issues and a related epic.
And there is another task remaining for implementing SOAP protocol.

MTOM Protocol support for SOAP client: MTOM is not currently not supported with the SOAP client. It has to be implemented with ballerina.

from ballerina-integrator.

Maninda avatar Maninda commented on May 24, 2024

I have created the epic #60 for fulfilling these requirements.

from ballerina-integrator.

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.