|
Replies:
4
-
Last Post:
Feb 2, 2007 1:29 AM
by: babysnakes
|
|
|
|
|
|
|
NB: can I write web services that can be accessed from other languages?
Posted:
Jan 30, 2007 12:43 PM
|
|
|
Hi
Sorry if this is trivial, but I'm a newbie...
Can I access web services written in jax-ws 2.0 (glassfish) from other languages (C#, C++)? I have a very simple service that someone is trying to access from C++ and he's having a lot of troubles. before I'm sending him to search further I wanted to know if it's possible.
thanx -- Haim
|
|
|
|
|
|
|
Re: NB: can I write web services that can be accessed from other languages?
Posted:
Jan 30, 2007 7:32 PM
in response to: babysnakes
|
|
|
Yes, published WSDL is the contract. So can be accessed from other languages.
|
|
|
|
|
|
|
|
Re: NB: can I write web services that can be accessed from other languages?
Posted:
Jan 30, 2007 11:16 PM
in response to: jitu
|
|
|
Thanks...
Do you by any chance have a link to a tutorial accessing such a service from other language? all tutorials I found (on languages I can use (python, mono/C#) are for WSDL 1 and doesn't work.
Bye -- Haim
|
|
|
|
|
|
|
|
Re: NB: can I write web services that can be accessed from other languages?
Posted:
Feb 1, 2007 2:39 AM
in response to: babysnakes
|
|
|
Don't use Java specific extensions but restrict yourself to WS-I BP 1.0, SOAP 1.1, and WSDL 1.1.
|
|
|
|
|
|
|
|
Re: NB: can I write web services that can be accessed from other languages?
Posted:
Feb 2, 2007 1:29 AM
in response to: jwenting
|
|
|
Thanx, actually I've already managed to create a simple client in C#.
Bye -- Haim
|
|
|
|
|