Hi Keith, Jonathan mentioned this on last week's implementors call, re making some change to our HTTPLocation class to support the message exchange testing. Was busy getting M7 released, but will look into CR117 now.
John Kaputin "keith chapman" <[EMAIL PROTECTED]> 20/02/2007 05:55 Please respond to [email protected] To [email protected] cc Subject HTTPLocation and CR 117 Ho John, Currently we use the HTTPLocation class of woden to perform the url templating stuff on the client side. With the resolution of CR117 [1] which decided to use option 1 [2] with some ammendments. The resolution states the way that the parameters should be encoded. The issue is knowing whether the parameter being replaced was before or after the ? or # in the URL. It will be efficient if the HTTPLocation class can handle this. can it expose a mechanism of exposing parameters which are before and after the ? or # separately. May be something like httpLocation.getLocalNamesFromPath(); httpLocation.substitutePath(values); httpLocation.getLocalNamesFromQuery(); httpLocation.substituteQuery(values); Any sugetions? Thanks, Keith. [1] http://www.w3.org/2002/ws/desc/5/cr-issues/issues.html?view=normal#CR117 [2] http://lists.w3.org/Archives/Public/www-ws-desc/2007Feb/0039.html -- Keith Chapman WSO2 Inc. Oxygen for Web Services Developers. http://wso2.org/ Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
