我正在尝试为 IIS-WS-Endpoint 实现 SOAP webservice-client。
我的客户语言很时髦。我尝试了以下示例: http: //groovy.codehaus.org/GroovyWS
但不知何故,葡萄似乎坏了。当我运行grape -V install org.codehaus.groovy.modules groovyws
它时,它给了我一些错误,这似乎是未解决的依赖关系的结果。
这是控制台输出: :: 问题摘要 :: :::: WARNINGS [NOT FOUND ] org.springframework#spring-core;2.5.6!spring-core.jar (3ms)
==== localm2: tried
file:C:\Users\username/.m2/repository/org/springframework/spring-core/2.5.6/spring-core-2.5.6.jar
[NOT FOUND ] org.springframework#spring-context;2.5.6!spring-context.jar (1ms)
==== localm2: tried
file:C:\Users\username/.m2/repository/org/springframework/spring-context/2.5.6/spring-context-2.5.6.jar
[NOT FOUND ] org.springframework#spring-web;2.5.6!spring-web.jar (0ms)
==== localm2: tried
file:C:\Users\username/.m2/repository/org/springframework/spring-web/2.5.6/spring-web-2.5.6.jar
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
有什么建议么?或者也许是使用 CXF 和 Groovy 的教程。
提前致谢!