Hi All !
I have developed a web service using Eclipse
IDE and trying to
test it,its working fine with Eclipse Web Service Launcher....I have develop a client also its working fine when i use IP address of server I mean i am getting response
string but when i use server name...It gives me Fault string saying...
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.net.UnknownHostException: [myserver name] </faultstring>
Can anybody help me our to resolve this problem.
[ July 16, 2007: Message edited by: Vaibhav Naikwade ]