Code Monkey home page Code Monkey logo

soap_logs_ws's Introduction

Lab05 - SOEN 487

This is the Lab template for Tutorial 5.

You should watch the video for Tutorial 5 and clone Tutorial 5 before starting the lab.

We encourage you to use either IntelliJ IDE or maven from command line in order to get the best support from our TAs.

Existing Classes

  1. ServicePublisher class that publishes the generated WSDL file on an http server.

  2. Customer Base class similar to HelloWorld in T05

  3. CustomerImpl Base class similar to HelloWorldImpl in T05

Note: You will need to replace the sayHelloWorld and add the methods that are provided in your Lab instructions.

IntelliJ Instructions

When importing the project in IntelliJ, you can go to File -> New -> Project From Existing Sources... and use the existing pom.xml file to initialize the project.

Screenshot

Follow the tutorial on how to setup the service classes and the publisher. When they are done, right click on the ServicePublisher and choose Run main().

Maven Instructions

Run the folllowing commands in the associated project directory:

Compile:
    mvn install
Run (ServicePublisher)
    mvn exec:java -Ppublisher
Clean:
    mvn clean

Soap UI Testing

To test with SoapUI, run the program and click on new SOAP project. While ServicePublisher is still running, enter a project name and copy the WSDL url in the initial WSDL field.

Screenshot

You can now open requests from the navigator on the left, edit the message and send a SOAP request to the server to get a response. To submit the request, click on the green play button.

Screenshot

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.