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?

Matt
  • 357
  • 3
  • 8

1 Answers1

0

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?

John La Rooy
  • 295,403
  • 53
  • 369
  • 502