简体   繁体   中英

JAX RPC Client in C#

I have to implement JAX RPC 1.1 client in C#. I have searched but haven't found anything satisfying,except http://www.yaldex.com/java_tutorial_2/Fly0090.html . Please provide some more helpful resources on the same. Any help will be highly appreciated.

JAX RPC is the the old (and obsolete) java spec for web services.
It has been replaced -long ago- with JAX-WS

In any case if you have an existing JAX-RPC implementation you are trying to reach via C# (BTW I don't know C#) you should be able to, IMO, by the same way you call a web service.
The only "caveat" I can imagine you should look into, is if the service is not doc/literal but the obsolete rpc style.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM