Versions Compared

Key

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

...

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

Response

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