Windows Communication Foundation(WCF) WebService and Java client
Vikas Kapoor
Ranch Hand
Joined: Aug 16, 2007
Posts: 1374
posted
0
Hello Friends,
I have been put into a webservice project. My task is to create a client in Java for an already developed webservice in WCF. I need to use XFire to create the client. I have basic knowledge about webservice. Actually i have tried creating java client using one plugin(myEclipse IDE) and using that created client successfully for some webservices available for free on net.I think they were not developed using WCF.
So,I haven't handcoded much to create client as i had plugin for it but that plugin doesn't work for Webservices developed using WFC.
Can somebody suggest me some good links/ways , how to create a client for WCF webservice? Or plugin? Please show some way.That would really be appreciated.
Could any one suggest which is the best one to go for consuming WCF with Java client.
AXIS is better?
I heard that Microsoft and Sun Systems have created a joint project called Metro-Tango for providing solution for JAVA consuming WCF,
Is this Tango is good or complex to learn
Could any one help in this regard with fll details and links for sample code,.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
From this wikipedia entry it looks like WCF is a really huge topic that tries to cover just about everything, including both SOAP and REST style plus some sort of optimized binary transmission.
If you can get a WSDL document describing the service you need to access then the AXIS toolkit will help you develop a client.
Bill
Vikas Kapoor
Ranch Hand
Joined: Aug 16, 2007
Posts: 1374
posted
0
I am using XFire.
saivenu madhav
Greenhorn
Joined: Nov 15, 2007
Posts: 29
posted
0
Hi visal,
Can you help me in this regard.I have the following doubts
Whether the Xfire is freeware, if so could you please send the details of it?
How can we connect WCF with java client by using XFire ? Please give me some sample code also.
I used MyEclipse 6 IDE. In which there is an utility(Go through this link) to create web service client.I used it and if everything goes well your client is ready.
PS: Initially i wasn't able to access WCF webservice.I don't know much about WCF web service(it wasn't required). Then they modified it some way so now i can access it.Nothing is hand coded from myside. [ July 30, 2008: Message edited by: Vishal Pandya ]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Windows Communication Foundation(WCF) WebService and Java client