The Source for Java Technology Collaboration

Home » java.net Forums » GlassFish » Metro and JAXB

Thread: NB: can I write web services that can be accessed from other languages?

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 4 - Last Post: Feb 2, 2007 1:29 AM by: babysnakes
babysnakes

Posts: 6
NB: can I write web services that can be accessed from other languages?
Posted: Jan 30, 2007 12:43 PM
  Click to reply to this thread Reply

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

jitu

Posts: 733
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
  Click to reply to this thread Reply

Yes, published WSDL is the contract. So can be accessed from other languages.

babysnakes

Posts: 6
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
  Click to reply to this thread Reply

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

jwenting

Posts: 478
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
  Click to reply to this thread Reply

Don't use Java specific extensions but restrict yourself to WS-I BP 1.0, SOAP 1.1, and WSDL 1.1.

babysnakes

Posts: 6
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
  Click to reply to this thread Reply

Thanx, actually I've already managed to create a simple client in C#.

Bye
--
Haim




 XML java.net RSS