Archived Months
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 > dotnet web services > december 2004 > threads for december 8 - 14, 2004

Filter by week: 1 2 3 4 5

Call a webservice from a javascript function
Posted by Sergio Cossa at 12/14/2004 5:39:29 PM
Hello to all! I need to accede to webservice from a Javascript function. I have read on the possibility of using webservice.htc, but Microsoft no lon ger supports it. Can somebody say me how I can make that call to webservice from the client a nd with Javascript? I use C# and VS 2003. Tha...more >>


Howto: WebService in not Bin folder?
Posted by Topper at 12/14/2004 4:33:55 PM
Hello. I have simple web folders structure: -ROOT - BIN WebService.dll WebService.asmx I need to use my WebService.dll not in bin folder - for example, in ROOT. How do i this? How can i do this without .config file only with some configuration object/class? I need this for preven...more >>

Microsoft.WSDK dll download
Posted by Suresh at 12/14/2004 3:09:04 PM
Hello All, Iam trying to download the Microsoft.WSDK dll as my application needs to refernce it. I searched MSDN and other releveant places to downlaod the dll but of no avail. Can any one please point me to the right location , if the dll is no longer valid then which dll should I b...more >>

Transform a Webservice With Xslt
Posted by WStoreyII at 12/14/2004 2:41:03 PM
I wish to know how to set it up so that when an xml webservice is called that instead of displaying the xml in the browser it will render it with a xslt file the problem is i dont know how to do this? Thanks again WStoreyII...more >>

Web service constants or default values
Posted by Matt D at 12/14/2004 12:20:25 PM
I have a bunch of constants used in my web services that the client also needs to have. Is there a way to declare public properties that are part of a class or structure as constants or at least give them a default value through some XML shaping? Thanks....more >>

System.Net.WebException: The operation has timed-out
Posted by tlan at 12/14/2004 9:49:15 AM
Hi, I got this error when I move my web service to Windows2003 server. I spent hours scouting on the internet and could find any answer. Please help!!! I the webservice is timeout between 1 -2 minutes when my web app, which consume this webService, retrieves a large amount of data. When I ...more >>

call web service from TSQL
Posted by iamspo at 12/14/2004 6:45:07 AM
i have a web service that sends email via smtp. I would like to call this service directly out of TSQL in some cases. Is it possible to do this? If so how? Thanks in advance J Spo...more >>

Best way to pass data to a WebService
Posted by Anil Pundhir at 12/13/2004 2:37:04 PM
What is the best way to pass data to a web service. The client(to send data) has .net environment and also the server on which the web service is hosted also has the .net environment. Should I send dataset or an xml which will be created at the client and parsed at the server, in the web ser...more >>



Calling a dotNet Webservice from a classic Asp page
Posted by Filippo at 12/13/2004 1:50:16 PM
Hi, I have to call a .Net WebService from a non .net Webserver. So I create an asp page that use the Soap Toolkit for calling the Webserver. The problem is that the webservice use authentication, by using the header of the soap request. How can I send this information to the webservice? Than...more >>

Adding security to a web service without using WSE
Posted by razvan at 12/13/2004 6:57:06 AM
I need advice about adding security to a web service without using WSE, as the clients will run Win98. ...more >>

Dynamic binding to a web service
Posted by Steve Duda at 12/13/2004 5:19:01 AM
Hi everyone, I'm trying to write a tool that among other things will allow the user to specify a location of a wsdl, choose a function within this set and map the parameters into fields within my database. I have successfully created a proxies to a few different web services, but these...more >>

ResponseSoapContext.Current is null?
Posted by Greg Allen at 12/12/2004 9:39:40 PM
I have a web service and am trying to use WSE 2.0 to pass attachments. I have enabled both the checkboxes in the WSE properties page in VS. The problem occurs when I try to get the ResponseSoapContext in my service to add the attachment. Dim Context As SoapContext = ResponseSoapCon...more >>

How to pass a class as a parameter to a web service ?
Posted by Chakra at 12/12/2004 6:59:02 PM
I have a Entity class defined in a assembly. I then have a web service in the same solution, which takes an object of this class as a parameter. It expects me to give the fully qualified name of this parameter (complete namespace and class in the proxy), - so we have to go and change the proxy b...more >>

Moving through a website?
Posted by Lazy at 12/11/2004 11:21:02 PM
I was wondering if it would be possible to use Web Services to move through a website? Example: I want to download new ATi drivers as part of an unattended install, my program will need to move through ATi's various selection menus and download the correct file or files....more >>

