portal/ start pageHi, I want to populate data from two service providers on an HTML page using the ESB. Preferably, I would do this using a portal software that the FUSE community recommends. At the minimum, I would like some p...
Thread Error : when I invoke a message on a bindingcomponent
Error : when I invoke a message on a bindingcomponentHi, I am trying to follow an example that I have seen. The format of what it is trying to do is client > invokes message onto a queue => bc component cosumes it from the queue and trys t...
Java compatibility?Hi, I am having an issue installing FUSE with Java 1.5 I guess I can set the display variable but I've seen issues with Java 1.5 before where it fails to load certain libraries Is there an inst...
Service virtualizationHello - I'm trying to figure out if the ESB/WS stack will support service virtualization. As an example if a service producer (producer.com) has a simple stock quote WSDL can they give the WSDL to me (f...
Thread Converting EPR to Proxy when Address differs from that in WSDL
Converting EPR to Proxy when Address differs from that in WSDLI'm invoking on a CORBA endpoint that will always return a different IOR in the resulting EPR. I would like to convert this to a proxy, but my WSDL contains IOR:x as the address location for the endpoint. After much s...
CXF BC and CXF SEIn 3.3.0.6, can you mix the CXF SE with the HTTP BC? Is the CXF BC/SE tightly coupled? There was some talk about the CXF BC/SE being tightly coupled. At first I was thinking this was due to the use...
Thread DecoupledEndpoint: Timeout while awaiting response.
DecoupledEndpoint: Timeout while awaiting response.Greetings, I have a client (Java) program that invokes an asynchronous method on a CXF-based web service and uses a callback to await for the response over a DecoupleConduit. I get a...
Mulitple protocols on one impl?Hi, Can I have a single impl instance running in cxf that supports multiple transports at the same time (i.e. soap/http and jms), or do they need to be seperate instances of the service? This applies t...
simple transformerHi, I want to use the services framework to write a simple transformer that would transform input XML data to target XML data. How do I achieve this? Are there data transformer tools available within the frame...
Thread How do you launch the FUSE Services Framework
How do you launch the FUSE Services FrameworkHi all, I have downloaded and installed FUSE Services Framework and FUSE ESB. However, in the relevant Windows starter I only have two options for these programs: "Documentation" and "Uninstall FUSE ...". How ...
Axis and CXF ArticleWhat's the difference between Axis and CXF? There was a good, unbiased article posted on this topic today at The Server Side . (FUSE Services Framework is based on code from the Apa...