I am getting the following exception when trying to engage addressing module:
[9/7/07 18:02:32:461 EDT] 00000055 SystemErr R _org.apache.axis2.phaseresolver.PhaseException_: Invalid phases please recheck axis2.xml Addressing for the handler AddressingFinalInHandler [9/7/07 18:02:32:773 EDT] 00000055 SystemErr R at org.apache.axis2.phaseresolver.PhaseHolder.addHandler(_PhaseHolder.java:66_) [9/7/07 18:02:32:773 EDT] 00000055 SystemErr R at org.apache.axis2.phaseresolver.PhaseResolver.engageModuleToOperation(_PhaseResolver.java:191_) [9/7/07 18:02:32:773 EDT] 00000055 SystemErr R at org.apache.axis2.description.AxisOperation.engageModuleToOperation(_AxisOperation.java:151_) [9/7/07 18:02:32:773 EDT] 00000055 SystemErr R at org.apache.axis2.description.AxisOperation.engageModule(_AxisOperation.java:125_) [9/7/07 18:02:32:773 EDT] 00000055 SystemErr R at org.apache.axis2.description.AxisService.engageModule(_AxisService.java:525_) [9/7/07 18:02:32:773 EDT] 00000055 SystemErr R at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java) Here's the code that is called: ConfigurationContext configContext = ConfigurationContextFactory./createEmptyConfigurationContext/(); configContext.setAxisConfiguration(axisConfiguration); // axisConfiguration is obtained inside a servlet through War configuration. ServiceWSServiceStub stub = *new* ServiceWSServiceStub(configContext, "https://ws.location.net/webservices/ServiceWS"); Options options = stub._getServiceClient().getOptions(); stub._getServiceClient().engageModule(*new* QName("addressing")); During initialization (earlier) I get the message that addressing-1.3 module is deployed. Vadim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
