Hi,<br><br>I'm trying to use the attached WSDL's and I'm having some difficulties. I've got this working in C# .NET but I think I don't understand how suds works. <br>I can create my client<br><br>>>> from suds import *<br>

>>> from suds.client import Client<br>>>> client = Client("<a href="http://10.1.10.11:81/flex/rpc/zephyrrpcservice?wsdl">http://10.1.10.11:81/flex/rpc/zephyrrpcservice?wsdl</a>")<br><br>My client looks like this.<br>


<br>>>> print client<br>
<br>
Suds ( <a href="https://fedorahosted.org/suds/">https://fedorahosted.org/suds/</a> )  version: 0.3.7 GA  build: R580-20091016<br>
<br>
Service ( zephyrrpcservice ) tns="<a href="http://impl.rpc.thed.com/">http://impl.rpc.thed.com/</a>"<br>
   Prefixes (1)<br>
      ns0 = "<a href="http://rpc.thed.com/">http://rpc.thed.com/</a>"<br>
   Ports (1):<br>
      (ZephyrRPCServicesImplPort)<br>
         Methods (1):<br>
            updateTestStatus(ns0:remoteTestResult testResult, )<br>
         Types (4):<br>
            ns0:exception<br>
            ns0:remoteTestResult<br>
            ns0:updateTestStatus<br>
            ns0:updateTestStatusResponse<br><br><br>With other WSDL's  I was just able to access the methods at this point like this<br>>>>client.someMethod()<br><br>This doesn't work with the attached WSDL's. <br>

<br>It looks like <br><br>client.service.updateTestStatus(remoteTestResult testResult) <br><br>might work (I could be totally wrong), but I don't know how to properly create a remoteTestResult object. <br><br>Thanks for your help,<br>

<br><br><br clear="all">Nick Wiesmueller<br>QA Analyst<br>Singlewire Software<br>PO Box 46218<br>Madison, WI 53744-6218<br><br>Phone Direct - 608.298.1625<br><a href="http://www.singlewire.com">www.singlewire.com</a><br>