Yes, I'm sorry that the demo is unstable.
Your error has already been fixed, but the snapshots are not available yet.
To answer your real question: it's quite easy to expose a service to soap.
The only problem is that we don't have an example ;)
You just have to plug an http binding in front of an xfire service
http://servicemix.org/HTTP?refresh=1
http://servicemix.org/XFire?refresh=1
That way, your service will be exposed on the bus using the soap protocol.
The demo i'm working on is a bit different, because it uses std jbi
components and the
service is exposed on the bus without soap encoding. All soap stuff is
handled by the binding component
which is imho the right way to do things.
Cheers,
Guillaume Nodet
moeztuerk (sent by Nabble.com) wrote:
Hi Guillaume,
i tried to start your example with the version
servicemix-3.0-SNAPSHOT.zip 01-Feb-2006 01:09 from
http://cvs.apache.org/repository/incubator-servicemix/distributions/ .
It did not work :-(
The following exception is thrown...
Is it so diffucult to deploy a component in Servicemix which is
callable as Webservice?
That must be basic function of Servicemix .
Look at the OSGI Framework. They implemented an Service which is
responsible to expose services inside of the OSGI as Webservice.
This feature is what we need from Servicemix.
Please tell us wheter it is posible or not...
Dipl.-Ing. (M.E.) Muhammet Öztürk
from Grmany / Stuttgart
org.springframework.beans.FatalBeanException: Could not instantiate
class [org.a
pache.activemq.network.NetworkConnector]: no default constructor
found; nested e
xception is java.lang.NoSuchMethodException:
org.apache.activemq.network.Network
Connector.<init>()
java.lang.NoSuchMethodException:
org.apache.activemq.network.NetworkConnector./()
at java.lang.Class.getConstructor0(Class.java:2647)
at java.lang.Class.getDeclaredConstructor(Class.java:1953)
at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:7
6)
at
org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:49)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.instantiateBean(AbstractAutowireCapableBeanFactory.java:453)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:333)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver
.resolveInnerBeanDefinition(BeanDefinitionValueResolver.java:147)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver
.resolveValueIfNecessary(BeanDefinitionValueResolver.java:96)
at
org.springframework.beans.factory.support.BeanDefinitionValueResolver
.resolveManagedList(BeanDefinitionValueResolver.java:193)
/
------------------------------------------------------------------------
/View this message in context: Re: Webservice
<http://www.nabble.com/Webservice-t1031805.html#a2716441>
Sent from the servicemix - user
<http://www.nabble.com/servicemix---user-f12050.html> forum at
Nabble.com. /