- Interoperability examples for SoapOpera0.5.


Prerequisites:
- Dolphin Smalltalk http://www.object-arts.com
- Spray http://www.dolphinharbor.org/qad/welcome/index.html

====
- Dolphin Smalltalk Spray clients -> Squeak SoapOpera services.

1:
	Register services. (Squeak side)
	"SoapExampleServiceImpl registerAllServices"
2:
	Call services by Splash clients (Dolphin Smalltalk side)
	- Open a workspace and read the file - 'splashClientForSoapOpera.st'.
	- In that workspace, 'display it' for each script.

---
[:masashi | ^umezawa]

====
- Dolphinharbor Spray client -> Squeak SoapOpera services.

1:
	Register services. (Squeak side)
	"SoapExampleServiceImpl registerAllServices"
	Optional: Turn Transcript logging on.
	"SoapSetting showServerLog: true"
2:
	Call services by Spray online test client.
	-Browse To: http://www.dolphinharbor.org/interop/spraySoapOperaClient.html
	-Enter Url for your machine (ip + port 8823 for example: http://1.2.3.4:8823)
---
Steve Waring