Hi Dear,
I wont give u the rectified code, that you will have to do on your own.
I will give a hint.
Check the DataTypes of the parameters that you are passing in other functions.
Regards.
User Profile
Collapse
-
I will tell you what i have done.
1. I have created the webservice in vs2005.
2. On the solution>right click> add webreference>ur l=www.arete.in> select webservice>rena me webservice reference name="areteweb" >click - add web refenrece.
3. Disco file, discomap file and wsdl file added to the solution.
4. the opened the following path: www.arete.in/default.aspx which...Leave a comment:
-
System.Net.Sockets.SocketException+webservice+Sour abh Das
Hi,
I have placed a webservice in the webserver. When I access it from a webpage, default.aspx on a click of a button i get the following error:
No connection could be made because the target machine actively refused it
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.... -
WebServer+WebMethod error+Sourabh Das
Hi,
This is relaated to VS2005.
I have a default.aspx page. on a button event I have called a webservice ProductService. asmx. The code on the button event is like this..
Protected Sub btnCategory_Cli ck(ByVal sender As Object, ByVal e As System.EventArg s) Handles btnCategory.Cli ck
Dim obj As New localhost.Produ ctsService
If txtCatName.Text = "" Then
Label1.ForeColo r...
No activity results to display
Show More
Leave a comment: