On Wednesday 03 February 2010 16:50:23 Sells, Fred wrote: > 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?
You might investigate using SUDS for generating a SOAP-client to work against your webservice. Diez -- 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.

