From bdb4d0e8b25310d9104096c165550444c4ab3c07 Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Tue, 6 Sep 2016 08:16:54 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/common/common-gcore-stubs/1.0@131126 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 4 ++-- .../org/gcube/common/clients/stubs/jaxws/StubFactory.java | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 11d55fb..e044185 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.core common-gcore-stubs - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT GCore Stubs JAXWS Stub Support for gCore Service @@ -39,7 +39,7 @@ org.gcube.common common-authorization - [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT,3.0.0-SNAPSHOT) diff --git a/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactory.java b/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactory.java index 10f5bf3..f64e0a0 100644 --- a/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactory.java +++ b/src/main/java/org/gcube/common/clients/stubs/jaxws/StubFactory.java @@ -105,6 +105,8 @@ public class StubFactory implements StubFactoryDSL.AtClause { // get JAXWS service from endpoint address Service service = buildService(endpointAddress+"?wsdl", target.type(),target.qName()); + log.info("target type is {} ", target.type()); + // get JAXWS stub T stub = service.getPort(reference,target.type(),features);