SOAPpy SOAP and/or WSDL Question



Hi all,

I am relatively weak in Python and I need some help with this. I have built
a series of SOAP client functions that ping, authenticate (password
username), and query a SOAP server. All works well but I cannt figure out
on part of the download SOAP outgoing message. I also tried WSDL and cann't
figure it out.

The problem: there is one element called:

u'documents'

whos type is:

(u'http://www.ExchangeNetwork.net/schema/v1.0/node.xsd',
u'ArrayOfNodeDocument')

I don't know how to make an "ArrayOfNodeDocument" for an element "document".
I have tried everything I can think of but I didn't have any luck. Tried to
send a variable with the SOAP message as the variable but the httplib method
I used gave me an error: "gaierror: (11001, 'getaddrinfo failed')".

Does anyone know how to deal with this? I would appreciate some code if
possible. P.S. I don't know XML-RPC

Cheers,



.



Relevant Pages

  • Python, SOAP & SSL
    ... have to comunicate through SOAP. ... comunication we use SSL. ... package has various SOAP servers defined. ... expecify CA or ist certificate to authenticate itself to the SOAPServer. ...
    (comp.lang.python)
  • Advanced Soap communication with traditional ASP
    ... I've used SOAP to communicate before, and it has always been straightforward: ... Set Client = Server.CreateObject ... sure if it is even possible to connect to them using traditional asp. ... Authenticate req = new Authenticate; ...
    (microsoft.public.inetserver.asp.components)
  • Re: best way implement web service with authentication.
    ... But it's a better idea to encrypt and pass the SOAP headers. ... Best way to authenticate the client. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: web service security
    ... With Soap Extensions you could encrypt the entire message and not only would the hacker be unable to interject false values, he would be unable to read the transmitted data as well. ... > you can do this today with WSE 2.0. ... > network with soap header containing username and hash password. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • System service, admon with web interface
    ... I will make a system service; the app have admin module and normal users can log in and authenticate (SOAP) to have been granted access for. ...
    (borland.public.delphi.thirdpartytools.general)