Soap Question (WSDL)
Fredrik Lundh
fredrik at pythonware.com
Fri Sep 30 06:15:16 EDT 2005
Armin wrote:
> I am trying to write a web app. that connects to flickr using SOAP. The
> book 'Dive into python' says I need to have a WSDL file to connect,
> while the only useful soap related url flickr api
> (flickr.com/services/api) provides is the following:
>
> The SOAP Server Endpoint URL is http://www.flickr.com/services/soap/
>
> What am I supposed to do here? Help is very much appreciated at this
> point.
any reason you cannot use one of the Python toolkits listed on this page ?
http://www.flickr.com/services/api/
(after all, if you find yourself stumbling on the first step, it might be better
to hitch a ride with someone else...)
</F>
More information about the Python-list
mailing list