Changeset 18371


Ignore:
Timestamp:
2009-01-12T14:16:51+13:00 (15 years ago)
Author:
ak19
Message:

Minor corrections to text

Location:
other-projects/trunk/gs3-webservices-democlient/docs/HowToFiles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/gs3-webservices-democlient/docs/HowToFiles/6WritingAWebServiceClient.html

    r16887 r18371  
    3838If you go to the page
    3939<pre>http://HOST:PORT/greenstone3/services</pre>
    40 you will see links to various wsdl files. The one for the QBRSOAPServer we just deployed for "localsite" is the one our example program will be using to communicate with Greenstone 3's QBRSOAPServer functionality. The localsite web service has several operation query, browse and retrieve operations as well as describe operations which will describe the details of these Greenstone 3 services.
     40you will see links to various wsdl files. The one for the QBRSOAPServer we just deployed for "localsite" is the one our example program will be using to communicate with Greenstone 3's QBRSOAPServer functionality. The localsite web service has several query, browse and retrieve operations as well as describe operations which will describe the details of these Greenstone 3 services.
    4141</li>
    4242<li>Now you can invoke the localsite process method by writing a client.
  • other-projects/trunk/gs3-webservices-democlient/docs/HowToFiles/7BasicsOfWritingWebServices.html

    r18367 r18371  
    8484</li>
    8585
    86 <li>Stop Tomcat and restart it again.
     86<li>Stop Tomcat and start it again.
    8787In a browser go to the "services" page of Greenstone 3:
    8888<pre>http://localhost:8080/greenstone3/services</pre>
Note: See TracChangeset for help on using the changeset viewer.