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 > august 2003 > threads for august 22 - 28, 2003

Filter by week: 1 2 3 4 5

database
Posted by arno at 8/28/2003 11:33:14 PM
How does a webservice connects to a database and return a query to an asp .net webapplication?? thank Arno...more >>

How to write c# proxy class to get at this data?
Posted by Datura at 8/28/2003 11:30:34 PM
Hi, I'm trying to use a wdsl generated proxy class to Invoke a web services method which outputs a soap envelope shown below. The response I'm looking for has two parts, one is a "Result" node, which I am successful in getting back, the other is the "vntReturn" node, which I know is being ...more >>

Calling c# code from javascript
Posted by Anita C at 8/28/2003 3:06:07 PM
Hi, Can one call a c# function from within a javascript function ? I have a c# > function GetLanguageItem(title), how can I call the above function from a javascript function in an .aspx page. ...more >>

Using a webservice for mail merge in Word
Posted by Jos at 8/28/2003 12:37:24 PM
Is it possible to consume a webservice from within Word (2000 or XP) in order to perform a mail merge? The problem is: we are moving our Access database online, but we don't want to lose the mail merge functionality. I guess this is a common scenario, but I couldn't find any references throug...more >>

Using Activator.GetObject to get Web Service
Posted by Craig Neuwirt at 8/28/2003 8:16:58 AM
Is it possible to use the Activator.GetObject interface to access a Web Service? e.g. Activator.GetObject(http://localhost/MyServive.asmx); If so, what do you get back and how do you configure .Net remoting since the parameters passed to a web service are XML serializable, but not neces...more >>

.NET Web Services are a Snap
Posted by Paul J. Lay at 8/28/2003 7:31:28 AM
I have had little difficulty writing .NET Web Services and Web Service clients using Visual Studio .NET. However I am running into problems trying to interface a .NET C# Web Service Client to an IBM WebSphere Web Service. I am starting with a simple Hello World WebSphere service that retu...more >>

webservice asp.net
Posted by Arno at 8/28/2003 6:58:43 AM
How do I call a webservice from a webapplication in ASP.NET?? I do not have any experience Can you recommenc me good books?? thank you...more >>

The resource cannot be found.
Posted by amc at 8/27/2003 3:50:02 PM
How can i resolved this?..... i'm trying to run http://webserver/webservices/service1.asmx ...more >>



New to Visual Studio.NET - Walkthrough error
Posted by Anthony Grandazza at 8/27/2003 10:03:24 AM
I am new to Visual Studio.NET and am having trouble at the beginning of the first Walkthrough. Any help anyone can give in resolving the error or pointing me in the right direction to find an answer will be appreciated. When attempting to create the ASP.NET Web Service 'AuthorsWebService' I...more >>

plzzzz: redirect response
Posted by NET_NET_2003 NO[at]SPAM hotmail.com at 8/27/2003 12:54:30 AM
Hi, I need to know if there is a way to redirect the respnse of a web service to a proxy (specifying the address and the port)?? The client doesn't know anything about the whole process. It simply sends to Web Service URL on port 80, Web service receives it, processes the request, and then se...more >>

kerberos
Posted by zerdust at 8/26/2003 12:57:18 PM
I want to create kerberos security for web-forum. Does anybody know what I need and What I have to do? ...more >>

Way to automatically recycle aspnet_wp work process when close to 100% CPU for certain period of time?
Posted by Luther Miller at 8/26/2003 10:18:40 AM
I have a server setup that is dedicate to providing a "proxy" by exposing a web service that calls methods in a 3rd party ActiveX control and then returns the results. Sometimes, the aspnet_wp work process seems to get "hung" - it goes to close to 100% CPU and stays that way. Under these circums...more >>

What should I use: Remoting or Web Services ?
Posted by David Michal at 8/26/2003 2:13:33 AM
When should I use Remoting When should I use Web Services What is better ?...more >>

Web service, web proxy and timeout problem
Posted by posthumecaver at 8/25/2003 5:17:34 PM
Hello, I have an very crazy problem. I have 4 webservices I call from a rich client. They are wroking perfectly in development environmen. They are also working also perfectly when i call them from an Internet Web Server. The problem, as always :)), at the customer. Our customer has ...more >>

