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?