← Revision 2 as of 2008-04-10 19:25:49
Size: 251
Comment:
|
← Revision 3 as of 2008-04-10 19:43:27 →
Size: 645
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
First, let's use existing web service client from your own plugin. There are two ways to access web services: 1. Through Client Stub Each web service has an endpoint to access all of its API. This class is called ''stub''. For example, ''IntAct Binary Search'' web service has the following web service API: 1. Firing CyWebServiceEvent to invoke common Cytoscape functions |
(Under Construction)
Web Service Client Developer's Guide
Basics
Sample Client
First, let's use existing web service client from your own plugin. There are two ways to access web services:
- Through Client Stub
Each web service has an endpoint to access all of its API. This class is called stub. For example, IntAct Binary Search web service has the following web service API:
Firing CyWebServiceEvent to invoke common Cytoscape functions
Use Web Service from Plugin
Create New Client
Web Service Client API