Re: parsing WSDL

2005-01-27 Thread Holger Duerer
> "Alessandro" == Alessandro Crugnola <[EMAIL PROTECTED]> writes:
Alessandro> Is there a way, maybe using 4suite, to read a wsdl
Alessandro> file and find for every method all the input/output
Alessandro> params and their type?

Have you had a look at the Python WS tools?  They do have some sort of
WSDL support, so I assume you could get the info from those classes.

http://pywebsvcs.sf.net/


Holger
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: SOAP and XMLRPC

2005-08-17 Thread Holger Duerer
> "Daniel" == dcrespo  <[EMAIL PROTECTED]> writes:

Daniel> Someone knows if is there possible to have a Python SOAP
Daniel> or XMLRPC server that works with VB?
Sure, why not?  What have you tried that didn't work?  Getting SOAP
libraries to interoperate is often a pain but usually possible unless
you want to be able to have more than one type of library for clients.

Daniel> My examples are:
  [...]

Good.  So you seem to have the Python side going.
Are you asking in the Python group for help with VB?
Or do you have a VB solution/attempt that you can't get
your Python server to work with?

In the former case I suggest you contact a VB group in the latter that
you post infos on what you have tried already so we don't have to
guess.

As an additional pointer, I can tell you that I have had success with
getting a PocketSOAP client to talk to a SoapPy server.  You may want
to give that a try.

   Holger
-- 
http://mail.python.org/mailman/listinfo/python-list