Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Request

Code Block

<ServiceRequest xmlns="http://sampleservice.ucdavis.du/ws/schemas">
    <HelloWorld>
        <Service>Sample Service</Service>
        <Location>Kuali Service Bus</Location>
    </HelloWorld>
</ServiceRequest>

Response

Code Block

<ServiceResponse xmlns="http://sampleservice.ucdavis.du/ws/schemas">
    Hello World!!!
</ServiceResponse>