Thanks Luke! Is there also a WSDL somewhere?
Lukasz Dywicki (splatch) wrote: > > Hello, > Try use maven archetypes from tooling package: > mvn archetype:create \ > -DarchetypeGroupId=org.apache.servicemix.tooling \ > -DarchetypeArtifactId=servicemix-drools-service-unit \ > -DgroupId=com.mycompany.myproduct \ > -DartifactId=mycomponent.artifact > > This should create correct service unit. Next steep is to use > servicemix-http service unit: > mvn archetype:create \ > -DarchetypeGroupId=org.apache.servicemix.tooling \ > -DarchetypeArtifactId=servicemix-http-consumer-service-unit \ > -DgroupId=com.mycompany.myproduct \ > -DartifactId=mycomponent.artifact > > In xbean.xml for http component you should use the same namespace and name > for service like in drools xbean.xml. > > Regards, > Luke > > > ObjectOrange wrote: >> >> Has anyone attempted to call the Drools SE using HTTP/SOAP? I couldn't >> find a tutorial on the site. >> > > > -- View this message in context: http://www.nabble.com/How-to-call-ServiceMix-Drools-SE-tp20072804p20089880.html Sent from the ServiceMix - User mailing list archive at Nabble.com.