tags:

views:

17

answers:

1

I am trying to use a remote web service with an ebXML/SOAP interface from my python application and am hitting a wall about how to best accomplish it.

So far, what I can find are lots of Java interface bindings but none for Python.

Do I have to start my project over in Java?

A: 

Doesn't look too hopeful at http://pypi.python.org/pypi?%3Aaction=search&term=ebXML&submit=search

Do you know if there is a C library?

gnibbler