Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
4 subscribers
Views
1706 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi I am creating appian smart service for consuming a HTTPS web servi
sivananthag
over 10 years ago
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
0
sivananthag
over 10 years ago
...9)
at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:92)
at org.apache.cxf.jaxws.ServiceImpl.initializePorts(ServiceImpl.java:199)
at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:147)
at org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:98)
at javax.xml.ws.Service.<init>(Service.java:35)
.......
Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=CONFIGURATION_ERROR: Problem instantiating factory implementation.: java.lang.ClassCastException: com.ibm.wsdl.factory.WSDLFactoryImpl cannot be cast to javax.wsdl.factory.WSDLFactory
at javax.wsdl.factory.WSDLFactory.newInstance(Unknown Source)
at javax.wsdl.factory.WSDLFactory.newInstance(Unknown Source)
at org.apache.cxf.wsdl11.WSDLManagerImpl.<init>(WSDLManagerImpl.java:96)
... 81 more
Appreciate your help in resolving this issue.
Thanks
Jhothi
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sivananthag
over 10 years ago
...9)
at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:92)
at org.apache.cxf.jaxws.ServiceImpl.initializePorts(ServiceImpl.java:199)
at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:147)
at org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:98)
at javax.xml.ws.Service.<init>(Service.java:35)
.......
Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=CONFIGURATION_ERROR: Problem instantiating factory implementation.: java.lang.ClassCastException: com.ibm.wsdl.factory.WSDLFactoryImpl cannot be cast to javax.wsdl.factory.WSDLFactory
at javax.wsdl.factory.WSDLFactory.newInstance(Unknown Source)
at javax.wsdl.factory.WSDLFactory.newInstance(Unknown Source)
at org.apache.cxf.wsdl11.WSDLManagerImpl.<init>(WSDLManagerImpl.java:96)
... 81 more
Appreciate your help in resolving this issue.
Thanks
Jhothi
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data