Is it possible to invoke SOAP request in JavaFX?
Posted
by isaacniu
on Stack Overflow
See other posts from Stack Overflow
or by isaacniu
Published on 2010-05-11T02:32:28Z
Indexed on
2010/05/11
2:34 UTC
Read the original article
Hit count: 251
I've been spending considerable time on this, while finally realized that most articles are teaching how to access RESTful web services but not SOAP.
Is this possible? I mean can I write my own clients codes to invoke SOAP request to remote web server?
© Stack Overflow or respective owner