Is there any reason why the policy extension elements aren't implemented as first-class Classes instead of using the non-type safe UnknownExtensibilityElement? They would be much easier to deal with in that way.
Cheers, Jeremy On 24/01/2008, Sanka Samaranayake <[EMAIL PROTECTED]> wrote: > > Hi Kokie, > > WSDL4J does not identify policy expressions separately. That is WSDL4J > doesn't implement a component like WSDL4J policy extension element. > However that information is preserved in the WSDL4J object model as > Unknown extension element. WSDL2AxisServiceBuilder use this information > when building an AxisService from a WSDL. > > Thanks, > Sanka > > > kokie wrote: > > Can the WSDL4J read a wsdl file with policy information in it?I've got > > a problem to codegen against a WSDL with WS-Security Policy(The wsdl > > file is from policy sample01 in rampart release).So I debugged the > > Axis2 1.3 source code ,found that the WSDLReader seems that it cannot > > read the policy information.The wsdl file is attached. > > > > -- > > 緋村劍心 > > ------------------------------------------------------------------------ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > ------------------------------------------------------------------------ > > > > No virus found in this incoming message. > > Checked by AVG Free Edition. > > Version: 7.5.516 / Virus Database: 269.19.9/1238 - Release Date: > 1/22/2008 8:12 PM > > > -- > Sanka Samaranayake > WSO2 Inc. > > http://sankas.blogspot.com/ > http://www.wso2.org/ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
