Re: Soap Question (WSDL)



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>



.



Relevant Pages

  • Re: WSDL/SOAP/XML-RPC HELP
    ... > XML-RPC, SOAP and WSDL, and I'm totally lost now. ... I was planning to use Perl becouse I know something about it. ... Many of us spent time in perl-land, and feel the move to python is ... Setup a small testbed to learn the mechanisms. ...
    (comp.lang.python)
  • Re: XML + SOAP + Webservices
    ... This system will require callback functions, should I use Python thru Apache ... That by the way is no limitation of python, but of xmlrpc, soap and whatever. ...
    (comp.lang.python)
  • Re: Python-list Digest, Vol 24, Issue 451
    ... Will python never intend to support private, ... If your external applications know how to talk to you, you can do without a WSDL file. ... that connects to flickr using SOAP. ... static PyObject* wrap_GetValue ...
    (comp.lang.python)
  • Re: SOAP client
    ... I'm trying to consume a SOAP web service using Python. ... found two libraries: SOAPpy and ZSI. ...
    (comp.lang.python)
  • ZSI sample and issues with the WSDL
    ... What I want is to create a Python SOAP server. ... Specified cast is not valid. ... My problem is that I'm not sure how to edit the ZSI example. ...
    (comp.lang.python)