<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/python-suds/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/python-suds/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/python-suds/support-requests/</id><updated>2009-05-14T07:31:52Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>wsdl parsing [2]</title><link href="https://sourceforge.net/p/python-suds/support-requests/2/" rel="alternate"/><published>2009-05-14T07:31:52Z</published><updated>2009-05-14T07:31:52Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5ea7c3f759c34c5852907550dd9efc625fb31580</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have the same problem, suds 0.3.4. has problems generating object from the attached wsdl.&lt;br /&gt;
Suds 0.2.1 had no problems with this wsdl using the ServiceProxy()&lt;/p&gt;
&lt;p&gt;Now i need http authentication so migrated to 0.3.4 ending up with this problem.&lt;/p&gt;
&lt;p&gt;client.factory.create('ns1:Assessment')&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
File "&amp;lt;interactive input&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;br /&gt;
File "C:\Python25\lib\site-packages\suds-0.3.4-py2.5.egg\suds\client.py", line 206, in create&lt;br /&gt;
raise BuildError("create '%s' failed" % name)&lt;br /&gt;
BuildError: &lt;br /&gt;
An error occured while building a instance of (create 'ns1:Assessment' failed).  As a result&lt;br /&gt;
the object you requested could not be constructed.  It is recommended&lt;br /&gt;
that you construct the type manually uisng a Suds object.&lt;br /&gt;
Please notify the project mantainer of this error.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>wsdl parsing</title><link href="https://sourceforge.net/p/python-suds/support-requests/1/" rel="alternate"/><published>2009-01-14T23:48:57Z</published><updated>2009-01-14T23:48:57Z</updated><author><name>jterry</name><uri>https://sourceforge.net/u/jterry9/</uri></author><id>https://sourceforge.net0c64fab9ec41d4fcc8851c1da2c646d33b7d51aa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;seems like suds can't deal w/some wsdl's.&lt;/p&gt;
&lt;p&gt;the client lists types that the factory can't seem to generate:&lt;/p&gt;
&lt;p&gt;Suds ( &lt;a href="https://fedorahosted.org/suds/" rel="nofollow"&gt;https://fedorahosted.org/suds/&lt;/a&gt; )  version: 0.3.4 (beta)  build: R427-20090113&lt;/p&gt;
&lt;p&gt;Service ( cspub ) tns="http://api.geotrust.com/webtrust/cspub"&lt;br /&gt;
Prefixes (1)&lt;br /&gt;
ns0 = "http://api.geotrust.com/webtrust/cspub"&lt;br /&gt;
Ports (1):&lt;br /&gt;
(cspubSoap)&lt;br /&gt;
Methods (5):&lt;br /&gt;
accountInfoReq(accountInfoRequest accountInfoRequest, )&lt;br /&gt;
applicationRetrievalReq(applicationRetrievalRequest applicationRetrievalRequest, )&lt;br /&gt;
signReq(signRequest signRequest, )&lt;br /&gt;
statusReq(statusRequest statusRequest, )&lt;br /&gt;
testConnectReq(testConnectRequest testConnectRequest, )&lt;br /&gt;
Types (12):&lt;br /&gt;
accountInfo&lt;br /&gt;
applicationDetail&lt;br /&gt;
authToken&lt;br /&gt;
error&lt;br /&gt;
errors&lt;br /&gt;
eventBalance&lt;br /&gt;
infoQueryOptions&lt;br /&gt;
orderQueryOptions&lt;br /&gt;
requestHeader&lt;br /&gt;
responseHeader&lt;br /&gt;
signingService&lt;br /&gt;
signingServices&lt;/p&gt;
&lt;p&gt;all the method args do not appear in the Types list.&lt;/p&gt;
&lt;p&gt;the WSDL is attached.&lt;/p&gt;
&lt;p&gt;any/all suggestions appreciated.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>