Home > Archive > Java Help > August 2005 > What is the best SOAP service to use?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
What is the best SOAP service to use?
|
|
| milkyway 2005-08-24, 7:00 pm |
| Hello,
I'm a newbie who hopes they have come to the correct place.
Basically, I want to develop a web service for consumption by .NET
program (hopefully C#). The performance of the service would have to be
able to be very fast in response and be somewhat reliable (i.e. not
abending every 2 or 3 minutes).
I was going to try to develop the service in C (using gSOAP) but am now
leaning to JAVA (because a good amount of the code I have is already
written in this language). Is there a *significant* difference between
using a service written in C and one written in JAVA? Are there any
pitfalls that one has to look out for when using either JAVA or C?
Should I just keep the JAVA code or should I make an effort to convert
it C?
Any help, hints or advice would be *greatly* appreciated ;-)
| |
| Mark McIntyre 2005-08-24, 7:00 pm |
| On 24 Aug 2005 15:42:37 -0700, in comp.lang.c , "milkyway"
<d0mufasa@hotmail.com> wrote:
>Hello,
>
>I'm a newbie who hopes they have come to the correct place.
COMP.LANG.C is definitely the wrong place - C#, Java, and SOAP are
all waaaaay off topic. The C element might be topical, but CLC
discusses ISO standard C, and I suspect that SOAP will require
nonstandard extensions, networking etc.
A top tip: don't post to groups where you've not lurked or at least
read a day's messages, it can lead to flames when you post offtopic or
inappropriately.
--
Mark McIntyre
CLC FAQ <http://www.eskimo.com/~scs/C-faq/top.html>
CLC readme: <http://www.ungerhu.com/jxh/clc.welcome.txt>
| |
| CBFalconer 2005-08-24, 9:57 pm |
| milkyway wrote:
>
> I'm a newbie who hopes they have come to the correct place.
>
> Basically, I want to develop a web service for consumption by .NET
> program (hopefully C#). The performance of the service would have
> to be able to be very fast in response and be somewhat reliable
> (i.e. not abending every 2 or 3 minutes).
>
> I was going to try to develop the service in C (using gSOAP) but
> am now leaning to JAVA (because a good amount of the code I have
> is already written in this language). Is there a *significant*
> difference between using a service written in C and one written
> in JAVA? Are there any pitfalls that one has to look out for when
> using either JAVA or C? Should I just keep the JAVA code or should
> I make an effort to convert it C?
>
> Any help, hints or advice would be *greatly* appreciated ;-)
Once you mention C# and .NET the only possible newsgroup that could
be usefule is the microsoft one. You are off topic everywhere
else. By simply reading those newsgroups for a short time you
should have realized this and not have generated the monstrous
off-topic cross-post.
f'ups set.
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
| |
| Jack Klein 2005-08-24, 9:57 pm |
| On Wed, 24 Aug 2005 23:03:28 GMT, Mark McIntyre
<markmcintyre@spamcop.net> wrote in comp.lang.c:
> On 24 Aug 2005 15:42:37 -0700, in comp.lang.c , "milkyway"
> <d0mufasa@hotmail.com> wrote:
>
>
> COMP.LANG.C is definitely the wrong place - C#, Java, and SOAP are
> all waaaaay off topic. The C element might be topical, but CLC
> discusses ISO standard C, and I suspect that SOAP will require
> nonstandard extensions, networking etc.
I disagree. Especially in the early days, before software became Big
Business (tm), I worked with programmers who did allow themselves to
experience SOAP often enough. The result was pungent and unpleasant.
So to the OP, I'd suggest Dial.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~.../FAQ-acllc.html
| |
| CBFalconer 2005-08-24, 9:57 pm |
| Mark McIntyre wrote:
> "milkyway" <d0mufasa@hotmail.com> wrote:
>
> COMP.LANG.C is definitely the wrong place - C#, Java, and SOAP
> are all waaaaay off topic. The C element might be topical, but
> CLC discusses ISO standard C, and I suspect that SOAP will
> require nonstandard extensions, networking etc.
>
> A top tip: don't post to groups where you've not lurked or at
> least read a day's messages, it can lead to flames when you
> post offtopic or inappropriately.
Mark, why didn't you set followups? None of us need to hear
replies to this.
f'ups set.
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
|
|
|
|
|