| Author |
JAX-RPC Usage
|
Vishwa Bandhu
Greenhorn
Joined: Apr 29, 2004
Posts: 12
|
|
|
Can we use JAX-RPC in case we have to send XML-RPC request over HTTPS and get XML response back?
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Depends on whether you mean XML-RPC as in XML-RPC or as in "RPC calls using XML over HTTP"? If it's the former, then JAX-RPC is not for you. If it's the latter, SOAP calls using JAX-RPC should fit the bill.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: JAX-RPC Usage
|
|
|