File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
core-groovy-2/src/test/groovy/com/baeldung/webservice Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ class WebserviceUnitTest extends GroovyTestCase {
7575 assert stories. size() == 5
7676 }
7777
78+ /* see BAEL-3753
7879 void test_whenConsumingSoap_thenReceiveResponse() {
7980 def url = "http://www.dataaccess.com/webservicesserver/numberconversion.wso"
8081 def soapClient = new SOAPClient(url)
@@ -89,6 +90,7 @@ class WebserviceUnitTest extends GroovyTestCase {
8990 def words = response.NumberToWordsResponse
9091 assert words == "one thousand two hundred and thirty four "
9192 }
93+ */
9294
9395 void test_whenConsumingRestGet_thenReceiveResponse () {
9496 def path = " /get"
@@ -149,4 +151,4 @@ class WebserviceUnitTest extends GroovyTestCase {
149151 assert e?. response?. statusCode != 200
150152 }
151153 }
152- }
154+ }
You can’t perform that action at this time.
0 commit comments