Hi I am creating appian smart service for consuming a HTTPS web servi

Hi

I am creating appian smart service for consuming a HTTPS web service that has two way SSL (client & server certificate) authentication.
I am using apache cxf v 2.7.1 for the web service client and the code works in standalone mode in java project.

I created appian plugin project and created a smart service plugin jar file with the necessary apache cxf jar files bundled under META-INF/lib folder and deployed the plugin into appian.
When i test this smart service, I am getting the below error:
org.apache.cxf.bus.extension.ExtensionException: Could not create object of extension class org.apache.cxf.wsdl11.WSDLManagerImpl.
          at org.apache.cxf.bus.extension.Extension.load(Extension.java:222)
          at org.apache.cxf.bus.extension.ExtensionManagerImpl.loadAndRegister(ExtensionManagerImpl.java:199)
          at org.apache.cxf.bus.extension.ExtensionManagerImpl.getBeansOfType(ExtensionManagerImpl.java:305)
          at org.apache.cxf.bus.CXFBusImpl.getExtension(CXFBusImpl.java:9...

OriginalPostID-112122

OriginalPostID-112122

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data