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 >>
|