Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73072
| From | dieter <dieter@handshake.de> |
|---|---|
| Subject | Re: Suds 4.1 Beta Assertion Failure |
| Date | 2014-06-10 07:50 +0200 |
| References | <5d97c876-edd8-40b4-b7e2-0f2f8ec6c52a@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10942.1402379479.18130.python-list@python.org> (permalink) |
1stpoint@gmail.com writes: > Hello group, I have been using Python suds to try to consume a web service. I am able to use tools like SOAPUI and it works but when I it in python I get Assertion Failure. > ... > suds.WebFault: Server raised fault: 'Assertion failure: criteria at line 296 of /net/adcnas420/export/ifarm_base/ifarm_views/aime_bifndn_430300/bifndn/analytics_web/main/project/webformatengine/formatengine.cpp' This is a message from the webserver. The "Assertion failure" happens there (in the server) and not on the client side. Usually, an "Assertion failure" is a programming error (of the component which checks the assertion). However, in some cases, other components (such as the client, in your case) might be directly responsible or have at least triggered the problem. I would approach as follows: Tell "suds" to log the outgoing messages; lock at those messages whether they are correct. If they are, contact the web service administrator and ask him for help.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Suds 4.1 Beta Assertion Failure 1stpoint@gmail.com - 2014-06-09 08:45 -0700
Re: Suds 4.1 Beta Assertion Failure dieter <dieter@handshake.de> - 2014-06-10 07:50 +0200
Re: Suds 4.1 Beta Assertion Failure 1stpoint@gmail.com - 2014-06-12 12:52 -0700
Re: Suds 4.1 Beta Assertion Failure dieter <dieter@handshake.de> - 2014-06-13 08:02 +0200
csiph-web