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 > june 2004

Filter by week: 1 2 3 4 5

IExtractImage, Impersonation, GDI and "access denied" for non-local admins
Posted by Jonathan Trevor at 6/30/2004 7:36:27 PM
Hi, We're using the IExtractImage interface from behind a .NET web service to generate thumbnails for various files in our network (windows domain). Impersonating etc. is all ok - if a user logs into the web service we can open the file, delete the file, etc. Everything behaves as expected. ...more >>

Functions of UDDI
Posted by Grey at 6/30/2004 3:11:48 PM
I have developed several Web services in my PC. I want to deploy these web services to my team members for use. I know my members can point to my pc to locating the available web services of my pc without using UDDI. My question is what is differences and functions with UDDI and without UDDI for ...more >>

Running query on web datset
Posted by John at 6/30/2004 11:25:40 AM
Hi Is it possible to do run a select query on a dataset from a web method using a dataadapter? A code example would be great. If not, how can we grab hold of the remote dataset data in a local table? Thanks Regards ...more >>

WebService Client Certificate Problem
Posted by Koan B at 6/30/2004 5:54:22 AM
(Cross-posted to dotnet.framework.aspnet.webservices and dotnet.framework.webservices, follow-ups set to dotnet.framework.aspnet.webservices) Hi, I'm attempting to connect to a 3rd party web service (for which they have supplied client certificates), but with no success. As far as I c...more >>

Using external Webservice from my ASP.NET app and proxy srv
Posted by gatwick NO[at]SPAM mail333-dot-com.no-spam.invalid at 6/30/2004 5:05:06 AM
I want to call this WS from my asp.net app and this app is behind proxy. What should I write in its Web.config to make it use this external WS ? Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** C...more >>

turn on web service testpage for non-localhost ??
Posted by aktweb NO[at]SPAM msn.com at 6/29/2004 5:52:07 PM
When I try to access the auto generated web service test page on a different machine, I do not get all the goodness...the method test pages are missing... How do I turn that stuff back on ???? -- Thanks, Andrew...more >>

.NET Consumer sending SOAP request to a Web Serivce on Axis/Apache returns only the first tag
Posted by Daniel Lee at 6/29/2004 2:56:11 PM
If I hit the web service hosted on Axis/Apache server from .NET by the usual route; get WSDL, create proxy, call from a ASP.NET. A method of the WS is supposed to return a XML with data, however, the string the Web Method is returning is only the value of first element <HRMErrorText> in the S...more >>

Generating classes from an .xsd file
Posted by burak.gunay NO[at]SPAM xpandcorp.com at 6/29/2004 8:20:34 AM
Hello, I am working on a VB.NET web service that will be used to send and receive job openings. I found a site called "hr-xml consortium" "The HR-XML Consortium is an independent, non-profit organization dedicated to the development and promotion of a standard suite of XML specificat...more >>



how to send objects with different namespaces to multiple Web Services
Posted by itinsleyTAKETHISOUT NO[at]SPAM hotmail.com at 6/29/2004 2:12:45 AM
I have a problem where i would like to send the same object to 2 or more different webservices which accept objects with exactly the same structure. I realise that if we'd been wise we would have used the same WSDL for each and i will do for future Development but for the moment i have to consum...more >>

Queries on tables from different data sources
Posted by John at 6/28/2004 11:28:20 PM
Hi I need to perform two queries in sequence on two identical access tables. The source table is coming from a dataset returned by a web method and the destination table is from a local access table. The queries are; UPDATE [destTbl] INNER JOIN srcTbl ON [destTbl].entry_id = srcTbl.entry_id ...more >>

