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
Post a Comment