> WARNING: A JAX-WS Annotation was found on
> org.openiam.spml2.interf.SpmlComplete while using the Simple frontend.
> For better results, use the JAX-WS frontend.
> 2009-06-22 15:00:38,062 INFO

That is probably the key warning.   Change the line:

ClientProxyFactoryBean factory = new ClientProxyFactoryBean();

to 
factory = new JaxWsProxyFactoryBean();

and it will probably work better.

Dan




On Mon June 22 2009 3:25:46 pm Suneet Shah wrote:
> Hello
>
> I am trying to call a set of services using the code below. However,  I
> am getting a "No Matching Operation Found in Binding" error.  The code
> seems to work with 1 set of services that are using a namespace of
> "urn:idm.openiam.org/spml2/service" but when I change it to
> "http://www.multiplan.com/service/IdentitySynchronization";, I get the
> exception below.
>
>                         ClientProxyFactoryBean factory = new
> ClientProxyFactoryBean();
>                         factory.setServiceClass(SpmlComplete.class);
>
>                             logger.debug("Service endpoint : " +
> conArray[i].getServiceUrl() );
>                             logger.debug("Service namespace : " +
> conArray[i].getServiceNameSpace() );
>
>                            
> factory.setAddress(conArray[i].getServiceUrl()); javax.xml.namespace.QName
> qname =
> javax.xml.namespace.QName.valueOf(conArray[i].getServiceNameSpace());
>                             factory.setEndpointName(qname);
>                             SpmlComplete client = (SpmlComplete)
> factory.create();
>
>                             logger.debug("client created " + client);
>
>                             AddRequestType addReqType = new
> AddRequestType();
>                             client.add(addReqType);
>
> 2009-06-22 15:00:37,984 DEBUG
> [org.springframework.transaction.support.TransactionSynchronizationManager]
> Clearing transaction synchronization
> 2009-06-22 15:00:38,046 DEBUG [org.openiam.webadmin.user.UserAction]
> Service endpoint : http://RCK-DEV-ESB-01:8080/ccx/IdentitySynchronization
> 2009-06-22 15:00:38,046 DEBUG [org.openiam.webadmin.user.UserAction]
> Service namespace :
> http://www.multiplan.com/service/IdentitySynchronization 2009-06-22
> 15:00:38,046 ERROR [STDERR] Jun 22, 2009 3:00:38 PM
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> checkServiceClassAnnotations
> WARNING: A JAX-WS Annotation was found on
> org.openiam.spml2.interf.SpmlComplete while using the Simple frontend.
> For better results, use the JAX-WS frontend.
> 2009-06-22 15:00:38,062 INFO
> [org.apache.cxf.bus.spring.BusApplicationContext] Refreshing
> org.apache.cxf.bus.spring.busapplicationcont...@1e95777: display name
> [org.apache.cxf.bus.spring.busapplicationcont...@1e95777]; startup date
> [Mon Jun 22 15:00:38 EDT 2009]; root of context hierarchy
> 2009-06-22 15:00:38,062 DEBUG
> [org.springframework.core.CollectionFactory] Creating
> [java.util.concurrent.ConcurrentHashMap]
> 2009-06-22 15:00:38,062 DEBUG
> [org.springframework.core.CollectionFactory] Creating
> [java.util.concurrent.ConcurrentHashMap]
> 2009-06-22 15:00:38,062 DEBUG
> [org.springframework.core.CollectionFactory] Creating
> [java.util.concurrent.ConcurrentHashMap]
> 2009-06-22 15:00:38,062 DEBUG
> [org.springframework.core.CollectionFactory] Creating
> [java.util.concurrent.ConcurrentHashMap]
> 2009-06-22 15:00:38,062 DEBUG
> [org.springframework.core.CollectionFactory] Creating
> [java.util.concurrent.ConcurrentHashMap]
> 2009-06-22 15:00:38,062 DEBUG
> [org.springframework.core.CollectionFactory] Creating
> [java.util.concurrent.ConcurrentHashMap]
> 2009-06-22 15:00:38,062 DEBUG
> [org.springframework.core.CollectionFactory] Creating
> [java.util.concurrent.ConcurrentHashMap]
> 2009-06-22 15:00:38,062 DEBUG
> [org.springframework.core.CollectionFactory] Creating
> [java.util.concurrent.ConcurrentHashMap]
> 2009-06-22 15:00:38,093 ERROR [STDERR] Jun 22, 2009 3:00:38 PM
> org.apache.cxf.bus.spring.BusApplicationContext getConfigResources
> INFO: No cxf.xml configuration file detected, relying on defaults.
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]
> Loading bean definitions
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [org.apache.cxf.resource.ClasspathResolver#814af5]
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [org.apache.cxf.resource.ClassLoaderResolver#602764]
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [org.apache.cxf.bus.spring.BusApplicationContextResourceResolver#ba3f75]
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [org.apache.cxf.configuration.spring.SpringBeanMap#19c47d5]
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [org.apache.cxf.configuration.spring.SpringBeanMap#1300751]
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [org.apache.cxf.configuration.spring.SpringBeanMap#3067dc]
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [org.apache.cxf.transport.http.WSDLQueryHandler#1f2c9bf]
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]
> Loading bean definitions
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [org.apache.cxf.binding.soap.spring.SoapVersionRegistrar#1b6b3ac]
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]
> Loading bean definitions
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]
> Loading bean definitions
> 2009-06-22 15:00:38,171 DEBUG
> [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]
> Loading bean definitions
> 2009-06-22 15:00:38,187 DEBUG
> [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader]
> Loading bean definitions
> 2009-06-22 15:00:38,187 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [javax.xml.namespace.QName#178a4d1]
> 2009-06-22 15:00:38,187 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [javax.xml.namespace.QName#18caeb6]
> 2009-06-22 15:00:38,187 DEBUG
> [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate]
> Neither XML 'id' nor 'name' specified - using generated bean name
> [javax.xml.namespace.QName#12263d6]
> 2009-06-22 15:00:38,187 INFO
> [org.apache.cxf.bus.spring.BusApplicationContext] Bean factory for
> application context
> [org.apache.cxf.bus.spring.busapplicationcont...@1e95777]:
> org.springframework.beans.factory.support.defaultlistablebeanfact...@c89a0f
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating shared instance of singleton bean
> 'org.apache.cxf.binding.soap.customEditorConfigurer'
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean
> 'org.apache.cxf.binding.soap.customEditorConfigurer'
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Eagerly caching bean
> 'org.apache.cxf.binding.soap.customEditorConfigurer' to allow for
> resolving potential circular references
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean
> 'org.apache.cxf.binding.soap.spring.SoapVersionRegistrar#1b6b3ac'
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean
> 'org.apache.cxf.binding.soap.spring.SoapVersionRegistrar#1b6b3ac'
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Getting BeanInfo
> for class [org.springframework.beans.factory.config.CustomEditorConfigurer]
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Caching
> PropertyDescriptors for class
> [org.springframework.beans.factory.config.CustomEditorConfigurer]
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Found bean
> property 'beanClassLoader' of type [java.lang.ClassLoader]
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Found bean
> property 'class' of type [java.lang.Class]
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Found bean
> property 'customEditors' of type [java.util.Map]
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Found bean
> property 'ignoreUnresolvableEditors' of type [boolean]
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Found bean
> property 'order' of type [int]
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Found bean
> property 'propertyEditorRegistrars' of type
> [[Lorg.springframework.beans.PropertyEditorRegistrar;]
> 2009-06-22 15:00:38,203 DEBUG [org.springframework.beans.BeanUtils] No
> property editor
> [[Lorg.springframework.beans.PropertyEditorRegistrar;Editor] found for
> type [Lorg.springframework.beans.PropertyEditorRegistrar; according to
> 'Editor' suffix convention
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean
> 'org.apache.cxf.binding.soap.customEditorConfigurer'
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating shared instance of singleton bean
> 'org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor'
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean
> 'org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor'
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Eagerly caching bean
> 'org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor' to allow
> for resolving potential circular references
> 2009-06-22 15:00:38,203 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean
> 'org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating shared instance of singleton bean
> 'org.apache.cxf.bus.spring.Jsr250BeanPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean
> 'org.apache.cxf.bus.spring.Jsr250BeanPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Eagerly caching bean 'org.apache.cxf.bus.spring.Jsr250BeanPostProcessor'
> to allow for resolving potential circular references
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean
> 'org.apache.cxf.bus.spring.Jsr250BeanPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating shared instance of singleton bean
> 'org.apache.cxf.bus.spring.BusExtensionPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean
> 'org.apache.cxf.bus.spring.BusExtensionPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Eagerly caching bean
> 'org.apache.cxf.bus.spring.BusExtensionPostProcessor' to allow for
> resolving potential circular references
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean
> 'org.apache.cxf.bus.spring.BusExtensionPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating shared instance of singleton bean
> 'org.apache.cxf.bus.spring.BusApplicationListener'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean
> 'org.apache.cxf.bus.spring.BusApplicationListener' 2009-06-22 15:00:38,218
> DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Eagerly caching bean 'org.apache.cxf.bus.spring.BusApplicationListener'
> to allow for resolving potential circular references
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating shared instance of singleton bean 'cxf'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean 'cxf'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Eagerly caching bean 'cxf' to allow for resolving potential circular
> references
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Returning eagerly cached instance of singleton bean 'cxf' that is not
> fully initialized yet - a consequence of a circular reference
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean 'cxf'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean
> 'org.apache.cxf.bus.spring.BusApplicationListener'
> 2009-06-22 15:00:38,218 INFO
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.defaultlistablebeanfact...@c89a0f
>: defining beans
> [cxf,org.apache.cxf.bus.spring.BusApplicationListener,org.apache.cxf.bus.sp
>ring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanP
>ostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.
>cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apa
>che.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFa
>ctoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf
>.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue
>.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache
>.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,
>org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.htt
>p.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.
>apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,
>org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.bindi
>ng.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
>org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xm
>l.XMLBindingFactory,org.apache.cxf.jaxws.context.WebServiceContextResourceRe
>solver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.tra
>nsport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.
>policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpP
>olicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTranspo
>rtFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org
>.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,org.apa
>che.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder]; root of
> factory hierarchy
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Returning cached instance of singleton bean 'cxf'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Returning cached instance of singleton bean
> 'org.apache.cxf.bus.spring.BusApplicationListener'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Returning cached instance of singleton bean
> 'org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Returning cached instance of singleton bean
> 'org.apache.cxf.bus.spring.Jsr250BeanPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Returning cached instance of singleton bean
> 'org.apache.cxf.bus.spring.BusExtensionPostProcessor'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating shared instance of singleton bean
> 'org.apache.cxf.resource.ResourceManager'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean 'org.apache.cxf.resource.ResourceManager'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Eagerly caching bean 'org.apache.cxf.resource.ResourceManager' to allow
> for resolving potential circular references
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean
> 'org.apache.cxf.resource.ClasspathResolver#814af5' 2009-06-22 15:00:38,218
> DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean
> 'org.apache.cxf.resource.ClasspathResolver#814af5'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean
> 'org.apache.cxf.resource.ClassLoaderResolver#602764'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean
> 'org.apache.cxf.resource.ClassLoaderResolver#602764'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Creating instance of bean
> 'org.apache.cxf.bus.spring.BusApplicationContextResourceResolver#ba3f75'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> Finished creating instance of bean
> 'org.apache.cxf.bus.spring.BusApplicationContextResourceResolver#ba3f75'
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Getting BeanInfo
> for class [org.apache.cxf.bus.resource.ResourceManagerImpl]
> 2009-06-22 15:00:38,218 DEBUG
> [org.springframework.beans.CachedIntrospectionResults] Caching
> PropertyDescriptors for class
> [org.apache.cxf.bus.resource.ResourceManagerImpl]
>
> .......
>
> 2009-06-22 15:00:39,078 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> No bean named 'org.apache.cxf.ws.policy.PolicyEngine' found in
> org.springframework.beans.factory.support.defaultlistablebeanfact...@c89a0f
>: defining beans
> [cxf,org.apache.cxf.bus.spring.BusApplicationListener,org.apache.cxf.bus.sp
>ring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanP
>ostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.
>cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apa
>che.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFa
>ctoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf
>.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue
>.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache
>.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,
>org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.htt
>p.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.
>apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,
>org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.bindi
>ng.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
>org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xm
>l.XMLBindingFactory,org.apache.cxf.jaxws.context.WebServiceContextResourceRe
>solver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.tra
>nsport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.
>policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpP
>olicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTranspo
>rtFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org
>.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,org.apa
>che.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder]; root of
> factory hierarchy
> 2009-06-22 15:00:39,078 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> No bean named
> 'http://www.multiplan.com/service/IdentitySynchronization.http-conduit'
> found in
> org.springframework.beans.factory.support.defaultlistablebeanfact...@c89a0f
>: defining beans
> [cxf,org.apache.cxf.bus.spring.BusApplicationListener,org.apache.cxf.bus.sp
>ring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanP
>ostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.
>cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apa
>che.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFa
>ctoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf
>.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue
>.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache
>.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,
>org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.htt
>p.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.
>apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,
>org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.bindi
>ng.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
>org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xm
>l.XMLBindingFactory,org.apache.cxf.jaxws.context.WebServiceContextResourceRe
>solver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.tra
>nsport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.
>policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpP
>olicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTranspo
>rtFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org
>.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,org.apa
>che.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder]; root of
> factory hierarchy
> 2009-06-22 15:00:39,078 DEBUG
> [org.springframework.beans.factory.support.DefaultListableBeanFactory]
> No bean named 'http://RCK-DEV-ESB-01:8080/ccx/IdentitySynchronization'
> found in
> org.springframework.beans.factory.support.defaultlistablebeanfact...@c89a0f
>: defining beans
> [cxf,org.apache.cxf.bus.spring.BusApplicationListener,org.apache.cxf.bus.sp
>ring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanP
>ostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,org.apache.
>cxf.resource.ResourceManager,org.apache.cxf.configuration.Configurer,org.apa
>che.cxf.binding.BindingFactoryManager,org.apache.cxf.transport.DestinationFa
>ctoryManager,org.apache.cxf.transport.ConduitInitiatorManager,org.apache.cxf
>.wsdl.WSDLManager,org.apache.cxf.phase.PhaseManager,org.apache.cxf.workqueue
>.WorkQueueManager,org.apache.cxf.buslifecycle.BusLifeCycleManager,org.apache
>.cxf.endpoint.ServerRegistry,org.apache.cxf.endpoint.ServerLifeCycleManager,
>org.apache.cxf.endpoint.ClientLifeCycleManager,org.apache.cxf.transports.htt
>p.QueryHandlerRegistry,org.apache.cxf.endpoint.EndpointResolverRegistry,org.
>apache.cxf.headers.HeaderManager,org.apache.cxf.catalog.OASISCatalogManager,
>org.apache.cxf.endpoint.ServiceContractResolverRegistry,org.apache.cxf.bindi
>ng.soap.SoapBindingFactory,org.apache.cxf.binding.soap.SoapTransportFactory,
>org.apache.cxf.binding.soap.customEditorConfigurer,org.apache.cxf.binding.xm
>l.XMLBindingFactory,org.apache.cxf.jaxws.context.WebServiceContextResourceRe
>solver,org.apache.cxf.jaxws.context.WebServiceContextImpl,org.apache.cxf.tra
>nsport.http.policy.HTTPClientAssertionBuilder,org.apache.cxf.transport.http.
>policy.HTTPServerAssertionBuilder,org.apache.cxf.transport.http.policy.NoOpP
>olicyInterceptorProvider,org.apache.cxf.transport.http.ClientOnlyHTTPTranspo
>rtFactory,org.apache.cxf.ws.addressing.policy.AddressingAssertionBuilder,org
>.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider,org.apa
>che.cxf.ws.addressing.policy.UsingAddressingAssertionBuilder]; root of
> factory hierarchy
> 2009-06-22 15:00:39,203 ERROR [STDERR]
> org.apache.cxf.binding.soap.SoapFault: No matching operation found in
> bindings for application=[IdentitySynchronization]
> operation=[{http://interf.spml2.openiam.org/}add]
> 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalF
>ault(Soap11FaultInInterceptor.java:75) 2009-06-22 15:00:39,203 ERROR
> [STDERR]     at
> org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMess
>age(Soap11FaultInInterceptor.java:46) 2009-06-22 15:00:39,203 ERROR [STDERR]
>     at
> org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMess
>age(Soap11FaultInInterceptor.java:35) 2009-06-22 15:00:39,203 ERROR [STDERR]
>     at
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChai
>n.java:236) 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(Ab
>stractFaultChainInitiatorObserver.java:96) 2009-06-22 15:00:39,203 ERROR
> [STDERR]     at
> org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage
>(CheckFaultInterceptor.java:69) 2009-06-22 15:00:39,203 ERROR [STDERR]    
> at
> org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage
>(CheckFaultInterceptor.java:34) 2009-06-22 15:00:39,203 ERROR [STDERR]    
> at
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChai
>n.java:236) 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:641)
> 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleRespons
>eInternal(HTTPConduit.java:2134) 2009-06-22 15:00:39,203 ERROR [STDERR]    
> at
> org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleRespons
>e(HTTPConduit.java:2013) 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPCon
>duit.java:1938) 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
> 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:626)
> 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInte
>rceptor.handleMessage(MessageSenderInterceptor.java:62) 2009-06-22
> 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChai
>n.java:236) 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:469)
> 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:299)
> 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:251)
> 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
> 2009-06-22 15:00:39,203 ERROR [STDERR]     at
> org.apache.cxf.frontend.ClientProxy.invoke(ClientProxy.java:68)

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to