[esb-java-user] using WSO2 tools together

Jorge Infante Osorio jorgeio at uci.cu
Mon Nov 1 19:47:20 PDT 2010


This is an example of a proxy service that expose the functionality of
HelloService deployed inside WSAS. The same is for a data service inside
WSAS or DS.
This configuration is create graphically using the wizard in ESB, you just
need to know the endpoint and the wsdl of the final service, in this case
the HelloService

<proxy xmlns="http://ws.apache.org/ns/synapse" name="Secureproxy3"
transports="https http" startOnLoad="true" trace="enable">
    <target>
        <endpoint
name="endpoint_urn_uuid_027A1C7DC10241AFD392412767216415-1491312813">
            <address uri="http://127.0.0.1:9763/services/HelloService/"/>
        </endpoint>
        <inSequence>
        </inSequence>
        <outSequence>
        </outSequence>
        <faultSequence>
        </faultSequence>
    </target>
    <publishWSDL uri="http://127.0.0.1:9763/services/HelloService?wsdl"/>
   </proxy>

Jorge.

De: esb-java-user-bounces at wso2.org [mailto:esb-java-user-bounces at wso2.org]
En nombre de Minder Temp
Enviado el: lunes, 01 de noviembre de 2010 7:58
Para: esb-java-user at wso2.org
Asunto: [esb-java-user] using WSO2 tools together

hi,

I am very new to WSO2 product family. First of all , is there a complete
project example except the shopping chart and proxy service ?

I have a sample scenario which im trying to implement with wso2 products. I
need to use esb with data services. how should i do the setup ?

Where should the CARBON_HOME directory be ? thanks for ur reply in advanced.





More information about the Esb-java-user mailing list