Herong's Tutorial Notes on Web Service and SOAP
Dr. Herong Yang, Version 3.00

SOAP RPC Presentation

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

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?

Dr. Herong Yang, updated in 2007
SOAP RPC Presentation