Advertisement
magnusbakken

Untitled

Oct 1st, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. C:\Users\magbakke\PycharmProjects\InfosoftWSTest>python client.py
  2. Traceback (most recent call last):
  3. File "C:\Python33\lib\site-packages\suds\transport\http.py", line 78, in send
  4. fp = self.u2open(u2request)
  5. File "C:\Python33\lib\site-packages\suds\transport\http.py", line 121, in u2op
  6. en
  7. return url.open(u2request, timeout=tm)
  8. File "C:\Python33\lib\urllib\request.py", line 479, in open
  9. response = meth(req, response)
  10. File "C:\Python33\lib\urllib\request.py", line 591, in http_response
  11. 'http', request, response, code, msg, hdrs)
  12. File "C:\Python33\lib\urllib\request.py", line 517, in error
  13. return self._call_chain(*args)
  14. File "C:\Python33\lib\urllib\request.py", line 451, in _call_chain
  15. result = func(*args)
  16. File "C:\Python33\lib\urllib\request.py", line 599, in http_error_default
  17. raise HTTPError(req.full_url, code, msg, hdrs, fp)
  18. urllib.error.HTTPError: HTTP Error 500: Internal Server Error
  19.  
  20. During handling of the above exception, another exception occurred:
  21.  
  22. Traceback (most recent call last):
  23. File "C:\Python33\lib\site-packages\suds\client.py", line 640, in send
  24. reply = transport.send(request)
  25. File "C:\Python33\lib\site-packages\suds\transport\https.py", line 64, in send
  26.  
  27. return HttpTransport.send(self, request)
  28. File "C:\Python33\lib\site-packages\suds\transport\http.py", line 88, in send
  29. raise TransportError(e.msg, e.code, e.fp)
  30. suds.transport.TransportError: Internal Server Error
  31.  
  32. During handling of the above exception, another exception occurred:
  33.  
  34. Traceback (most recent call last):
  35. File "client.py", line 20, in <module>
  36. response = client.service.StartPayment(request)
  37. File "C:\Python33\lib\site-packages\suds\client.py", line 539, in __call__
  38. return client.invoke(args, kwargs)
  39. File "C:\Python33\lib\site-packages\suds\client.py", line 599, in invoke
  40. result = self.send(soapenv)
  41. File "C:\Python33\lib\site-packages\suds\client.py", line 654, in send
  42. result = self.failed(binding, e)
  43. File "C:\Python33\lib\site-packages\suds\client.py", line 709, in failed
  44. r, p = binding.get_fault(reply)
  45. File "C:\Python33\lib\site-packages\suds\bindings\binding.py", line 266, in ge
  46. t_fault
  47. raise WebFault(p, faultroot)
  48. suds.WebFault: Server raised fault: 'The formatter threw an exception while tryi
  49. ng to deserialize the message: There was an error while trying to deserialize pa
  50. rameter http://tech.infosoft.no/schemas/2012/08:CancelUrl. The InnerException me
  51. ssage was 'There was an error deserializing the object of type System.String. En
  52. d element 'CancelUrl' from namespace 'http://tech.infosoft.no/schemas/2012/08' e
  53. xpected. Found element 'CancelUrl' from namespace 'http://tech.infosoft.no/schem
  54. as/2012/08'. Line 1, position 400.'. Please see InnerException for more details
  55. .'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement