Ok thanks I can try using that approach but it's not very clear how I do that.
So let me get this clear on the provider I set something like locationURI="interface:http://somenamespace/MyInterface" Do I then have to write an implementation of MyInterface and deploy it as a servicemix component? Does the interface need to implement a specific callback method? Thanks Sufyan -----Original Message----- From: Guillaume Nodet [mailto:[EMAIL PROTECTED] Sent: 07 August 2006 16:35 To: [email protected] Subject: Re: Servicemix-http configuring soapAction and locationURI dynamically Mmm, the soapAction could be easily done, but the locationURI would conflict with the consumer endpoint. We would need to first split the consumer endpoints and provider endpoints, but this is not planned for the next release. Have you tried using URIs / dynamic endpoint resolution instead ? See http://servicemix.goopen.org/site/uris.html On 8/7/06, Sufyan Arif <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Is it possible to configure the Provider endpoint soapAction and > locationURI using Xpath expressions? > > > > What I want to do is to define the end point once in servicemix.xml and > then examine the normalised message using xpath to obtain the > locationURI and pass this to the Provider. > > > > Thanks > > > > > > Sufyan > > > This transmission is confidential and intended solely for the person or > organisation to whom it is addressed. It may contain privileged and > confidential information. If you are not the intended recipient, you should > not copy, distribute or take any action in reliance on it. If you have > received this transmission in error, please notify the sender immediately. > Any opinions or advice contained in this e-mail are those of the individual > sender except where they are stated to be the views of RDF Group plc. All > messages passing through this gateway are virus scanned. > > > -- Cheers, Guillaume Nodet