Getting the full URL
Posted by Nathan Sokalski at 6/28/2004 5:13:42 PM
I need to get the full URL of the current page in ASP. When using Request.ServerVariables("URL") anything after the filename (such as a #section1 to jump to an area on the page or data submitted from a form using the GET method) is automatically removed. I do not know of any keys for the Request...more >>

SOAP client Error says Path property must be set before calling the Send method ?
Posted by John Elliott at 6/28/2004 2:38:00 PM
I am trying to write a simple SOAP client in VB.net and wanted to test it using the SOAP demo server at http://www.whitemesa.com/interop/InteropTest.wsdl I successfully created the web reference to the above site in VB.net. I then created a command button to invoke the method echoInteger(), ...more >>

Web Services return string: An XML string
Posted by DotNetGruven at 6/28/2004 1:49:53 PM
We have a Web Service that returns an XML string. The client is getting the returned value with the angle brackets changed to &gt and &lt. It looks like the 'payload' is HTML.encoded. Is that the default action of a web service? Is that spec'ed somewhere and can it be changed? I suspose...more >>

Using Session from a Windows App throgh a WebService
Posted by ploevgren NO[at]SPAM hotmail.com at 6/28/2004 7:19:43 AM
I want to set and get information in a Session variable on an IIS application (ASP.NET website) from a Windows App. I use webservices to communicate with the IIS app. and keep all calls from the webservices in the same session. I have deployed my webservices to the folder where the IIS app r...more >>

Http error 413 Request entity too large
Posted by Darie Florin at 6/26/2004 1:20:56 PM
I have a webservice under IIS6/Win2003 Server. When I try to invoke a method that have a strong type dataset as parameter for update in database I receive on the client the follwing error: Http error 413 request entity is too large. I mention that this dataset is very large (about 1 Mb) and ...more >>

Deploying webservice
Posted by John at 6/26/2004 12:25:09 PM
Hi I have created my first web service on my local server. I now need to deploy the ws to www.mydomian.com/MyApp/webservice/ site. What are the steps to do that? Is there a way to use only compiled version so the source code is not exposed? Also, how would my client apps be able to add referen...more >>

Error consuming web service
Posted by John at 6/26/2004 3:09:37 AM
Hi I am trying to access a web method which is on my local server from a vb.net client which is also on the same server. In client I am using the below code to access the web method. The problem is that I get an 'Object reference not set to an instance of an object.' error on the indicated lin...more >>

Getting web service data in a local table
Posted by John at 6/26/2004 12:28:43 AM
Hi I am getting a dataset from a remote web method. I need to get the data in the dataset into a local access table. Here is how far I have gone; Dim ws As localhost.MyService Dim ds As DataSet = ws.MyMethod Dim da As OleDbDataAdapter da.UpdateCommand.CommandText("SELECT srctble.* INTO [...more >>

Custom Class ToXml(), FromXml() methods
Posted by Ron Vecchi at 6/25/2004 5:31:42 PM
I would like to add a ToXml() and a FromXml() method to a few classes of mine. I was wondering if there is some way to take advantage of the way XmlWebServices serialize the objects when passed as parameters. Basically that is exactly what needs to be done (just serialize and deserialize) the...more >>

Getting web service dataset into xml
Posted by John at 6/25/2004 4:51:38 PM
Hi I need to access to a web service method that returns a dataset type. Is there a way to store this remote dataset as an xml file locally, using vb.net, so I can open a local dataset on the xml? A code example would be appreciated. Thanks Regards ...more >>

Newbie problem
Posted by John at 6/25/2004 3:42:55 PM
Hi I have written my first web service and when I run it, I get the below error. What am I doing wrong? Thanks Regards Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify ...more >>

messageboard question
Posted by mike at 6/25/2004 7:25:00 AM
Hi for those who can help me out. Does anyone knows a good messageboard, forum that uses ASP or ASP.NET one for free would be the best but payed one who could do the job would have my intention also. Thanx in advance Mike Ps. Why are some people killing the forums ...more >>

Can't access Web Service from ASP.NET app on diff machine
Posted by Joy.G NO[at]SPAM forces.gc-dot-ca.no-spam.invalid at 6/25/2004 1:08:44 AM
Hi! I am developing web applications on an Intranet using Visual Studio.NET 2003 and .NET Framework v1.1, with IE 6 as the browser. Web servers use Windows 2000 SP4 and IIS 5.0. I have a web service that is secured by an ACL on the virtual directory. When the web service is accessed from an...more >>

Soap Extensions
Posted by Klaus Löffelmann at 6/24/2004 10:55:36 PM
In a Client that tries to access a web service I get the message Client found response content type of '', but expected "text/xml". I'm just beginning to explore web services, so I really don't know, what to do. Can anybody help? Klaus ...more >>

Optimising a web app
Posted by MS at 6/24/2004 6:05:18 PM
I have a web app using C# for coding. I need to track the "memory usage" and "performance" of the application. Are there any tools available for the same by MS? Or any third party tools? Please suggest. ...more >>

Tools for test web service security
Posted by Kondratyev Denis at 6/24/2004 2:26:03 AM
Anybody know tools for test web service security - simulate DoS attack, send wrong data or packets or xml documents, flood data, etc.and create logs of responce time, persentage of using cpu, web service errors? ...more >>

huge Dataset over webservice
Posted by Darie Florin at 6/23/2004 11:06:52 PM
I have a web method that return a huge dataset (2Mb). I am interested to know if there is a method to maximize the transfer speed of this dateset over the internet. ...more >>

Web Service Security
Posted by Ron Vecchi at 6/23/2004 12:09:34 PM
Can someone point me in the right direction to securing soap messages to a webservice. I have found and read a lot about WS-Security but am having trouble finding ways to implement it in code. Thanks! ...more >>

Using web service
Posted by John at 6/22/2004 6:48:32 PM
Hi I need to be able to call a web service method, receive the dataset that web method returns and store it in an access table. My problem is that I don't know how to "receive" a complex type like a dataset and how to link it to the access table that it is supposed to go in. Could someone plea...more >>

About access privilege?
Posted by xiaorun huang at 6/21/2004 10:18:47 PM
In my web method, I call lauch anthoer program to complete some function. On ..Net 1.0, it is ok! but on .Net 1.1, the program return with Command failed: ERROR_ACCESS_DENIED\t5 (00000005) I think it is introduced by sercurity config, but how can i config the sercurity of web. more informati...more >>

Accessing webservice from access
Posted by John at 6/21/2004 8:52:29 PM
Hi Is it possible to call a web service that returns a dataset, from access? Could I please have an example of how to call such a service from access? Thanks Regards ...more >>

Referencing web service complex data type within a second web service (like a delegate)
Posted by dearman NO[at]SPAM cse.buffalo.edu at 6/21/2004 10:13:07 AM
Hi, I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and one consumer client application. Lets call web service 1 "basews", and web service 2 "custom", and the client app "client". I want basews to de...more >>

Wait function
Posted by kuldeepiitk NO[at]SPAM yahoo-dot-com.no-spam.invalid at 6/21/2004 2:03:26 AM
Is there any way that i can make my application wait for some time so that page loads in that time, right now I am using following code, ================================= Public Sub waitBySecs(ByVal nNumSecs As Integer) Dim d1, d2 As DateTime d1 = DateTime.Now.AddSeconds(nNu...more >>

Multiple stsadm restore to same machine fails
Posted by Tariq at 6/20/2004 10:32:41 PM
Hi does anyone know why multiple stsadm restores of a single site on to the same box fails? stsadm complains "No content databases are available for restoring this site collection. Create a new content database and then try the restore operation again. To create a new content database, on t...more >>

System.InvalidOperationException: ExecuteReader: Connection property has not been initialized
Posted by Antoni Massó Mola at 6/18/2004 12:14:49 PM
Hello, I dont understand whats going on with my DB2 connector. I used to have the code in a class that worked fine. But when I tried to use it in a webservice I get this error: System.InvalidOperationException: ExecuteReader: Connection property has not been initialized. 1) I create and open a...more >>

What data types are SOAP serializable?
Posted by xmail123 NO[at]SPAM yahoo.com at 6/18/2004 12:17:44 AM
Hi, As was pointed out whatever you return from a WebMethod needs to be serializable to SOAP. An ArrayList is not serializable. I will be needing to return other data types from web methods. Is there a document, or can some one list those types that are not serializable and the syntax for ...more >>

.net client + Axis 1.1 server + wrapped param: null result
Posted by zlu NO[at]SPAM extremenetworks.com at 6/17/2004 7:30:47 PM
I have used the following settings in our web services: .net framework 1.1 web services client Axis 1.1 server (in wsdd file, set style="wrapped") Using axis client calls the server, it works fine. However, .net client always returns null, even though the soap message has the resul...more >>

webservice consumer error 405: Method Not Allowed
Posted by Adam J. Schaff at 6/17/2004 5:37:40 PM
I have created a very simple web service and consumer test application. It works like a charm on my development pc, but when I try to deploy it to an intranet setting with an xp client and a windows 2003 server with IIS running, the consumer application gets a 405 error when it tries to access a ...more >>

Creatina a Webservice
Posted by Antoni Massó Mola at 6/17/2004 3:49:26 PM
Hi, I need to create a DB2 connector webservice. I have all the necessary code. When distributing the webservice, is it an actual DLL or is some type of text file that anyone can view its contents? Thanks ...more >>

How to implement Tracing!!
Posted by Jay at 6/17/2004 1:47:25 PM
Hello, I want to print some trace messages in my webservice. If I debug asp_net through VS.net wp I would like to see those trace messages. How do I go about doing it thanks jay ...more >>

Disconnecting a SQL Connection from a WebService
Posted by John at 6/17/2004 12:25:01 PM
I have Web Service with a SQL Connection and every time the web service runs it creates a new SQL Connection on the SQL Server. How do I get it to use only 1 SQL connection or at least drop old connections?...more >>

How to make a webservice available to majority of platforms?
Posted by ralphpass NO[at]SPAM yahoo.com at 6/17/2004 11:57:04 AM
I'm new to webservices but not .Net and was wondering if anyone could give suggestions on how to build a service that would be available to ColdFusion clients (internal) as well as unknowns (internet). I think in most cases my problem is understanding how best to pass "complex dataypes" back. ...more >>

Web Service only offers SOAP, where did HTTP-POST go?
Posted by DotNetGruven at 6/17/2004 11:56:38 AM
Hi, I'm working on a problem where a web service is showing support only for SOAP requests on the deveopment windows 2k3 server, yet on my development box, XP Pro, the Service Description page for each operation shows both HTTP Post AND SOAP as being available. Some of things I've checked are...more >>

DataTable from an array of objects returned from a webservice
Posted by kevin.schneider NO[at]SPAM level3.com at 6/17/2004 10:51:41 AM
I have the "simple" problem of wanting to take an array of objects I get from a webservice and turning them into a DataTable. The following is my solution and I'm looking for a critique of what I am doing. The names in the code below have been changed to "protect the company", but the spirit rem...more >>

WebService newbie - contenttype problem
Posted by Peter Heisen at 6/16/2004 9:18:37 PM
Wrote a very simple webservice. Trying to test with this simple VB Script client: dim soapClient set soapClient = createobject("MSSOAP.SOAPClient") on error resume next soapClient.mssoapinit("http://localhost/hdws/service1.wsdl") if err then wscript.echo "error 1" wscript.echo soapClie...more >>

Possible to add a Progress Bar to a Client consuming a slow Servic
Posted by johnmann56 at 6/16/2004 6:11:32 PM
Hello all. I have a Web Service written with VS .NET that takes up to a minute to process WebMethod calls from a client, due to the Service accessing and searching a large XML file (King James Bible). I would like to have a Progress Bar in the Client to show how far along the Service's processing of...more >>

System.Net.WebException: The underlying connection was closed: An
Posted by Edgar NO[at]SPAM CCrane at 6/16/2004 6:11:23 PM
I have developed a web application using VB.NET 2003 under the .NET 1.1 Framework and along with that application I also included a web service which will be an entry point for a VB.NET application to update certain data in the web site. The problem that we have recently encounted is that at rando...more >>

Serialization with XmlSerializer: how to set the XML root node to something different from <ArrayOfClassname>????
Posted by Bob Rock at 6/16/2004 5:11:27 PM
Hello, when serializing an array of elements of a class Classname using XmlSerializer.Serialize() I get an XML like the following: <?xml version="1.0"> <ArrayOfClassname> ....... ....... </ArrayOfClassname> I'd like to be able to set the XML root node to something different from <Arra...more >>

webservice failover
Posted by Joseph at 6/15/2004 6:09:46 PM
I have a web service (WS-A) running on multiple machines on a web farm and each of WS-A is calling another web service (WS-B) where its path is defined in the web.config file of WS-A. How can I implement failover for WS-B? i.e. if WS-B fails on one machine how can I tell WS-A on ALL machines to s...more >>

Invoking WebMethods WebService Issue
Posted by Arun Kumar at 6/15/2004 5:13:08 PM
Hi All, I'm trying to create a .NET client to consume a webMethods web service. Based on the wsdl file given by you I've generated a .NET proxy class using the .NET WSDL.EXE. The proxy class appears to send a valid request because webMethods sends back a valid response. However, when the proxy...more >>


DevelopmentNow Blog