java - how to read soap response header from JAX-WS -


this not work me.hadlers.xml error

this makes soap header content

private list getheaders() {

    messagecontext messagecontext = context.getmessagecontext();      if (messagecontext == null || !(messagecontext instanceof wrappedmessagecontext)) {          return null;      }     message message = ((wrappedmessagecontext) messagecontext).getwrappedmessage();      list<header> headers = castutils.cast((list<?>) message.get(header.header_list));      return headers;  } 

Comments

Popular posts from this blog

php - Hide output during test execution -

javascript - Migrate custom AngularJS filter from 1.2.28 to 1.4.x -

Update Magento products with multiple images -