Coder Social home page Coder Social logo

proxy-net's People

Contributors

santiagogaonac avatar shoriwe avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

proxy-net's Issues

feat: create env in Dockerfile & Docker-Compose

ENV ASPNETCORE_URLS=$ASPNETCORE_URLS
ENV SERVICE_URL=$SERVICE_URL

Docker Compose:
  # Proxy-net
  # Local/Docker http://gateway:8080/service
  # Remote       http://URL/service
  proxy-net:
    container_name: proxy-net
    build:
      context: .
      dockerfile: Dockerfile
    environment:
      - ASPNETCORE_URLS=http://+:80
      - SERVICE_URL=http://gateway:8080/service # NO ADD ?WSDL! | connect to Localhost with using name "gateway" container

feat: add new exceptions for SOAP errors response

  • InvalidOperationExceptionHandler
  • TimeoutExceptionHandler
  • FaultExceptionHandler("MissingFieldException | Library has been removed or renamed")
  • FaultExceptionHandler("Error en la llamada SOAP")
  • CommunicationExceptionHandler
  • MessageSecurityExceptionHandler
  • ChannelTerminatedExceptionHandler
  • ProtocolExceptionHandler
  • DataMisalignedExceptionHandler
  • QuotaExceededHandler
  • SecurityNegotiationExceptionHandler
  • EndpointNotFoundExceptionHandler
  • ActionNotSupportedExceptionHandler
  • InvalidMessageContractExceptionHandler
  • ServerTooBusyExceptionHandler
  • ServerUnavailableExceptionHandler
    More...??

✨feat: add all SOAP gateway references

  • auth_login 🚩
  • auth_refresh 🚩
  • account_register 🚩
  • account_password
  • file_list
  • file_upload 🚩
  • file_new_directory
  • file_check 🚩
  • file_download 🚩
  • file_delete
  • file_move
  • share_file 🚩
  • unshare_file
  • share_list
  • share_list_with_who
  • unshare

Using this OpenAPI: SpecOpenApi
The flag🚩is reference impl in methods : ServImpl

🧪test: add test to controllers

Hello, under the specifications of the controllers you need to implement tests for the 15 controllers.

  • http request input tests.
  • return tests under correct request.

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.