RE: Can you recommend a non-java SOAP client toolkit?

2004-06-16 Thread Chester Chen
Title: RE: Can you recommend a non-java SOAP client toolkit? Nikki,     One of the important non-java soap client would be MS .net soap, you might want to try to test against .net. If you are looking for generic C/C++ soap client, you can use gSoap. http://www.cs.fsu.edu/~engelen

Re: Can you recommend a non-java SOAP client toolkit?

2004-06-16 Thread NJ Rogers, Learning and Research Technology
axis c++ best regards Harry Sure, we may well do, thanks Am Mit, den 16.06.2004 schrieb NJ Rogers, Learning and Research Technology um 12:46: Hi Many thanks Matt, Kjetil, Matthew and others for the responses so far. We're following up the ZSI for Python route currently & I'll post briefly back to t

Re: Can you recommend a non-java SOAP client toolkit?

2004-06-16 Thread Harald Pollak
try axis c++ best regards Harry Am Mit, den 16.06.2004 schrieb NJ Rogers, Learning and Research Technology um 12:46: Hi Many thanks Matt, Kjetil, Matthew and others for the responses so far. We're following up the ZSI for Python route currently & I'll post briefly back to the list how

Re: Can you recommend a non-java SOAP client toolkit?

2004-06-16 Thread NJ Rogers, Learning and Research Technology
Hi Many thanks Matt, Kjetil, Matthew and others for the responses so far. We're following up the ZSI for Python route currently & I'll post briefly back to the list how we get on, Nikki --On Tuesday, June 15, 2004 12:01:40 +0100 "NJ Rogers, Learning and Research Technology" <[EMAIL PROTECTED]>

Re: Can you recommend a non-java SOAP client toolkit?

2004-06-15 Thread matthew.hawthorne
NJ Rogers, Learning and Research Technology wrote: But, in the interests of demonstrating interoperability in a language-neutral context I'd like to find a non-java (esp. python, or, failing that perl) client with which to test the service. Before I go googling etc. can anyone recommend one? We

Re: Antwort: Re: Can you recommend a non-java SOAP client toolkit?

2004-06-15 Thread Davanum Srinivas
ilable at WS-I to test whether your web service is > compliant. > > -Oliver > > Matt Payne > <[EMAIL PROTECTED]An: [EMAIL PROTECTED] > .com> Kopie: >

Re: Can you recommend a non-java SOAP client toolkit?

2004-06-15 Thread Kjetil Hustveit
It may not be very useful for you, but the webservices framework (client only) on Mac OS X 10.3 works very well with axis. And with Cocoa bindings you hardly have to write any code. Regards Kjetil Hustveit På 15. jun. 2004 kl. 13.01 skrev NJ Rogers, Learning and Research Technology: Hi We have

Antwort: Re: Can you recommend a non-java SOAP client toolkit?

2004-06-15 Thread Oliver Wulff
[EMAIL PROTECTED] .com>Kopie: Thema:Re: Can you recommend a non-java SOAP client toolkit? 15.06.2004 13:11

Re: Can you recommend a non-java SOAP client toolkit?

2004-06-15 Thread Matt Payne
I've had luck with nuSoap for PHP and gSoap for C. A friend likes ZSI for Python (http://users.binary.net/thehaas/cgi-haas/blosxom.cgi/comp/python/pysoap.html). -Matt On Tue, 15 Jun 2004 12:01:40 +0100, NJ Rogers, Learning and Research Technology <[EMAIL PROTECTED]> wrote: > > Hi > > We have

Can you recommend a non-java SOAP client toolkit?

2004-06-15 Thread NJ Rogers, Learning and Research Technology
Hi We have produced (for a semantic web project) a prototype thesaurus web service. It's written in java and uses Axis. We have written sample java clients with which to test the service. We're finalising and testing the service. The source code will become freely available by the Autumn. But,