CXF Async, Unable to internalize message #1064
Unanswered
aguilardias
asked this question in
Q&A
Replies: 1 comment 8 replies
-
It sounds like it is a fault message coming from Sabre, right? You may want to have a look at this StackOverflow question: https://stackoverflow.com/questions/49166912/the-reason-of-returning-javax-xml-soap-soapexception-unable-to-internalize-mess Otherwise does the service support HTTP/2? Are you communicating via HTTPS or HTTP? Some backends do not like HTTP over HTTP/2. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i've sucessfull integrated with this web service
https://files.developer.sabre.com/wsdl/sabreXML1.0.00/shopping/AdvancedAirShoppingRQ_v5-4-0.wsdl
with tradicional sync call
now im tryng to use HTTP Async Transport
when i make the webservice call
return Uni.createFrom().future(advancedAirShoppingPortType.advancedAirShoppingRQAsync(header, header2, body));
i receive the error below:
any tip?
Beta Was this translation helpful? Give feedback.
All reactions