Need Support for async impl in SOAP calls #637
sreekar12
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SOAP calls are not accepting as Uni as return type. Could you please help us any approach to make SOAP calls as Async.
For now i was using return type as Java class instead of Uni. For converting Uni to Java class i was using join() OR get().
Note: Join() and get() blocks until it gives response.
Could you please suggest any approach instead of above note....
Beta Was this translation helpful? Give feedback.
All reactions