| HttpWebRequest.CookieContainer - HttpWebResponse.Cookies (6 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Please Help, I need to retrieve the cookies of a HttpWebRequest. I m using the HttpWebResponse.Cookies but this is always empty, while the HttpWebResponse.Headers has all the cookies.... Does anyone have a example on how to retrieve this Cookies??? I ve tried almost everything....... I m starting to make my own CookieCollection where I set the headers and it returns a XML to me..... But before thi... |
|
| Sending / returning objects (4 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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 something like this but I don't believe that will prove to be platform independent so that won't work in our environme... |
|
| 401 Error (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I've made a simple webservice but when I try to acces it I get a 401 error. What changes I have to make ? I've grant full acces to everyone. I am using Windows auth. |
|
| IIS 6.0 ASP.NET Process Identity and ODBC (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, My WS ASP.NET application runs on IIS 6.0 and should connect to FoxPro DB on file server over OLE DB ODBC connection. Special user is created on file server for this application. I cannot find the right solution how to change Process Identity. App impersonates some user identity identity impersonate "true" userName "MyUser" password "MyPass" / In this case application can read files with Syste... |
|
| am right in web services? (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi , ramesh. i have a doubt in web services. just tell me the way am using the web services is right? since am involved in a big project , i have written a module in c# which has classes & inheritance. on it it establishes the connection, command , and a dataset. for ex, in any web page , if i want to open a connection / retrieve a record set , i simply call that module's respective method . may a... |
|
| Webservice very slow on first call (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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, is this a normal behavior, or I have somehting wrong? Thanks. |
|
| Webserver Behaviour (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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 tips, hints, etc? tia sandro |
|
| SOAP Response (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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)? |
|
| Using Sockets.NetworkStream.Read very slow on Win2K3 (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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 happen on Win2K3. The strange thing is that the same code is used for other transactions where the size is about 5K and the p... |
|
| Webservice Timeout in Visual Studio 2003 (6 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have posted this question before but did not get a reply from Microsoft so I thought I would try it again. I canâ t get any webservices to work in Visual Studio 2003. If I use IE or run the EXE then everything works fine. There seems to be a lot of posts in the newsgroups about this problem but no solution. Can anyone help shed some light on this problem? It canâ t be code related since the EXE ... |
|
| Result xsi:type (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I'm using .NET Webservices and have a WebMethod that returns a integer. In the returning XML the returnvalue comes like this: MyMethodResult 123 /MyMethodResult Is it possible to have .NET creating the result look like this instead? MyMethodResult xsi:type "integer" 123 /MyMethodResult |
|
| Why generate minOccurs='0' while the parameter is not optional? (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, I am writing my first web service, here is the signiture of my webmethod in C#: [WebMethod] public string Request( string productType, double version, out string confirmationID ) And here is part of the generated WSDL file: s:element name "Request" s:complexType s:sequence s:element minOccurs "0" maxOccurs "1" name "productType" type "s:string" / s:element minOccurs "1" maxOccurs "1" name "ver... |
|
| Web Services on Win 2003 to SQL Server on Win 2000 (11 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I'm having serious performance issues in connecting from a Win 2003 Server machine to a SQL Server database on a different Win 2000 Server machine. There is nothing other than our application running on these machine. They are connected via 100mb ethernet. I can ping with sub 1ms response times. In running an .NET Framework exe from the 2003 machine that connects to the database and issues a simpl... |
|
| Prob. adding a web reference (3 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have started going through the Visual Studio "walkthroughs" book and after a number of attempts to get it to work, I keep getting stuck at the same point. I am running Windows XP Professional (Service Pack 1) Visual Studio 2003 EA (C#) IIS 5.1 SQL Server Desktop Engine Brief description: 1) I have created a web service which has two methods. One queries the pubs database, and the second does upd... |
|
| Error in xml document at (1,280) (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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. But when I try to call this method from a asp.NET page the method failed and I get the following error mess... |
|
| Replacing IIS with ASP.NET web matrix server to create Web pjt VS (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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 apps in VS .NET under XP Home? It doesn't matter of course if the page can not be accessed remotely, but loca... |
|
| Install >NET on Personal IP Site (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have developed a WEB Applicaiton using Visual Studio VB.NET and it runs well on my developement computer. I would like to run it from my personal WEB Page provider by my Internet Provider. I have used the MS WEB Publishing Tool to move the files and directorys to the site, but when I start the Applicaiton via Browser, I just get the view with just the text. There are no TEXTBOX or Button control... |
|
| Webservices on Windows 2003 Web Edition? (3 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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 Services on a Web Edition Server? Thanks for any help Urs |
|
| duplicated soap response (7 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| My client wanted the "any" wildcard in the WSDL replaced with the data schema, just like in the SOAP. To acomplish that I created a class (called Play) of the data fields. Then in the web method I used XmlElement as such: [return: XmlElement(typeof(Play[]))] public XmlNode RandomNowPlayingXml(string format) .. .. .. return new XmlDataDocument(type); That gives the client the schema in the WSDL the... |
|
| Using Impersonation (3 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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 this I want to change the user my webservice (aspnet wp) is running under don't I? Hence the use of the Impers... |
|
| Please Advice. What´s the right path? plain file vs xml file (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hello Everybody! I d like that you give me some advice on what the right approach to import some data from one system to another is. I know that a webservice fits perfectly to intercommunicate two different systems but it is said that unfortunately it is slower than to load a plain txt file via a stored procedure. What should I do? To keep loading the data from a plain text file or to change the a... |
|
| VB.NET Client for a ASP.NET WebService (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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, David |
|
| Q: Cheap Windows webhosting with ASP & DB (7 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| HI, I want to find some cheap webhosting with Microsoft ASP and database access. I want to use Access and/or SQL DB with ADO.Net. I want to practice some ASP programming and develop various things. Does anyone have any ideas who is cheap and reliable? Thanks Jow I can also be reached at: filter1 at digitalchickenDOTnetNOSPAM |
|
| discovery (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| 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) the name of the disco file that's a whole lot !!! how do you obtain that information ? can't I just use some tool... |
|
| Install Web Service Into Production (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| How do I install my web service into my production web server so that it is not available publicly but will still be available for my local web pages that use it? My references are for localhost but I don't believe this will work once installed. I have never moved a web service or asp.net web page that uses a web service from my workstation before and I can't find anything about installing onto an... |
|