kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

TypeError: Tag: identifierSearchRequest invalid (type not found) #150

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
from pysimplesoap.client import SoapClient
client = 
SoapClient(wsdl="http://abr.business.gov.au/abrxmlsearch/ABRXMLSearch.asmx?WSDL"
)
client.ABRSearchByABN(searchString='51835430479', includeHistoricalDetails='N', 
authenticationGuid='xxxxxxxx-3a3d-499d-94bc-37f3827431e5')

It raises:

TypeError: Tag: identifierSearchRequest invalid (type not found)

Using version 1.14 / ubuntu 12.04 

The service is working ok...you can see the final response at the end of 
debug.log but the client raises
an exceptions...you can see the stack trace in the test file.

Original issue reported on code.google.com by gabriels...@gmail.com on 30 Jun 2014 at 3:05

Attachments:

GoogleCodeExporter commented 8 years ago
Same problem in my case since v1.14. Has worked with Version 1.10

Original comment by karsten....@gmail.com on 23 Jul 2014 at 12:25

GoogleCodeExporter commented 8 years ago
Thanks for submitting it! 

There are some regressions in v1.14 (development trunk branch). 
Please use the more stable v1.10 instead by now.

This will be solved before the next release, the wsdl attached and test really 
helps, they will be added to unit tests.

Original comment by reingart@gmail.com on 23 Jul 2014 at 9:01

GoogleCodeExporter commented 8 years ago
Has this issue been resolved in the latest version?

Original comment by encomp...@gmail.com on 24 Jun 2015 at 11:31

GoogleCodeExporter commented 8 years ago
I am currently using version 1.11 and I seem to be getting a similar bug.
The system response with:
"Tag: secret_key invalid (type not found)"
Where secret_key is the value I am supposed to be getting on successful 
transmition.  On an error for example if I put the password in wrong I get...
"Tag: errNumber invalid (type not found)"
This means that one is authaticating but I can't figure out how to get the 
secret_key from that.
Ideas?

Original comment by encomp...@gmail.com on 24 Jun 2015 at 11:50

GoogleCodeExporter commented 8 years ago
I am using the pysimplesoup found in web2py latest.

Original comment by encomp...@gmail.com on 24 Jun 2015 at 11:50

GoogleCodeExporter commented 8 years ago
I tried with 1.10 and it still seems to return the same response. :(

Original comment by encomp...@gmail.com on 26 Jun 2015 at 7:10