Re: Consume .net webservice
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Sat, 30 Jun 2007 20:55:44 -0400
Peter K wrote:
I have a webservice written in c#, which I now want to consume from a java application.
In the .net world it is relatively simple to use Microsoft's visual studio IDE to automatically generate all the interface and data classes for accessing a webservice. But I haven't successfully achieved this in java yet - I hope I can get some help here...
I am using the Eclipse IDE and have looked at XFire and JAXWS, but haven't managed to get them to work properly yet.
Axis comes with a command line tool WSDL2Java that works very
much like the .NET wsdl utility.
There are also an ant task, so if you are using ant for build,
then you are all set.
I think you can get a plugin to Eclipse that makes you do it
from within Eclipse similar to Visual Studio.
Arne
.
- Prev by Date: Re: Axis2 over https
- Next by Date: Re: Axis2 web service over https
- Previous by thread: Re: Axis2 over https
- Next by thread: Re: Consume .net webservice
- Index(es):
Relevant Pages
|