• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Jan-201325

English.lproj/H09-Jun-20145

LICENSE.txtH A D10-Jan-20131.1 KiB

Main.pyH A D10-Jan-2013274

Preferences.pngH A D10-Jan-20131.9 KiB

README.txtH A D10-Jan-2013788

Reload.pngH A D10-Jan-20131.6 KiB

setup.pyH A D10-Jan-2013353

summary.txtH A D10-Jan-2013194

WST.icnsH A D10-Jan-201351.2 KiB

WST.pngH A D10-Jan-201317.7 KiB

WSTApplicationDelegateClass.pyH A D10-Jan-20131.1 KiB

WSTConnectionWindowControllerClass.pyH A D10-Jan-201317.3 KiB

README.txt

1Web Services Tool
2
3Web Services Tool queries XML-RPC enabled servers via the "standard"
4introspection methods and displays a summary of the API.  It is
5implemented in Python using the PyObjC module.
6
7To use the application, simply provide the connection window with an URL
8to the XML-RPC handler of a web server.  If the server at least
9implements the listMethods() method, the app will display a list of
10available methods.
11
12See: http://pyobjc.sourceforge.net/
13
14Source for both the pyobjc module and the Web Services Tool are
15available via the pyobjc sourceforge CVS repository.
16
17The source of this application demonstrates
18- using Python's network libraries inside a Cocoa app
19- how to use multi-threading
20- how to create an NSToolbar
21- how to use an NSTableView
22
23b.bum
24bbum@codefab.com
25