Code Monkey home page Code Monkey logo

calculator_with_soap_webservices's Introduction

Calculator package with SOAP webservices

This is a workaround (WA) type project that can execute SOAP web services and do calculations from web service.

There is a table (eduman.calculations) with columns of NumberA, NumberB, Operand, and Result. The main purpose with this project is handling the numbers in eduman.calculations table and doing calculation with calling web service.

There is a nice website which provides SOAP services for doing simple calculations such as: Add (+), Subtract (-), Multiply (*) and Divide (/); For WSDL information please check the web page itself here: http://www.dneonline.com/calculator.asmx

Try and run project

Please run all scripts with given file names order.

1-1_table_creation, 1-2_table_insertion, 2-1_table_creation, ... etc

Theeduman.calculatorpackage Simple can be called simply as below:

-- Call the package
BEGIN
  EDUMAN.CALCULATOR.CALCULATIONS_APPLY;
END;

After calling package, the operation results for result, remark, xml_request, xml_response and process_time will be written in eduman.calculations table.

image

WA execution logs

This package also categorizes the execution results in eduman.calculations_wa_log table. For different operations, different results/outputs will be written in the table. For example:

"4 Operations SUCCESSFUL. 1 Operations INVALID_OPERAND_ID. 1 Operations NETWROK_ERROR.โ€

image

calculator_with_soap_webservices's People

Contributors

ercanduman avatar

Stargazers

 avatar

Watchers

 avatar  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.