SOAP RPC Presentation
<< Herong's Tutorial Notes on Web Service and SOAP
This chapter provides notes and examples on SOAP RPC Presentation, Web Method, RPC request and response messages.
What is SOAP RPC Presentation? Using Web Methods to Invoke RPC Using SOAP Messages to Invoke RPC RPC Response Messages
What is SOAP RPC Presentation?
Using Web Methods to Invoke RPC
Using SOAP Messages to Invoke RPC
RPC Response Messages
Conclusions
SOAP RPC Presentation offers some simple rules that users should follow when generating RPC invocation SOAP messages and RPC response messages.
Question for you, can the source system invoke RPC as a Web method without any SOAP messages, and allow the target system to return SOAP messages?