Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Testing the webservice

...

On this page, we are going to INLINE

Excerpt test our webservice.

...

Creating the test page

Here is a test HTML page.

...

...

This html page allows us testing our service. If we open this page in our favourite internet browser, we will see two text-areas and one button.
On the left is text-area, which contains our request (with our name). When we press send button, we send this request to our service. We can see response from our service in text-area on the right side. When is everything in order, we can see greeting in response message.

We can enhanced this example by editing method in our service. We must edit java and wsdl file in our SU's.

...

...

  • describe what to do with the html page
  • what should be the expected behaviour when pressing submit
  • conclusion how this webservice could be enhanced?

...

Return to start page

...



...