Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net webservices > november 2005 > threads for november 29 - 30, 2005

Filter by week: 1 2 3 4 5

The thread '<No Name>' (0xdc0) has exited with code 0 (0x0).
Posted by A.M-SG at 11/30/2005 4:00:19 PM
Hi, When I run my web service application in VS2005 IDE and then watch the output window, almost after any method call, I have something like this message in my output window: The thread '<No Name>' (0xdc0) has exited with code 0 (0x0). I tried to get the thread number by putting this l...more >>

Webservices with raw post data
Posted by Carlo Razzeto at 11/30/2005 2:38:22 PM
Hello, I'm working on migrating a webservice my company currently has written in PHP over to a .Net webservice. Our service works like this: Applications makes a HTTP POST request to the webservice with the raw post data consisting of XML. The XML service creates the request processing ob...more >>

SOAPHeader element - not a complex type ???
Posted by Emul at 11/30/2005 1:02:52 PM
I have to send a SOAP request from my .NET/C# client to a server (Apache/Java/Axis) that expects a SessionKey to appear in the SOAPHeader. Their WSDL does not describe the header (I spoke with them and they are not able to provide WSDL with it) so I handcrafted the WSDL and ran WSDL.EXE on it. ...more >>

Parameterized URL in a web service problem
Posted by Luis Arvayo at 11/29/2005 12:08:58 PM
Hi, My app is a general purposes app and not a specific one. This means that customer who bought the application can have a web service placed on the server on any given URL. I use the wsdl tool to create the service class, but the reference to the url is hard coded inside the class. ...more >>

webservice for Authentication
Posted by J-T at 11/29/2005 11:47:35 AM
I need to create a webserivce which is able to talk to the following components: 1) Another webservice which is written by java and talks to its own backend database to authenticate the users 2) Directly talk to a sql server database containg a table to store username and passwords 3) Dir...more >>

Help calling web service on intranet
Posted by JockeB at 11/29/2005 7:30:07 AM
Hi! I am trying to call a web service located on our Intranet but keep getting: "Server was unable to process request. --> The request failed with HTTP status 400: Bad Request." Previously the same web service was located outside our intranet at a supplier building a solution for us. I ha...more >>

WebService Client Context
Posted by Paul R at 11/29/2005 7:27:04 AM
Hi. I have a question about how to call a WebService from a a Windows Forms application. I have developed a WebService that has a Login method. Stripped down, it looks like this…. public bool Login(string userName, string password ) { bool bLoggedIn = false; if( userName....more >>



DevelopmentNow Blog