Hi,
i'm quite new to Apache synapse and i'm trying to get it up and running.
In short, the samples and all work fine.
My problems begin when i try to access a REST service of my own as an
endpoint.
I was wondering if anyone felt up to it to post the simplest
configuration for synapse possible for my particular case.
What i try to do:
i want the outside world to use the address for synapse only, so the
services behind it should be transparant for the originating party.
suppose my own service is at: http://localhost:11111/MyService/echo
i would like clients to connect to http://localhost:8280/Forwarder
which should send through the message without any alteration to the
MyService service
and consequently send back the response from MyService to the client
asking for the info.
Somehow i just can't get it to work.
i get the feeling it has something to do with ws-addressing, but i'm
not sure.
So what would be the configuration for this for synapse
and if there are any, what are the requirements for the message and/or
the client.
Thanx in advance,
Jasper