Select Your Language

Infrastructure and Management

Cloud Computing

Storage

Runtimes

Integration and Automation

  • Comments
  • Problem with webservice handlers

    Posted on

    Hi,
    We have some jax-ws webservice clients . We configured them in web.xml using

     
      PMService
      service/PMService
      test.PManagementService
      WEB-INF/wsdl/PMservice.wsdl
    
      
        
            
            nume
            chain.handler
                      
        
       
    
     
    
    

    Then we load the class using a custom factory :

    initialCtx = new InitialContext();
    Service service=null;
    service = (Service) initialCtx.lookup(getJndiContext());

    It works, but the handler is not applied .
    Any ideas?

    Thanks

    by

    points

    Responses

    Red Hat

    Quick Links

    Help

    Site Info

    Related Sites

    © 2025 Red Hat, Inc.