Click here to Skip to main content
16,022,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if i m calling the same webservice from visual studio 2008 c# desktop application its giving me correct response but if i call it from visual studio 2003 .net 1.1 c# desktop application its giving me time out error wat could be the solution for this issue
Posted
Comments
Mehdi Gholam 18-Nov-11 2:47am    
Supply the code you are working with.
TanzeelAhmed 18-Nov-11 2:48am    
WebReference.amiws s=new WindowsApplication2.WebReference.amiws();
string ab=s.UPSObjectAvailability("<amirequest><loginname>shipper1<Password>shipper</Password>");

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900