Hi Fred, SOAP is not very documented in tgws. So you won't find much more in the documentation. This is mainly because SOAP is pretty standard and that you should be able to use any SOAP client to test your server.
Now you can test using json or xml, and if you have to complex parameter, using your browser : simply hit your functions url. As for client-side example, I only have a few of them in the documentation, and none of them use SOAP. Sorry if this is not a big help. Christophe 2010/2/3 Sells, Fred <[email protected]> > I seem to have tgws installed and working and am trying to work through > the examples in the documentation at > http://wiki.tgws.googlecode.com/hg/usage.html > > I realize I'm asking dumb questions, but I'm new to writing a SOAP web > service. > > I'm trying to find client side test scripts that I can use to verify > that I've properly implemented the server side. I've looked in > fixtures.py and test_controllers.py and test_soap.py. These seem to me > to be tools I can use to plugin on the server side and test certain > features. > > But I'm starting off from a blank slate, and was hoping to find either > XML or Python that I could use from the client to execute the examples > in the documentation and thus begin to understand it by starting with > working examples. > > Am I missing something, is this code somewhere in the distribution/docs > and I just have not looked at the right place, or don't understand what > I'm looking at? > > Thanks, > Fred. > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<turbogears%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/turbogears?hl=en. > > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

