HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss in the ASP.net Web Services forum.



Post New Thread
Threads in Forum : ASP.net Web Services Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I've developed a framework for ASP.NET with a custom authentication module (HttpModule). This module is already working. This framework should...
AT
01-27-2004 12:57 AM
AT Go to last post
0 16
Hi I created a webservice with a simple we method to increment a number passed from the client(a console app) . Then i call this web service method...
nirk
01-26-2004 10:41 PM
nirk Go to last post
0 15
Hi, I was wondering if its possible to call a web service from MS Word, Excel or Outlook. If so, are there any examples avaialable? Thanks Suneet
AT
01-26-2004 10:23 PM
Dino Chiesa [Microsoft] Go to last post
6 20
I need to create some services for an application that needs to be called from a ColdFusion MX software. What is the best/easiest way to return a...
Stefan Barlow
01-26-2004 02:01 AM
Jan Tielens Go to last post
1 12
I'm looking for a good webservice to use. Do you know any? Thanks.
AT
01-26-2004 01:57 AM
Jan Tielens Go to last post
1 18
Hello, I am trying to design an ASP system which will submit the contents of a feedback form to a partner, based on a daily maximum number of...
Darren
01-25-2004 08:23 PM
Darren Go to last post
0 13
Hi all. I have a webservice that returns some data from an SQL backend which contains international data but when this is shown on the web service...
Paul
01-25-2004 04:58 AM
Paul Go to last post
0 13
I am new at webservices, if you have used remotecart at AWS (Amazon web services) could you supply an example of the dot notation to create, add item...
noone
01-24-2004 01:19 AM
noone Go to last post
0 10
I have a web method that returns a struct, and all the fields in the struct, which are marked as public, get nicely serialized to xml. However, what...
Mark Itzcovitz
01-23-2004 10:34 AM
Mark Itzcovitz Go to last post
2 6
Hi I created a webservice with a simple we method to increment a number passed from the client(a console app) . Then i call this web service method...
nirk
01-23-2004 07:26 AM
nirk Go to last post
4 16
Hello NG! The default for the timeout of an WebService is 100 seconds. I think, this is a long time to let the user know, that the server isn't...
01-23-2004 02:10 AM
Jan Tielens Go to last post
1 15
Hello Al I have to invoke a Web service that expects a MIME message that contains a SOAP message. The SOAP message's header contains a security...
Christopher Padgett
01-23-2004 12:45 AM
AT Go to last post
4 14
My application, which is a hand-coded HttpModule (not created with Visual Studio.NET) is acting inconsistently on different machines. I have a...
Mike Schilling
01-22-2004 08:26 PM
Mike Schilling Go to last post
0 12
hello, i have this issue: i'd like to create a method which simultaneously accesses 6 different search engines to look for some keywords and gives me...
mathew markowski
01-22-2004 03:23 PM
Shaji Sethu Go to last post
2 11
Bascially, I need to import some MLS data into a SQL Db from (3) comma-delimited files, as well as, upload and extract the images for the MLS...
Simple Simon
01-22-2004 03:18 PM
Shaji Sethu Go to last post
2 14
Hello Gurus, Trying to consume a webservice through aspx page over SSL with Client Certificate and getting below error. System.Net.WebException: The...
Sunil
01-22-2004 12:00 PM
Jan Tielens Go to last post
7 11
hi there, I'm new on web services... I've already created a webservice and created the proxy class using wsdl. How can I create a .asp page that...
JPinto
01-22-2004 01:29 AM
Jan Tielens Go to last post
1 14
I've built a web service that has a method which should return XmlDocument object's. The problem is: in the client, inspecting the web service...
Valmir
01-22-2004 12:13 AM
BVM Go to last post
4 11
I have a situation where I have WSDL and a schema that I want to implement a web service from on a Windows box using VS .NET. Everything else I...
Brian
01-21-2004 10:41 PM
Shaji Sethu Go to last post
3 14
Hi I need to setup a development environment where I can call XML Web Services over HTTPS. I have created a .cer file using the makecert.exe utility...
Andy
01-21-2004 06:31 AM
Jan Tielens Go to last post
3 26
Hi I'm trying to invoke a Web Service which is using BASIC authentication. Code for invoking: CredentialCache cc = new CredentialCache(); //the...
Liviu Olaru
01-21-2004 03:39 AM
Jan Tielens Go to last post
3 14
We've recently started porting our web service application to IIS 6.0. To minimize the behavior changes, we've put it into its own application...
Mike Schilling
01-21-2004 02:33 AM
Jan Tielens Go to last post
1 11
Hi my objective is to create a web service which will be running on a remote PC.The client PC will host a web application. The request/ response...
anonymous
01-20-2004 10:51 PM
anonymous Go to last post
0 11
Hi Randy, I have replied your previous post and stated this is a limitation in .NET Web service proxy. For some reason, you may not see my reply. I...
AT
01-20-2004 09:07 PM
AT Go to last post
0 10
I'm having problems returning complex types from my web service. The error I receive is "Value of type 'MyApp.localhost.TransferObject' cannot be...
Lachlan Gemmell
01-20-2004 06:18 PM
Jan Tielens Go to last post
5 14
I'm new with IIS & having a problem testing a sample XML web service. When I go to http://localhost/Calculator/Calculator.asmx The asmx file loads in...
Greg Freeman
01-20-2004 02:00 PM
Greg Freeman Go to last post
2 13
I'm wondering if it is possible in .NET to plug-in a custom authentication & authorization mechanism. So, that IIS applications and Webservice...
AT
01-20-2004 12:01 PM
AT Go to last post
4 13
if the web services has a run-time error, how can i send a custom soap error message, like embed the error stack...
Mullin Yu
01-20-2004 06:33 AM
Jan Tielens Go to last post
1 10
Hello I am new to web services and I have a number of questions. I have read the WSE documentation and various other articles, but I am not sure...
docs
01-20-2004 05:18 AM
Sami Vaaraniemi Go to last post
1 10
When I use bool parameter in my web method, it is always false regardless what I pass in. I can use int or char, but I don't believe that web...
Baohua Li
01-20-2004 02:18 AM
Jan Tielens Go to last post
3 13
A couple of weeks ago, I set up a .NET web service with one web method. Since then, my Linux client has been using the one method with no problem....
AT
01-20-2004 01:09 AM
Steve Evans Go to last post
2 17
Hi Randy, Thank you for using MSDN Newsgroup. I am Luke and I am review this issue currently. As I understand, your web service has a typed Dataset....
AT
01-19-2004 09:51 PM
AT Go to last post
0 12
Hi- I'd like to return the results of a stored procedure in a web service, and want to know if there is a way to present a "cleaner" XML structure...
Chris
01-19-2004 07:23 PM
Michael Pearson Go to last post
3 18
I'm creating a custom soap extension and i've got my two classes that inherit from SoapExtension and SoapExtensionAttribute respectivly. I've...
john conwell
01-19-2004 07:21 PM
John Conwell Go to last post
1 8
Hi Everyone, I was using Inprocess session objects, but incase of aspnet process crashes the session objects were lost as a result I decided to...
Maximus
01-19-2004 05:51 PM
Maximus Go to last post
0 13
I've a tested .asmx (web service using codebehind), would like to deploy to another server. Here is what "Deploying XML Web Services" of .NET...
AT
01-19-2004 02:52 PM
AT Go to last post
0 11
Newbie question here, so please bear with me as I'm sure this has cropped up before. I'm trying to develop a Proxy Client than connects to a...
Donald Nova
01-19-2004 09:30 AM
Donald Nova Go to last post
0 14
I have a problem with Web Service in a Windows 2000 Advanced Server Machine. I have a WebService calling a Method in a Remote Object. The Remote...
Karuppasamy
01-19-2004 09:11 AM
Karuppasamy Go to last post
0 9
I have a problem with Web Service in a Windows 2000 Advanced Server Machine. I have a WebService calling a Method in a Remote Object. The Remote...
Karuppasamy
01-19-2004 09:10 AM
Karuppasamy Go to last post
0 11
I have a project named NET. It has .aspx and one .asmx files. This NET is a virtual directory and application in IIS: - All .aspx and one .asmx and...
AT
01-19-2004 08:49 AM
AT Go to last post
5 13
Hi, I am using Assembly.LoadFrom within a web service to load assemblies from a web site. This web site is in the same machine where I am running...
surya
01-19-2004 08:37 AM
Jan Tielens Go to last post
7 24
Hi I am planning to use Web Service a as a part of my project development. I need some input 1)How is asynchronous web service call better/inferior...
nirk
01-19-2004 08:29 AM
Jan Tielens Go to last post
3 13
Hi, Have anyone ever encountered an exception error: The request failed with HTTP status 405: Method not allowed when trying to remotely invoke a...
Lisa Ngo
01-18-2004 05:55 AM
Jan Tielens Go to last post
3 14
After reading about typed datasets I thought they would be perfect for accepting the complex data in a web service I am writing. I set about defining...
AT
01-18-2004 12:46 AM
AT Go to last post
0 9
Hi Where can I find good information about 1. Web Services future, vision, development direction, enhancements. 2. Succesful solutions using Web...
Lauri
01-16-2004 05:44 PM
Fred Chateau Go to last post
1 10
Hello everyone, I have a couple of questions. Please jump in and provide your comments and views. First, does the webservice not behave as a...
Matthew Holton
01-16-2004 02:36 PM
Matthew Holton Go to last post
3 11
how to get the sql server data through xml code
senthil
01-16-2004 02:18 PM
Dino Chiesa [Microsoft] Go to last post
1 14
I have an ASP.NET web application running on a load-balanced Windows Server 2003 web farm running IIS 6.0, using Active Directory authentication. ...
AT
01-16-2004 09:50 AM
AT Go to last post
2 14
Hi, I was trying to generate a c# proxy file which contained a web method that returned SqlDataReader but the wsdl http://localhost/etc etc said it...
Colin Basterfield
01-16-2004 02:05 AM
Jan Tielens Go to last post
3 11
I have created an ASP.NET webservice. The webservice is accessed from a flash movie created with Flash MX 2004 Professional. I'm experiencing random...
Casper Hornstrup
01-16-2004 01:28 AM
AT Go to last post
5 17
Post New Thread

Display Options
Showing threads 4751 to 4800 of 5929
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.