I have committed a fix for HTTP location which supports the use of template IRIs, as used in MessageTest1G and MessageTest2G. I still need to determine what further methods are required to aid template substitution - see Class javadoc comments. For the time being there is a method that takes a String array and substitutes these values into the template and returns the substituted string.
Also, still need to fix compile errors introduced to the CM Writer when http location changed from a URI to the new HTTPLocation class. Will look into this later today. regards, John Kaputin John Kaputin/UK/IBM To 18/12/2006 18:28 woden-dev@ws.apache.org cc Subject HTTP location WODEN-86 / WODEN-110 Chinthaka/Keith, I have create a class HTTPLocation to represent the {http location} value and I'm currently refactoring it into the existing code to replace the use of java.net.URI before committing it to SVN. Currently it returns the original value of this property as defined in the WSDL (with any curly brace template syntax) and it also checks to see if the format of this value is valid (i.e. if it can be converted into a URI after the curly braces are eliminated by substitution). I also have in mind some methods for accessing and substituting the templated local names with instance data values and returning the substituted string, but before creating these methods I would like to confirm that this is what you are expecting. Or do you expect to do just get the {http location} template from Woden and do the substitution within your Axis2 code? regards, John Kaputin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]