cqsapient

Results 6 comments of cqsapient

this was resolved by adding SDK version in the parameter. Issue is that when you use archetype version 32 with old SDK without specifying SDK version; it takes latest SDK...

Hi @habansal Yes currently I am doing url shortening on publish instances using reverse sling mapping and using resourceresolver.map in backend java sling model which exposes the .model json which...

Thanks for your comment. For service class; I want to know what service class should I set in factory.setServiceClass() for the API calls(retrieve; add; update) to work properly. It is...

When I use ETClient as the service class; factory.setServiceClass(ETClient.class); I get the error - Exception in thread "main" java.lang.IllegalArgumentException: com.exacttarget.fuelsdk.ETClient is not an interface at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:624) at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:592) at java.lang.reflect.WeakCache$Factory.get(WeakCache.java:244)...

Hi @amagar088 , When I set ETSoapObject in factory.setServiceClass(ETSoapObject.class); I get the same error -- Exception in thread "main" java.lang.IllegalArgumentException: com.exacttarget.fuelsdk.ETSoapObject is not an interface at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:624) at java.lang.reflect.Proxy$ProxyClassFactory.apply(Proxy.java:592) at...

``` Hi @moshimc , were you able to resolve this issue? I am also facing the same issue. Please let me know how were you able to resolve it. ```...