how to get data from 1 db into another: xml? web service?
Posted by Jason Shohet at 8/25/2003 3:16:51 PM
Lets say i have 2 Access database files. Each with a 'user' table. Unfort. there are two 3rd party applications that write to each one. I'd like a semi-automated way of being able to take the user data from the first mdb file and append it to the user data in the 2nd mdb (database) file. I'...more >>

Please help me to pass a file!
Posted by Daniel Johansson at 8/25/2003 2:02:57 PM
Hello everyone Im am trying to pass a binary file from a web service to a client.(managed c++) I wan´t to use dataset. If I put down the files in a dataset I loose information I got the tip the use DIME It doesn´t work. Not with WSE 1.0 SP1 or WSE 2.0 If I choose to enable the WSE on "WSE...more >>

Authentication not working on HTTP-POST using NetworkCredential
Posted by Patrick Fogarty at 8/25/2003 1:49:49 PM
I am programming what is to be a web service client that will use an HTTP-POST to request and retrieve data. The remote server (written in java for what it's worth) requires basic authentication as per RFC 2617 (http://www.faqs.org/rfcs/rfc2617.html). My attempts to authenticate are failing....more >>

IPAddress
Posted by developer1996 at 8/25/2003 12:20:17 PM
I need to get the IPAddress of the user who is using my service does any on have any ideas on how this could be accomplish with a webservice?...more >>

Application_Start event does not fire on restart of IIS?
Posted by Morten Overgaard at 8/25/2003 10:53:29 AM
Hi Sirs. We are facing weird problems using a web service written in C#. When the web service application is started we have some startup code in the Application_Start event in the Global.asax file. The first time it behaves as expected - but when I restart ( Stop then Start) the Webserver ( ...more >>

C# Zip
Posted by Aung at 8/25/2003 4:32:40 AM
Has anybody develop RFC1950 and RFC1951 compliant Zip utility? Any pointer will be appreciated. ...more >>

How can I ensure my site runs under framework 1.0?
Posted by Joseph Geretz at 8/23/2003 11:40:27 PM
I recently upgraded my server to Windows 2003 / IIS 6. Naturally, this dumped framework 1.1 on the machine. My site no longer works 100% properly. the first thing I want to do is to ensure that the site, which was compiled for 1.0, is actually running under 1.0 on the server. How can I control t...more >>

Using alternate web servers
Posted by Nida Farid at 8/22/2003 12:17:00 PM
Hi, Does anyone know how I can use a different web server in ASP .NET webservice. I do not want to use IIS. I have GoAhead. When I tried to access the .asmx file using GoAhead as my webserver, I ended up with the source code for the file, instead of the display page for my web service. Co...more >>

How to define paramter-types for WebMethods AND Client?
Posted by Daniel Barisch at 8/22/2003 10:43:39 AM
How to define a class within an external DLL, that can be used as parameter for a WebMethod and in Client-Projects? I mean: <WebService()> public Class WServer <WebMethod()>_ Public Function getXYZ(myDataSet as System.DataDataSet) as xyz... .... end class = Client = .... dim ws ...more >>

WebServices break after upgrade to Framework 1.1
Posted by Joseph Geretz at 8/22/2003 8:38:15 AM
I recently upgraded my server to Windows 2003. The first thing I noticed is that my sample WebService pages no longer worked. The Invoke test button is missing. This is addresed by the following KB article: Microsoft Knowledge Base Article - 819267 INFO: HTTP GET and HTTP POST Are Disabled by ...more >>

Interoperability issue with apache axis
Posted by Thomas A J at 8/22/2003 8:01:28 AM
Hi All, We developed a .net web service , it should be accessed from a Apache axis client. When we run the client it is throwing the following error System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: . at System.Web.Services.Pro...more >>

Getting at raw XML as well as objects
Posted by ben curthoys at 8/22/2003 7:21:19 AM
Suppose I have a webservice "WidgetWS.asmx", that exposes one WebMethod that takes an object "WidgetSearchParameters" as a parameter and returns an array of "Widget" objects. If I write a dotNET client for this webservice, and add a WebReference to my WebService, then the VS.NET2003 IDE ...more >>

Passing XML Strings to Webservices - a bad practice?
Posted by arno.huetter NO[at]SPAM aon.at at 8/22/2003 4:33:21 AM
Hi there, when I design webservices, I usually pass simple data container types to the webservice (one or several objects containing primitive type members) - this simplifies client- and server-side code, and still ensures interoperability, e.g. between Java callees and .NET callers, vice ver...more >>


DevelopmentNow Blog