Re: SOAP Handler question
Re: SOAP Handler question
- Subject: Re: SOAP Handler question
- From: Steve Green <email@hidden>
- Date: Mon, 11 Jul 2005 11:51:55 -0400
On Mon, 2005-07-11 at 09:32 -0600, Marcus S. Zarra wrote:
> Thanks for the reply. The server side is already defined. I am
> looking for the client side communication. Java handles SOAP
> communication very cleanly and I have seen the C libraries. Needless
> to say they leave a lot to be desired.
>
> The fastest way to get my Cocoa app to talk to the server would be
> through the Java bridge but I fear that it might not survive the
> switch to Intel. If I could use the bridge then talking to SOAP would
> be trivial in the extreme. If it does not survive the Intel switch I
> really would rather bit the bullet and write it in a manner that is
> going to survive.
Who's to say if the Intel switch will have anything to do with the java
bridge going away, but the Apple docs clearly state that there won't be
any more additions to Cocoa Java. Either way, nothing stops you from
embedding a JVM into your Cocoa app, in effect creating your own bridge.
That being said, I sure wouldn't go that route.
What C libs have you looked at? Have you tried Axis C++?
~S
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden