473,405 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

What is the best SOAP service to use?

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 ;-)

Nov 23 '05 #1
5 1281
On 24 Aug 2005 15:42:37 -0700, in comp.lang.c , "milkyway"
<d0******@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>
Nov 23 '05 #2
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
Nov 23 '05 #3
On Wed, 24 Aug 2005 23:03:28 GMT, Mark McIntyre
<ma**********@spamcop.net> wrote in comp.lang.c:
On 24 Aug 2005 15:42:37 -0700, in comp.lang.c , "milkyway"
<d0******@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.


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/~a...FAQ-acllc.html
Nov 23 '05 #4
Mark McIntyre wrote:
"milkyway" <d0******@hotmail.com> wrote:

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, 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
Nov 23 '05 #5
The service itself is to be used with Linux / Apache. I was trying to
determine if it would be better to write it in C or in JAVA and if all
services are created equal or if there are some services (written in
certain languages) that would be better than others (from the
perspective of performance and stability).

Because of my UNIX background, this is why I am choosing Liunux /
Apache as a type of server (using Oracle as a database). It seems that
Microsoft products are best used for front end as they seem to look
better.

I have done some googling and found some threads that say that .NET
calling some services (not saying what language the service is written
in) on UNIX platforms cause problems - but, when using gSOAP all was
OK.

As mentioned before, I have some code that can be converted to JAVA a
bit quicker than "C" (although I prefer "C"). I was wondering if there
is any muck or mire out that one can run into when writing services
using JAVA (being called from .NET) - or - would it be better to just
take the time and develop it in "C"

Again, any help, hints or advice is appreciated.

Nov 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: John Doe. | last post by:
Hi PHP gurus! Our team will be creating a web-application that must have an easy to use programmatic interface for our web-developer clients. The data transferred will primarily be taken from a...
4
by: Mark | last post by:
i have a very simple web servive Imports System.Web.Services <System.Web.Services.WebService(Namespace:="urn:Example1")> _ Public Class Example1 Inherits System.Web.Services.WebService
0
by: Sham Ramakrishnan | last post by:
guys... I have a SOAP service at my clients that I have to use to call the exposed methods... well... there are supposedly 3 ways in which I can look at doing it... 1. Create a proxy for the...
2
by: Cory | last post by:
I'm trying to find the best way to communicate between an IE-viewed HTML page and a .NET Web Service. The only option that seems feasible for my needs is the WebService.htc behavior provided by...
0
by: Cleo | last post by:
Hi, I am trying to call a WebService Method written in Weblogic from VB.NET and I am getting the following error. I am using SOAP Caal s from VB.NET. Please find the wsdl file and my code. ...
0
by: Jigar.Patel | last post by:
I have simple remoting server exposing following simple method. When I try to add webreference to this server in another project, it gives me following error: Custom tool error: Unable to import...
3
by: GT | last post by:
I have a .NET client that consumes an Axis web service. A change was made recently to the AXIS web service, and ever since then my .NET proxy class has been throwing an InvalidCastException. The...
5
by: Trapulo | last post by:
Hello, I need to send to a webservice a parameter that is a string containing an XML doc. In this xml, a node value came from a byte array (it's an RSA signature). What is the best way to convert...
2
by: Enda Manni | last post by:
Hi, I have a gSoap Web Service written using C++, it uses SOAP username and password authentication. I also have a C# form client consuming the web service, all this was working fine until I...
3
by: Enda Manni | last post by:
Hi, I have a gSoap Web Service written using C++, it uses SOAP username and password authentication. I also have a C# form client consuming the web service, all this was working fine until...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.