SOAP: Difference between revisions

Content added Content deleted
Line 153: Line 153:


=={{header|Smalltalk}}==
=={{header|Smalltalk}}==
{{works with|Smalltalk/X}} {{Dolphin|Dolphin Smalltalk}} (not sure about Pharo and VW)
{{works with|Smalltalk/X}} {{works with|Dolphin Smalltalk}} (not sure about Pharo and VW)
<lang smalltalk>
<lang smalltalk>| service client response1 response2 |
| service client response1 response2|


service := SprayWSDLService onUrl: 'http://example.com/soap/wsdl'.
service := SprayWSDLService onUrl: 'http://example.com/soap/wsdl'.