Giter Club home page Giter Club logo

dynamic-jaxws-bean-generator's Introduction

Bean generator for the JaxWSPortProxyFactory

Abstract

  • It doesn't need anymore to bean definition each one of Soap Services.

  • It creates the beans and can mask sensitive data during logs.

  • It would be best to add the web service classes as a dependency before using them. Otherwise, it should be created from WSDL.

  • I have provided an example service definition:

ws:
  jaxws:
    definitions:
      testservice:
        portName: TestServicePort
        serviceName: TestService
        namespaceUri: http://test.com/TestService/Service/V1
        endpointAddress: https://test.com/services/Testervice
        serviceInterface: com.kbhkn.ws.testservice.service.v1.TestServicePort
        properties:
          username: Kbhkn
          password: 123456
          keyValues:
            - exampleKey1: exampleValue1
            - exampleKey2: exampleValue2
      anotherservice:
        portName: AnotherServicePort
        serviceName: AnotherService
        namespaceUri: http://anothertest.com/AnotherService/Service/V1
        endpointAddress: https://anothertest.com/services/AnotherService
        serviceInterface: com.kbhkn.ws.anotherservice.service.v1.AnotherServicePort
        properties:
          username: Kbhkn
          password: 123456
          keyValues:
            - exampleKey1: exampleValue1
            - exampleKey2: exampleValue2

You can inject the com.kbhkn.ws.testservice.service.v1.TestServicePort interface.
You can inject the com.kbhkn.ws.anotherservice.service.v1.AnotherServicePort interface.

Guides

The following guides illustrate how to use some features:

dynamic-jaxws-bean-generator's People

Contributors

kbhkn avatar

Watchers

 avatar

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.