我正在尝试为IIS-WS-Endpoint实现SOAP webservice-client。
我的客户语言非常流行。 我尝试了以下示例:http://groovy.codehaus.org/GroovyWS
但不知何故,葡萄似乎被打破了。当我运行grape -V install org.codehaus.groovy.modules groovyws
时,它会给我一些错误,这些错误似乎是未解决的依赖关系的结果。
这是控制台输出: ::问题摘要:: ::::警告 [未找到] 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的教程。
提前致谢!
答案 0 :(得分:0)
好的...再次仔细阅读http://groovy.codehaus.org/GroovyWS之后,它清楚地说明了“确保拥有正确的Groovy葡萄配置文件”,其中描述了here。
现在可行。