[Anthill-pro] Groovy and SOAP Call to AntHill
Varban
vvv at urbancode.com
Tue Nov 27 17:07:10 CST 2007
John,
there was a bug in the SOAP services in the 3.3.5 (and possibly the
3.3.4) release with those symptoms. It has been fixed in the latest
release (3.4)
Regards,
Varban
john.carnell at thrivent.com wrote:
>
> Hi guys,
>
> I am working on a simple groovy client to invoke the WSDL. The script
> is shown below and is based on the ruby example given in the docs.
> However, when I invoke the results I get a null back. Anyone here used
> groovy to call the SOAP-based Anthill API. Here is my script:
>
> import groovy.net.soap.*
>
> try{
> def url="http://server001:8080/services/Dashboard?wsdl"
> def remote = new SoapClient(url)
> def x = remote.getRecentWorkflowActivity("testId", "abc123", 10)
> println "Starting X"
> x.each{
> println it.buildLifeId
> }
> println "Stopping X"
> }catch(Exception e){
> println e
> }
>
> I get no exception thrown. Is there anyplace I can check the logs on
> the anthill server to see if the request is even going out. I checked
> the ah3server log
> and I do not see anything. Any help you can give me would be greatly
> appreciated.
>
> Cheers,
> John
>
>
>
>
> This message contains confidential information intended only for the
> above addressees and may contain information that is proprietary or
> legally privileged. If you received this message in error, please notify
> us and delete the original message. You must obtain permission from
> Thrivent Financial to use its logo on all materials. Failure to do so
> could result in legal action.
More information about the Anthill-pro
mailing list