Cross-platform RPC (was: [squeak-dev] SOAP?)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Cross-platform RPC (was: [squeak-dev] SOAP?)

Casey Ransberger-2
This might be off topic a bit, but assuming I could choose, what's the
most mature/robust method for doing cross platform RPC in Squeak? I'm
presently leaning toward XML because I'm familiar with it, and because
it's pretty broadly supported on other platforms.

I'd honestly rather hack something simple together with JSON, but I
don't really know where Squeak is at in that department.

I've never worked with SOAP, is the SOAP implementation in better
shape than the XMLRPC implementation?

On Thursday, March 25, 2010, Andreas Raab <[hidden email]> wrote:

> Hi -
>
> What's the options for dealing with SOAP in Squeak these days? We're upgrading our Salesforce interface and it would be nicer if we could do some of this stuff in Squeak rather than in Python but the lack of WSDL parsing has prevented that in the past.
>
> Any news or interesting developments on this front?
>
> Thanks,
>   - Andreas
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Cross-platform RPC (was: [squeak-dev] SOAP?)

Diogenes Moreira
http://www.mars.dti.ne.jp/~umejava/smalltalk/soapOpera/index.html

 
 
Best Regards

On Thursday, March 25, 2010, Andreas Raab <[hidden email]> wrote:
> Hi -
>
> What's the options for dealing with SOAP in Squeak these days? We're upgrading our Salesforce interface and it would be nicer if we could do some of this stuff in Squeak rather than in Python but the lack of WSDL parsing has prevented that in the past.
>
> Any news or interesting developments on this front?
>
> Thanks,
>   - Andreas
>
>