problem setting up the security on my test web service
Posted by groups NO[at]SPAM harrisconsultinggroup.com at 12/11/2004 2:00:54 PM
Please note: I have cross posted this from Newsgroup: microsoft.public.dotnet.framework.aspnet.webservices with a few minor changes... I am having a simple problem setting up the security on my test web service... My Web service code is: Imports System.Web.Services <System.Web.Services....more >>

Some ASP.NET web service questions
Posted by Navin Mishra at 12/10/2004 3:28:16 PM
Hi, Can an ASP.NET web service project expose two different web services perhaps by having two .ASMX files ? Is it possible to have a web emethod that does not appear in auto-generated WSDL and docuementation ? Thanks in advance and regards Navin ...more >>

WSDL Schema validation
Posted by bebebutterfly NO[at]SPAM gmail.com at 12/10/2004 3:09:49 PM
How does .Net validates a soap request? I have a WSDL that goes something like <s:element name="CheckInStatus"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="abcID" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="myStatus" type="s:int" /> </s:...more >>

Overloading webmethods
Posted by Stuart Hemming (via DFN-CIS NetNews Service) at 12/10/2004 12:34:42 PM
Can I overload a webmethod? Is there some special mechnism necessary to make this work? If I compile something like this ... --- START OF CODE --- [WebMethod(Description=3D"Call Process", EnableSession=3Dtrue)] public XmlElement MyMethod(string ProcessName) { XmlDocument xml ...more >>

Could not establish secure channel for SSL/TLS ERROR
Posted by Mark Richards at 12/10/2004 7:07:01 AM
Hi, I am interfacing with another company using web services (they are a java shop). We've been doing this for over 2 years, but a couple months age we started getting this error randomly. It started getting more frequent, so I re-wrote the code from ASP to ASP.Net. The problem still con...more >>

C# web services used by VB.NET application
Posted by Greg at 12/10/2004 6:41:02 AM
Hi, I am developing Pocket PC application in VB.NET. Within the application we are using web services developed by outsourced team. They developed the services in C#. After adding a web reference to web services in my Pocket PC app, I am not able to compile Smart device solution. The same...more >>

Auto Detect Proxy Server for calling a WS from Win Form.
Posted by Steve.Goodman at 12/9/2004 3:33:38 PM
Appologies if this has already been asked, but after scanning the web and this news group I could find no decent solution. We have a windows App that calls a webservice, using this bit of basic code. Dim objPreReq As PDCPreReq.PreReqs Dim objProxy As System.Net.WebProxy = System.Net.WebPr...more >>

SSL with SOAPToolkit over Win2003
Posted by Francisco Miguel at 12/9/2004 1:02:55 PM
Hi!! I have created a web service over SSL, (.NET 1.1 SP1 and Windows 2003 Server) and try to consume it from an ASP page (SoapToolkit 3.0). If the ASP page is in other server (Windows 2000 o XP) it works fine, but if I put that same page at 2003 Server i get the following error: Conne...more >>

Calling a web service from a remote workstation failed
Posted by WhiskRomeo at 12/9/2004 12:23:02 PM
I have a WIN .NET application that calls a web service to retrieve data. I deployed the application to a server and configured the webservice. The webservice and SQL Server 2000 database are on the same server. I installed the application on the server and everything runs fine. It simp...more >>

webmethod returns dataset
Posted by Inas Hafez at 12/9/2004 12:02:31 PM
hi, I'm writing a webmethod to return a dataset using ado.net, the method takes parameters as follows: <WebMethod(Description:="This method is used to Get Account Report")> Public Function GetAccountReport(ByVal businessName As String, ByVal userName As String, ByVal passWord As String, ByVal s...more >>

Oracle connection pooling
Posted by Lenny Shprekher at 12/9/2004 11:22:20 AM
Hi, I am getting issues that Oracle collecting opened sessions (connections) from my webservice using regular System.Data.OleDb.OleDbConnection object. I am guessing that this is connection pooling issue. Is there is any way to disable connection pooling for one particular .net webservice? ...more >>

Namespaces
Posted by mabster at 12/8/2004 3:40:29 PM
Hi folks, I'm just starting to come to grips with web services in general, and I'm in the process of making some test projects based on example code from MSDN etc. When I create a new ASP.NET web service, VS.NET makes a new .cs file for me that includes the web service class itself, insi...more >>

asp.net
Posted by George Smith at 12/8/2004 8:31:04 AM
Hi I am followig a tutorial trying to create a basic web service and I have VS.NEtT 2003 and IIS installed on my pc however when I try and create a new ASP webservic project I get the following error message displayed: "VisualStudio.NET has detected that the specified Web Service is not runni...more >>


DevelopmentNow Blog