microsoft.public.dotnet.framework.aspnet.webservices Archive - March 2004
Post a message to this list
Messages
Page: 1234
Will .Net Web Services support Attachments (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
We have a customer who is planning to build a Rich Client with .Net and communicate with a WebSphere J2EE Application Server using Web Services. The would also like to have binary attachment support through these services. We have been able to demonstrate a Java Client calling J2EE WebServices using Web Services attachments but would like demo .Net doing the same. Thanks Matt Perrins IBM Software ...
IADs, adsObject and other stories (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Hi all. (please excuse the cross post, I'm none too sure where to pitch this question) I'm trying to write some ASP.NET to create a web site on a server form a given set of variables, and found seom code on teh internet that does roughly what i need. (http://www.panayot.com/articles/iis.htm) but is a little too long winded. Between that and a C# example (http://weblogs.asp.net/jezell/archive/2003/...
dynamic URLS convert to static URLS for search engines (12 replies)
microsoft.public.dotnet.framework.aspnet.webservices
We use ASP.net and all our pages are dynamically created and search engines such as Google does not like dynamically created pages to index. What is the best and easiest method to set up the server to produce static pages so search engines such as google can index them ? Thanks in advance, Steve T.
Memory (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, We run our major wesites in high isolated processes. During peak periods the memory usage of a websites process can climb up to 300 400 MB. Does anyone know of a way we can examine the websites process and determine exactly what is being held in memory ? Thanks in advance.
WebMethod and WSDL with optional parameters (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, If i have a simple web service like [WebMethodAttribute()] public string DoIt(string Name, int Age) { return ""; } and i look at the WSDL i get element minOccurs "0" for the string parameter but element minOccurs "1" for the int parameter. I cannot find any of the Serialization attributes that i could use on the string parameter to indicate it should occour at least once. If anyone has a solut...
Class Library or Web Service (4 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
I have developed a "Class Library" and tested it in Windows.Forms app and all is OK, however when I try to use it in a Web Application I am getting strange results (Variables being cleared, events raised with wrong arguments...). Is it possible to use a "Class Library" in a Web Application or do I have to create the Class Library as a WebService? Cheers, Robby
Unable to Import WebService - From Axis server - please help! (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I'm a newbie to web services, all of my experiance has been with the simple asmx files in .NET... I have a client I need that uses Apache Axis and I have to connect to their WSDL files I have no problems browsing to the service in VS.NET when adding a new web reference, but when I go to actually create the reference it failes, even on a the most basic EchoHost service I am at a loss on where to st...
Handle Application-Timeout within WebMethod? (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hello NG! My WebMethod sometimes takes some minutes to calculate. So it is possible, that the timeout for the application is reached, before the WebMethod has finished. Is it possible to 1) catch that exception within the Application/WebService 2) to stop the actual running WebMethod(s)? (There can be many running WebMethods at the same time, but there's always one application, right?) 3) to raise...
Reuse of Model in Front End (4 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Good afternoon. I have a question about being able to reuse a model object in both the web services side and client side. Suppose I create a data object called test.DataObject1. I have a web service method: "InsertData(DataObject1 dobj1)" When I create the web reference from the ASP.NET client application, it cerates a proxy object for DataObject1. Is there an easy way to force the web reference n...
persist an array of data (20 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
I have a webservices that needs to keep internally an array of counters shared to every session and that should not be cleared even against machine reboot. What is the correct/best way to achieve that? I am storing all of the data in a object and I have tried to serialize it through xmlserializer but I am getting an zmlserializer error during the instantation (unable to find a dll with a random na...
Newbie Web Service Question regarding User Controls (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Can I return a user control from a Web Service? I have a Web Page that has a Placeholder on it and I wish to populate this placeholder with a "user control" that is build in a Web Service.
Class as a Function Parameter... (8 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hello, I'm having a problem with a custom object that I have setup in a Utilities DLL for my application call UserInfo. I use this custom Object in my main application, and wanted to pass this object to my Web Service, so I have included the Utilities DLL as part of my Web Service As well and setup the function to accept the object. However, the intellisence in my main application says that I can'...
Enable HTTP GET (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, I'm creating a simple web service that returns XmlElement. Now I tested it on my development environment, and I get SOAP and HTTP POST. When I access the web service from outside, I only get SOAP. How can I enable HTTP GET? TIA
useService in webservice.htc (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi everybody I have the have the following problem. We developed a big Web Application. This Web Application needs 210 different Web Services and we developed one Web Service as an Interface to all the Web Services. So our Problem is that the useService Function takes to match Time (13 sec) when we call the Interface Service that holds all 210 Services. Dose somebody now's a way to speed up the us...
what is similar to CORBA in .Net (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi all, I need to build a distributed application. I'm confused on what technology to use to develop my project. Ideally I would use CORBA, but i would prefer to use the .net environment. What is the most similar architecture to CORBA in the .net environment? Should I use .net Web services or .net Web application? Another question, when using ASP.net web services, can i build a distributed applica...
URL case is adjusted? (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
When using the GET request from MSXML2.XMLHTTP component on a web page this talks to an HttpHandler and we are finding that under Windows 2003 Server the Case of the URL has been changed and therefore the paramters that are passed need to be in the correct case. If we do a message box to show the URL prior to calling XMLHTTP then cae is correct however when it hits the server the case has been adj...
Underlying connection was closed (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I have an application which invokes(calls) a webservice (on IIS 5.0 , windows 2K) every 10 seconds. After a long time(about 4 hours),the call to the webservice fails with the error: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protoc...
Problem in Web Service Authorization Mode (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi I just have a third party dll which does some custom functionality. The Dll have some apis which run only when the user is an administrator. I made a simple windows GUI application which makes use of the dll. Good it works fine when i am logged in as the Administrator. I made a Webservice which uses PInvoke thereby making use of the DLL. The DLL reported Error as the WebService is not running i...
Passing objects to web methods (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Fairly new to web services so bear with me. I have a simple class library with the following class: Public Class SimpleClass Private AnInteger As Integer Private AString As String Public Property AnInteger() As Integer Get Return AnInteger End Get Set(ByVal Value As Integer) AnInteger Value End Set End Property Public Property AString() As String Get Return AString End Get Set(ByVal Value As Strin...
Proxy class for an Axis Web Service (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hello All, I am trying to develop the proxy class for an Axis Web Service which is based on Document/Literal binding. I have hand coded my WSDL and tried generating the proxy class using WSDL.exe but was not successful. I am using an external XSD file to validate the SOAP messages in my WSDL. I am getting the following errors: Error: There was an error processing 'http://......./XXX/NS2Web Service...
web service life cycle (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I have a simple web service defined with a few WebMethods (I'm using VB.Net). I presume that a web service is supposed to be a stateless model, but I have need to keep track of some information and wanted to find out about how shared objects are treated by the web service. Here is the scenario: A client application calls the WebService's Login Web method. The Login method returns a "session key" b...
soap call monitor (6 replies)
microsoft.public.dotnet.framework.aspnet.webservices
hi all, is there a tool around to monitor in comming and outgoing soap messages ? thanks,
Elevated Privileges Problem-Please Help (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi I am posting this again.Sorry for the trouble. I just have a third party dll which does some custom functionality. The Dll have some apis which run only when the user is an administrator. I made a simple windows GUI application which makes use of the dll. Good it works fine when i am logged in as the Administrator. I made a Webservice which uses PInvoke thereby making use of the DLL. The DLL re...
Simple Web Request failing with code 403 after several successful calls (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, I have created a simple ASP.NET web service that I am testing with a Windows Form based .NET application. The client application can make several (14 or 15) requests but then fails, generating the exception: The request failed with HTTP status 403: Access Forbidden. Leaving the application quiet for a few mintues allows the requests to succeed again. There is no authentication involved just a ...
What is tempuri.org and why am I getting: "Unable to connect to remote server" (4 replies)
microsoft.public.dotnet.framework.aspnet.webservices
First I have created successful WebServices before using typed datasets, etc. But what is tempuri.org and why is my namespace using this address and should I change it, and to what? I am creating a very small test app from a .NET Smart app to a very simple webservice but when I click the button on the emulator app which calls my WebServices WebMethod "PutData" I get the following error: "Unable to...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com