Thanks for the comment everyone.
I was considering to write my own soap interface to Flickr as apposed
to use the ready to go libraries for Flickr as Fredrik pointed out. I
got to get FlickrClient to work. Nonetheless, I am excited to use soap
services for my needs.
Thanks for your support,
Armin
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 i
You need the WSDL file if you want external probrams to be able to discover
what WebService you are running, so it depends on your need if you need to use
one. You can perfectly run a SOAP service without a WSDL file, using SOAPpy,
only then external programs do not have a way to find out how to
Hey everyone,
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://w