When I try to run Definition def = WSIFUtils.readWSDL(null,wsdl); …… WSIFServiceFactory factory =
WSIFServiceFactory.newInstance();
WSIFService service = factory.getService(def,
serviceWsdl, portTypeWsdl); If the wsl file contains complex types, I get java.lang.ClassCastException
at org.apache.wsif.compiler.util.Utils.addAllTypesElements(Unknown Source)
at org.apache.wsif.compiler.util.Utils.getAllTypesElements(Unknown Source)
at org.apache.wsif.base.WSIFServiceImpl.getDefaultTypeMappings(Unknown Source)
at org.apache.wsif.base.WSIFServiceImpl.getAllCustomTypes(Unknown Source)
at org.apache.wsif.base.WSIFServiceImpl.init(Unknown Source)
at org.apache.wsif.base.WSIFServiceImpl.<init>(Unknown Source)
at org.apache.wsif.base.WSIFServiceFactoryImpl.getService(Unknown Source) any idea ?? thanks luca |
- complex types Luca Baldi
- Re: complex types mauro
- Re: complex types mauro
- RE: complex types Luca Baldi
- RE: complex types mauro
- RE: complex types Luca Baldi
- Re: complex types Aleksander Slominski
- Re: complex types mauro