Commit ca903819 authored by 高东东's avatar 高东东

提交pom

parent c1a97862
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<dependency> <dependency>
<groupId>com.yeejoin</groupId> <groupId>com.yeejoin</groupId>
<artifactId>indicators-feign</artifactId> <artifactId>indicators-feign</artifactId>
<version>1.0.3-SNAPSHOT</version> <version>1.0.4-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -56,7 +56,6 @@ public class AvicCustomPathResource { ...@@ -56,7 +56,6 @@ public class AvicCustomPathResource {
JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance(); JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance();
Client client = dcf.createClient(webserviceUrl); Client client = dcf.createClient(webserviceUrl);
try { try {
// invoke("方法名",参数1,参数2,参数3....);
client.invoke("transferPathConfig", model); client.invoke("transferPathConfig", model);
} catch (java.lang.Exception e) { } catch (java.lang.Exception e) {
e.printStackTrace(); e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment