Click here to Skip to main content
16,004,991 members
Home / Discussions / Web Development
   

Web Development

 
GeneralEach frame, redirecting Pin
Samsung29-Dec-04 1:35
Samsung29-Dec-04 1:35 
GeneralRe: Each frame, redirecting Pin
JKroschel29-Dec-04 11:28
JKroschel29-Dec-04 11:28 
GeneralTake source during loading Pin
Samsung28-Dec-04 8:31
Samsung28-Dec-04 8:31 
GeneralMore info... Pin
Paul Watson29-Dec-04 22:03
sitebuilderPaul Watson29-Dec-04 22:03 
GeneralRetrieving HTML Source for a given website Pin
Anand Mudliar28-Dec-04 7:09
Anand Mudliar28-Dec-04 7:09 
GeneralRe: Retrieving HTML Source for a given website Pin
Javier Lozano28-Dec-04 8:14
Javier Lozano28-Dec-04 8:14 
GeneralRe: Retrieving HTML Source for a given website Pin
Ted Ferenc28-Dec-04 21:16
Ted Ferenc28-Dec-04 21:16 
GeneralWEB Service call Pin
ABBASI_RA27-Dec-04 21:59
ABBASI_RA27-Dec-04 21:59 
I create a web service with an DelItem() method to delete a record of a table in SQL2000 database via a store procedure.
It works correctly itself but when i call it in my web application an error (UNAUTHORIZED) occurs.
Whats the problem?
---------------------------------------------
Exception Details: System.Net.WebException: The request failed with HTTP status 401: Unauthorized.

Source Error:

Line 59: [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://localhost/webservice/wsns/delitem",RequestNamespace="http://localhost/webservice/wsns",ResponseNamespace="http://localhost/webservice/wsns",Use=System.Web.Services.Description.SoapBindingUse.Literal,ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
Line 60: public string delitem(short code) {
Line 61: object[] results = this.Invoke("delitem", new object[] {
Line 62: code});
Line 63: return ((string)(results[0]));

Source File: D:\Inetpub\wwwroot\WebApplication\Web References\localhost\Reference.cs
Line: 61
------------------------------------
thanks alot

GeneralRe: WEB Service call Pin
Javier Lozano28-Dec-04 8:16
Javier Lozano28-Dec-04 8:16 
GeneralRe: WEB Service call Pin
ABBASI_RA28-Dec-04 19:45
ABBASI_RA28-Dec-04 19:45 
GeneralRe: WEB Service call Pin
Anand Mudliar28-Dec-04 8:51
Anand Mudliar28-Dec-04 8:51 
GeneralReporting services Form authentication Pin
Member 150632227-Dec-04 8:29
Member 150632227-Dec-04 8:29 
GeneralMicrsoft loopback adapter Pin
Member 157147527-Dec-04 3:02
Member 157147527-Dec-04 3:02 
GeneralHTML printing question Pin
nareshn224-Dec-04 22:40
nareshn224-Dec-04 22:40 
GeneralRe: HTML printing question Pin
DavidNohejl27-Dec-04 7:33
DavidNohejl27-Dec-04 7:33 
Generalaccess db and iis problem Pin
thiman18223-Dec-04 0:24
thiman18223-Dec-04 0:24 
GeneralRe: access db and iis problem Pin
vuinbox24-Dec-04 17:10
vuinbox24-Dec-04 17:10 
QuestionWhy this does not work? Pin
rgoyal22-Dec-04 20:27
rgoyal22-Dec-04 20:27 
AnswerRe: Why this does not work? Pin
Kastellanos Nikos23-Dec-04 0:16
Kastellanos Nikos23-Dec-04 0:16 
GeneralRe: Why this does not work? Pin
rgoyal23-Dec-04 19:00
rgoyal23-Dec-04 19:00 
GeneralRe: Why this does not work? Pin
Kastellanos Nikos23-Dec-04 21:00
Kastellanos Nikos23-Dec-04 21:00 
GeneralRe: Why this does not work? Pin
rgoyal23-Dec-04 23:32
rgoyal23-Dec-04 23:32 
GeneralASP Pin
Christopher Campbell22-Dec-04 16:57
Christopher Campbell22-Dec-04 16:57 
GeneralRe: ASP Pin
Paul Watson29-Dec-04 22:04
sitebuilderPaul Watson29-Dec-04 22:04 
GeneralMulti language Pin
alex.barylski22-Dec-04 9:17
alex.barylski22-Dec-04 9:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.