soap support for java with patch

Bug #1196511 reported by GaryS
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ladon
New
Undecided
Unassigned

Bug Description

Hi, I have developed a new soap interface for ladon that addresses some issues myself and others have reported for java and .net clients.

Thanks,

Gary

Revision history for this message
GaryS (garysh26) wrote :
Revision history for this message
André (andre-miras) wrote :

Hi Gary, I had a chance to "re-play" with Ladon recently.
I played with the unit tests and I tried to integrate your interface (which I renamed "soap4java"), but tests are failing with the following error:
======================================================================
ERROR: test_bytes_in_bytes_out_soap4java (__main__.StringTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testladon.py", line 132, in test_bytes_in_bytes_out_soap4java
    self.string_integrety_tests_soap('bytes_in_bytes_out','soap4java')
  File "testladon.py", line 103, in string_integrety_tests_soap
    result_string = res.getElementsByTagName('result')[0].childNodes[0].data
IndexError: list index out of range

======================================================================
ERROR: test_bytes_in_uni_out_soap4java (__main__.StringTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testladon.py", line 138, in test_bytes_in_uni_out_soap4java
    self.string_integrety_tests_soap('bytes_in_uni_out','soap4java')
  File "testladon.py", line 103, in string_integrety_tests_soap
    result_string = res.getElementsByTagName('result')[0].childNodes[0].data
IndexError: list index out of range

======================================================================
ERROR: test_uni_in_bytes_out_soap4java (__main__.StringTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testladon.py", line 147, in test_uni_in_bytes_out_soap4java
    self.string_integrety_tests_soap('uni_in_bytes_out','soap4java')
  File "testladon.py", line 103, in string_integrety_tests_soap
    result_string = res.getElementsByTagName('result')[0].childNodes[0].data
IndexError: list index out of range

======================================================================
ERROR: test_uni_in_uni_out_soap4java (__main__.StringTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testladon.py", line 156, in test_uni_in_uni_out_soap4java
    self.string_integrety_tests_soap('uni_in_uni_out','soap4java')
  File "testladon.py", line 103, in string_integrety_tests_soap
    result_string = res.getElementsByTagName('result')[0].childNodes[0].data
IndexError: list index out of range

----------------------------------------------------------------------
Ran 15 tests in 0.157s

FAILED (errors=4)

I didn't get a chance to investigate further.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.