SOAP and XMLRPC

Holger Duerer H.Duerer at gmx.net
Wed Aug 17 12:02:33 EDT 2005


>>>>> "Daniel" == dcrespo  <dcrespo at gmail.com> 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



More information about the Python-list mailing list