|
2 |
Normalize "book" to "books"
|
||
|
1 |
|
||
Unable to call a web service from GroovyI'm going through the first examples from the new Java Web Services: Up and Running book. I tried to go through the SOAP client example for Java on page 13, but in Groovy. So here is my Groovy shell code:
But this fails with this error:
I do not understand this, since Groovy tells me this method with that signature does indeed exist:
Does anybody know what I am doing wrong here?
|
||||
