Groups | Blog | Home


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 > september 2004 > threads for september 8 - 14, 2004

Filter by week: 1 2 3 4 5

Webserver Behaviour
Posted by Sandro at 9/14/2004 2:48:53 PM
hello all i'm just wondering if somebody has experienced the usage of the "Webserver Behaviour" which enables client-side script to invoke remote methods exposed by Web Services. http://msdn.microsoft.com/library/default.asp?url=/workshop/author/webservice/webservice_node_entry.asp any ti...more >>


HttpWebRequest taking lot longer compared to ServerXMLHTTP
Posted by sudhanshu_chadha NO[at]SPAM hotmail.com at 9/13/2004 9:03:09 PM
Hi, I've to migrate an existing code in asp to asp.Net. The asp code uses ServerXMLHTTP to call some services. Same thing will be done using HttpWebRequest in the asp.Net code. The problem is keeping everything same HttpWebRequest takes around 100-200ms more than ServerXMLHTTP to call the ser...more >>

Problems getting Python client (SOAPpy) to consume .NET web services
Posted by mhatmaker NO[at]SPAM gmail.com at 9/13/2004 3:45:01 PM
I have begun experimenting with web services, and I created some simple web services in C# and was able to install them with IIS and create an equally simple C# client to consume them. My next experiment was to use Python to consume these same web services, and even though I am able to get Pyt...more >>

Error in xml document at (1,280)
Posted by eric57e NO[at]SPAM hotmail.com at 9/13/2004 3:45:20 AM
I try to call a logon webservice method with 3 parameters that are strings. the return value should be a xml string including all information on a user object. When I execute the web service from visual studio test environment the webservice method run fine and I get the expected xml string. Bu...more >>

Webservice very slow on first call
Posted by Carlos Hernandez at 9/11/2004 6:35:38 PM
I have created a webservice, it is used by a webpage. The first time I connect to the page, the connection is very slow, it takes like 6 seconds to validate the user, I am working on my machine debuging. But it is only the first time, every other webservice used during the session is very fast...more >>

discovery
Posted by Chris at 9/11/2004 10:15:44 AM
Hi, I'd like to discover all WebServices that exist on a particualr server : reading the doc's a little did I encounter the following client tool : disco.exe http://www.myserver.com/math/math.disco but, before being able to use this tool do you need to know a) the virtual dir 'math' b)...more >>

renaming webservice-class ??
Posted by Chris at 9/11/2004 10:06:42 AM
Hi, I use my Webservice in IE : http://localhost/CalcWS/CalcService.asmx That works well. Then, in visual Studio.NET : I rename the name of the WebService-class from the default name 'Service1' to 'CCalc' , rebuild the project, but, using it again in IE : http://localhost/CalcWS/CalcServi...more >>

Replacing IIS with ASP.NET web matrix server to create Web pjt VS
Posted by Mike at 9/10/2004 8:41:03 PM
Hi there, I am wondering if anybody knows about a work around (if any?) creating an ASP.NET web project from VS .net under XP Home Edition? I know there is no IIS under XP home, but is there any way to replace IIS with another web service ( like the one in web matrix) to be able to develop...more >>



Calling a webmethod by a post
Posted by Fabiano at 9/10/2004 4:32:05 PM
Please, i have an webservice created with .NET, and a client want to consume it with a JAVA client. They are using POST, but this way my webservice crash. They are calling this URL: http:\\www.beispielseite.com.br\webservice.asmx\login?param1=xxxx&param2=yyyyyy using this way i get this e...more >>

Using Impersonation
Posted by Gravy at 9/10/2004 3:32:33 PM
Is it ok to use impersonation in the web.config file for a web service? Let me tell you why I ask. My web service to ultimately connection to a sql server database. The recommended way to connect to SqlServer is to use a trusted connection (nt authentication etc), but inorder for me to do thi...more >>

Can webservice client use basic auth
Posted by Old Man at 9/10/2004 2:46:33 PM
using c# in a windows application. I need to connec to to a HTTPS URL that is set up as "non anonymous" and requires a user/pass. How do i tell the web proxy the user/pass to use. ...more >>

.NET 1.1 SP1 Datagrid throws exceptions where it didn't before!
Posted by Urs Eichmann at 9/10/2004 10:16:29 AM
After installing SP1, we have huge problems with a self-grown class which inherits from Windows.Forms.Datagrid. It throws exceptions every now and then, such as this: System.NullReferenceException: Object reference not set to an instance of an object. ------- at System.Data.DataTable....more >>

Using Sockets.NetworkStream.Read very slow on Win2K3
Posted by google NO[at]SPAM brasch.info at 9/10/2004 7:42:00 AM
Hi, I am doing the following: While i <> 0 i = NWStream.Read(bytesToRead, n, 1)'bytesToRead is a ByteArray n += 1 End While For an incoming stream of 17K, this takes anywhere from 5 to 30 seconds (different every time I try even though the same stream is received). It only seems to ...more >>

VB.NET Client for a ASP.NET WebService
Posted by David at 9/10/2004 1:53:14 AM
Hi There! Can a VB.NET Client access a Web service? If so by what mean? Only by SOAP messages? Do I have to parse the SOAP messages myself to get the results? Any tutorials or pointers on creating a VB.NET client for ASP.NET Web Service in a proper way is greatly appreciated. Thanks, D...more >>

SoapIgnore attribute ignored.
Posted by Benjamin Day at 9/8/2004 4:51:05 PM
I'm passing classes through a web service. There are some properties on the class that I don't need to be serialized and would like to remove them for performance (size) reasons so I've marked them with the System.Xml.Serialization.SoapIgnore attribute. I recompiled and checked what was be...more >>

Sending / returning objects
Posted by Morten at 9/8/2004 2:34:25 PM
Hi! I'm trying to figure out if it's possible to create an object in a webservice, return it (the object / representation of an object) to a client, make modifications on the client and push the changes back to the webservice? I'm guessing that you have to use remoting obejcts for someth...more >>

Webservices on Windows 2003 Web Edition?
Posted by Urs Eichmann at 9/8/2004 8:24:44 AM
Hi We plan to use a Windows 2003 Web Edition based computer to host a ASP.NET Web Service. The database in on another computer within the LAN, so this is no problem. However, I read that the Enterprise UDDI service is not available on the 2003 Web Edition. Does that mean I cannot host Web S...more >>

SOAP Response
Posted by Random at 9/8/2004 8:02:21 AM
I cannot get the Trace to work for my Web Service application or client. I need to be able to see the entire SOAP message (for documentation and other purposes). What is the best way to view the entire message (ingoing and outgoing)? ...more >>


DevelopmentNow Blog