Hi C Z,
we are currently also trying to use suds from Python to call our own remote capable function module. Could you please show a few lines of example code?
We use as a test case so far:
from suds.client import Client, Method
from suds.transport.http import HttpAuthenticated
def main():
transport = HttpAuthenticated( username="dahe", password="v0rdipl0m" )
client = Client( url, username="***", password="***" )
We fail to see how to call the method/ service afterwards ... Any help really appreciated!
Thanks!
Cheers
Frank