Take a look at http://servicemix.goopen.org/site/uris.html The servicemix-http can handle dynamic endpoints, I think it should solve your problem.
Cheers, Guillaume Nodet On 6/14/06, Andy Katz <[EMAIL PROTECTED]> wrote:
Yes, I need only pass in different key/value pair(s). For example, the url defined in my servicemix.xml is - <property name="url" value="http://geocoder.us/service/rest"/> Now I need to pass in some form data, for example - address=1600+Pennsylvania+Ave,+Washington+DC Each request will have a different *address* value. Thank you. Andy -----Original Message----- From: Guillaume Nodet [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 7:06 AM To: [email protected] Subject: Re: passing key/value pairs for posting into HttpInvoker Sorry, i' m a bit confused on what you need. Is the url which is invoked the same for all exchanges ? Cheers, Guillaume Nodet On 6/14/06, Andy Katz <[EMAIL PROTECTED]> wrote: > > Hi everyone - > > > > I'm trying to find an example of how I could pass data into the > HttpInvoker > component for posting to the XML defined "url" attribute. > > > > I'm trying to invoke a geo-coding service (same URL), but with different > *address* content on each message. > > > > Many thanks! > > > > Andy > > > > > > >
