Sumanta Das Java

Greenhorn
+ Follow
since Feb 28, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sumanta Das Java

Hi,
I'm facing a problem while connecting a .net based webservice. This is a remote WCF based web service and I need to connect this web service using Java console based client. While I try to execute this client I'm facing this error::

javax.xml.ws.WebServiceException: {http://tempuri.org/}GetCyborgChecksum is not a valid service. Valid services are:
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown Source)
at javax.xml.ws.Service.<init>(Unknown Source)
at org.tempuri.Service1.<init>(Service1.java:42)
at client.WCFTest.main(WCFTest.java:17)


Please advice..
13 years ago