WebService on Java server versus WebService on .NET

M

Mr. x

Hello,

I am looking at the client side, which use web service.
If I use webservice of .NET the result of webservice is transfered by
SOAP/WSDL protocols to the client.
I know this is true for .NET.

Does Java platform use the same protocol for sending and retriving data back
and forth from client to server / vice versa ?

If so, I should take care of the client side, that the web-service was on
..net server, or on java server, or whatever - the behaviour will be the same
for both kind of web-service servers (java based platform, or .NET), and I
won't need any changes in the client side - am I right ?

Thanks :)
 
M

Mr. x

Thanks, great knowing that ...
:)

If I want to use web-service in Java applet - I was told about the : Apache
Axis, but for one who want only to call and use web-services, it sounds to
be too complex, and it is because it has many things arround, not only the
web-service, and I hardly get to the point...

I just need a tiny sample of using web-services from java-applet, please (I
am using JBuilder).

Thanks :)
 
A

Andrew

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mr. x wrote:
| Hello,
|
| I am looking at the client side, which use web service.
| If I use webservice of .NET the result of webservice is transfered by
| SOAP/WSDL protocols to the client.
| I know this is true for .NET.
|
| Does Java platform use the same protocol for sending and retriving
data back
| and forth from client to server / vice versa ?
|
| If so, I should take care of the client side, that the web-service was on
| .net server, or on java server, or whatever - the behaviour will be
the same
| for both kind of web-service servers (java based platform, or .NET), and I
| won't need any changes in the client side - am I right ?
|
| Thanks :)
|
|


The web service should use SOAP as you say, which is a standard
protocol, so you should be able to have your client use any webservice
without needing to worry what technology is providing the webservice.


- --
[A n d r e w]
- ------|------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/he2Tx4nopx2ZsVURAntbAJ9KNSriHmqmU2OiW2h70VaOtg78GACfXoGr
G/B4cLsHiwfcs5rrEOqp8go=
=hZzj
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top