- enter the lock password
- lock this page after save
タイトル:
最終更新情報: 12:50:05 pm on 26 June 2004 by 192.168.1.2
!SoapOpera Web Services: In this server, some SOAP services are running on port 8823. Yes, they are completely written in *Squeak>http://www.squeak.org*! Services are: -browseClassDefinition: -helloWorld -returnComplexDictionary: -reverseArray: -reverseString: -timeNow -transcriptShow: For details, see *SoapOpera >http://www.mars.dti.ne.jp/~umejava/smalltalk/soapOpera/index.html* Examples (no WSDLs...sorry!) After instaling SoapOpera, you can try client codes. <code> "Print it" | call | call := (SoapCallEntry tcpHost: 'swikis.ddo.jp' port: 8823) newCall. call methodName: 'helloWorld'. call invokeAndReturn. </code> More Examples are found in '_samples_' directory. You can even see a Google API Cliet example. <code> | googleKey searchKey call | googleKey := 'gAE2CMNBd1xA+bRPXOmLkmT9+X8Y3bwG'. "your Google API registration key" searchKey := 'squeak'. "search words" call := (SoapCallEntry tcpHost: 'api.google.com' port: 80) newCall. call targetObjectURI: 'http://api.google.com/search/beta2'. call namespace: 'urn:GoogleSearch'. call methodName: 'doGoogleSearch'. call addParameters: { {#key. googleKey}. {#q. searchKey}. {#start. 0. 'xsd:int'}. {#maxResults. 10. 'xsd:int'}. {#filter. true}. {#restrict. ''}. {#safeSearch. false}. {#lr. ''}. {#ie. 'latin1'}. {#oe. 'latin1'} }. call invokeAndReturn </code> *See also: Spray (Dolphin Smalltalk SOAP) Interop with SoapOpera>http://www.dolphinharbor.org/dh/projects/spray/docs/soapOpera/SoapOperaInterop.html* (WSDLs are there) ___ [:masashi | ^umezawa]
次回保存時にアラートメールを送信するメールアドレス一覧: