Hi All, I am using a filter to intercept SOAP request and deploying POJO services in there. But in the filter, the ConfigurationContext is null. So I am initializing ConfigurationContext.
I am using ConfigurationContextFactory.createConfigurationContextFromFileSystem(repPath, axisConfigFilePath); to do that. The ConfigurationContext is created succesfully and deployed the service using POJODeployer. But if the request is for wsdl, then i can not see the wsdl. Am I missing something? Do i need to addContextListner there? Chinmoy
