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);