java ee - Parsing incoming SOAP Request in JAX-RS application -


i using java library available @ https://github.com/officedev/ews-java-api interface several exchange servers in jax-rs application. library includes functionality subscribing push notifications on particular folder, requires listener implemented user.

the incoming request push notification consists of soap envelope. have route set request lands, use guidance on when arrives. since i'm not directly consuming soap api, don't have jax-ws class representations of data structures. there way can write class in similar way represent request , allow easy access information within? if not, best practice add dependency on jax-ws, or should parse xml directly?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -