When I execute a service call, the service executes successfully from the server side. If I run the suds client in debug mode, I can see the soap response (with a sessionId )printed on the console but then it hits exception block and prints<br>
<br>&lt;unknown&gt;:1:0: syntax error<br clear="all"><br><br>Client code<br><br>url = &#39;<a href="https://xx:9843/services/LoginService?wsdl">https://xx:9843/services/LoginService?wsdl</a>&#39;<br>    client = Client(url)<br>
    print client<br>    client.set_options(location= &#39;<a href="https://xx:9843/services/LoginService">https://xx:9843/services/LoginService</a>&#39;)<br>    print &#39;before calling service call################&#39;<br>
    result = client.service.loginUsingUserCredential(&#39;Admin&#39;, &#39;&#39;, &#39;SRP&#39;)<br>except Exception, e: <br>    print e<br><br>Any ideas what this syntax error means ?<br><br><br><br>debug log<br><br>&lt;/ns2:return&gt;&lt;ns2:returnSessionId&gt;<b>urn:uuid:A4284D5F75A94497C51259947971115</b>&lt;/ns2:returnSessionId&gt;&lt;/<br>
ns2:loginUsingUserCredentialResponse&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt;<br><b>--MIMEBoundaryurn_uuid_A4284D5F75A94497C51259947975820--<br>&lt;unknown&gt;:1:0: syntax error<br></b><br>-- <br>Best Regards,<br>
AJ<br>