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     
Hi. I have an asp.net application that needs to serve some data to heterogeneous clients (some Java applications, one PHP application and other .NET...
Robert Scheer
05-07-2007 08:13 AM
mojeza Go to last post
13 106
You put me to the right place. Thank you so much ! "Arne Vajhøj" <arne (AT) vajhoej (DOT) dk> wrote
ASP.NET explorer
05-05-2007 07:36 PM
ASP.NET explorer Go to last post
4 46
Hallo, I need to create a webservice according to a already defined WSDL. Normally in VS2005 I create a new ASP.NET Webservice and the WSDL...
emixode@gmail.com
05-03-2007 02:58 PM
John Saunders [MVP] Go to last post
1 56
Greeting. We have a web service which is written in ASP.net (C#). When a user makes a request, it takes a while (average 100 seconds) to get...
linda.chen@faa.gov
05-03-2007 02:55 PM
John Saunders [MVP] Go to last post
2 41
Hi all, We have a webservice (service1), which calls another webservice(service2) from another orginization. Our end users make requests throught...
linda.chen@faa.gov
05-03-2007 01:33 PM
linda.chen@faa.gov Go to last post
5 54
Hi, I have a server side Web service for uploading files using WSE3 and MTOM on Windows SBS 2003 and a windows form application written in VS.NET...
Asaf
05-03-2007 06:26 AM
wse Go to last post
9 61
I am using ThreadPool to generate multiple threads in my Web Service. Web methods call ThreadPool.QueueUserWorkItem and then wait for the...
Fowad
05-02-2007 06:48 PM
John Saunders [MVP] Go to last post
1 45
I have parameters from a database that get loaded when a web service is called. Is there any way to have it stored in memory so I don't have to...
Mufasa
05-02-2007 01:52 PM
Mufasa Go to last post
0 47
"Sinex" <manoj.johar (AT) honeywell (DOT) com> wrote I don't understand why it is failing. This looks like a bug in the tool. -- John Saunders
John Saunders [MVP]
05-02-2007 12:51 PM
John Saunders [MVP] Go to last post
0 51
Hi , I have some problem in XML Serialization. Basically.the trouble is when I am trying to serialize nested ArrayList (or arrays). The serializer...
Sinex
05-02-2007 08:45 AM
Sinex Go to last post
0 45
Hi, I have a webmethod. It takes an int parameter. I want this to get serialized as an XMLAttribute...so I used the XMLAttributeAttribute decoration...
Sinex
05-01-2007 02:11 AM
Sinex Go to last post
0 53
I am trying to test some webservice methods that exist on a server. When I go to run them I get the message: "The test form is only available for...
cmay
04-30-2007 07:02 PM
cmay Go to last post
1 53
how can I deal with a web service that my not respond or my respond beyond my, say 30 second, tollerance? thanks Gary
GaryDean
04-30-2007 12:56 AM
Steven Cheng[MSFT] Go to last post
2 61
Hi, Below is that actual SOAP message I want to send as a response. Is it possible to hardcode this as a string and send it across? How do I do...
Sinex
04-29-2007 04:04 AM
Sinex Go to last post
0 47
I have 2 web methods in a .asmx file. IIS 5.0, Win2k server. The first webmethod takes about 20 string parameters and when I cick the invoke...
scot_m@hotmail.com
04-27-2007 11:07 AM
scot_m@hotmail.com Go to last post
0 46
Hopefully this is the right group. I am getting the following exeption: Member 'PPRP602AType.RPLY_HEADER' hides inherited...
Kevin Burton
04-27-2007 09:33 AM
gpartin33324 Go to last post
1 65
Hi, I need info on the basics of webservices. I want to write a .net webservice that will be consumed by a client developed in Java. The client will...
Sinex
04-27-2007 06:37 AM
Sinex Go to last post
0 49
Hello all, I was wondering... If you look in the documentation and on the web to find any info on long running webservice calls, they all come down...
Jesse Houwing
04-26-2007 04:39 PM
Jesse Houwing Go to last post
0 28
Hi, I am creating some SOAP web services in .net 2.0. The services (and classes) on the server side live in different namespaces. I was wondering if...
nyathancha@hotmail.com
04-26-2007 12:42 PM
John Saunders [MVP] Go to last post
1 30
I need know if exist any way to abort a request in a web service call, from a SoapExtension but with out generate a exception. The method...
Esteban Yanson
04-26-2007 11:58 AM
Esteban Yanson Go to last post
0 36
Hardcoding and sending soap responses... -------------------------------------------------------------------------------- Hi, I need to develop a...
Sinex
04-26-2007 11:04 AM
Egghead Go to last post
1 31
Hi, I am creating some SOAP web services in .net 2.0. The services (and classes) on the server side live in different namespaces. I was wondering if...
nyathancha@hotmail.com
04-26-2007 01:11 AM
nyathancha@hotmail.com Go to last post
0 23
Hi, I am creating some SOAP web services in .net 2.0. The services (and classes) on the server side live in different namespaces. I was wondering if...
nyathancha@hotmail.com
04-26-2007 01:06 AM
nyathancha@hotmail.com Go to last post
0 30
I'm trying to access a web service with another user running under the built in web server in VS.NET 2005. I have the following code to access the...
mail747097@fificorp.net
04-26-2007 12:55 AM
mail747097@fificorp.net Go to last post
1 33
Thanks Mathias Wührmann. I got the solution. -- Thanks & Regards, Srinivasan.K Mobile : +91-9840100320
Srini
04-25-2007 10:20 PM
Srini Go to last post
2 36
Hi. I need to write a simulated web service to give to my clients' development team. For the simulated service the client doesnt want...
Sinex
04-25-2007 08:50 AM
Scott Holman Go to last post
1 25
Hi ! Am writing a webservice that will be called by another web service. Now, I understand that we have to agree on a contract before the two web...
Sinex
04-25-2007 12:15 AM
Sinex Go to last post
0 32
I have just created a WCF service that is using WShttpbasic and all is good when another .net 3.0 application consumes it. However, I have legacy...
Greg
04-23-2007 02:16 PM
Cowboy \(Gregory A. Beamer\) Go to last post
5 48
I have tested this in a variety of scenarios and the results lead me to point at .NET 2.0. I have also recreated the error in a newly created "hello...
ksdafh
04-23-2007 04:29 AM
NICOLA Go to last post
1 44
I need to build a bridge between two applications and have been told to do it using web Services. Can anyone tell me where I can find a good...
E@GD
04-19-2007 01:49 PM
Cowboy \(Gregory A. Beamer\) Go to last post
1 34
I'm working on shipping rate calculator going back and forth via XML. The thing I'm confused about is that the code works, but after a few hours and...
Joel Barsotti
04-19-2007 11:22 AM
Joel Barsotti Go to last post
0 27
Hi All, Trying to pass a 5Mb file in byte array parameter on a method. It seems to time out. I have set the ExecutionTimeOut in the web.config to...
landers
04-19-2007 08:34 AM
landers Go to last post
2 35
I'm trying to get my head around using xsd's to classes to my web method so a client can submit an order either from .Net or SOAP or any xml post. ...
Scottk
04-18-2007 01:04 PM
Scottk Go to last post
0 40
Environment: c#, Framwork 2.0, Win2003 server, IIS 6.0, Copy deployment (uncompiled source code deployed to server) I have written a web service...
kirk
04-17-2007 06:13 PM
kirk Go to last post
4 38
Hi here, I have a web service that is called by some clients behind a ISA server (automatic configuration script). After research the topic and...
Egghead
04-17-2007 07:25 AM
Egghead Go to last post
0 32
hello, I am wondering what is the best approach here. I have a web application that will authenticate when making web service calls. I want a...
TS
04-17-2007 02:23 AM
Steven Cheng[MSFT] Go to last post
7 60
If you use your browser to navigate to http://www.fsa.gov.uk/register/, it will redirect you to...
wizofaus@hotmail.com
04-17-2007 12:26 AM
wizofaus@hotmail.com Go to last post
0 29
No matter how I configure a Com singleton server ( exe ), I keep getting a com exception ( 0x8000401A ) when attempting to instantiate it from a...
atlasgp
04-13-2007 01:46 PM
atlasgp Go to last post
0 32
Hi, I've an ASP.NET web service that consumes other web services as well as sends data to client using TCP blocking sockets on a custom thread...
Navin Mishra
04-13-2007 10:55 AM
Navin Mishra Go to last post
0 31
Hello Experts. I need your help, I am new to XML web service, and I have to complete one task. Here is current situation. 1. I have web service...
Rikleo
04-12-2007 03:46 PM
Rikleo Go to last post
1 36
Hi! I'm in desperate need for help. ;) Given is a table on SQL Server 2005 (T_IDTest with two columns: ID autoid and Text varchar). I implemented...
Robert Wachtel
04-11-2007 03:37 PM
Robert Wachtel Go to last post
0 28
I have an aspx page that contains a GridView which is data bound to an ObjectDataSource. The ObjectDataSource is calling the class generated by...
Dennis McCarthy
04-11-2007 02:52 PM
Dennis McCarthy Go to last post
0 37
I am writing an ASP.NET application to consume an Apache Axis 1.2 web service. The service contains a single method that returns a complex type. The...
KittyHawk
04-10-2007 12:46 PM
John Saunders Go to last post
1 31
hi all, we get an error like : System.Net.WebException: The request failed with HTTP status 401: Unauthorized for one of our web service. This...
SenthilVel
04-09-2007 07:26 PM
SenthilVel Go to last post
0 36
Hi all, I am a new web service developer. I want to know about how to write web service with xml schema. I have searched a lot of xml schema topic...
Beginner
04-09-2007 09:44 AM
Jorgebg Go to last post
1 48
Ok, please don't hold this against me, I know there are like 50 topics out there about this, but none of them really address the basics of this issue...
Quick
04-09-2007 07:03 AM
Quick Go to last post
3 32
Hi, I have a Web Service with one Web method which sends some commands to a device via socket connection. I want to synchronize sending commands to...
Kursat
04-07-2007 02:25 PM
Kursat Go to last post
0 28
I have a webservice which queries the database, but some of the columns, contains null value, and don't show in the final XML that is sent to...
N S S
04-06-2007 10:33 AM
John Saunders Go to last post
3 34
Hi ! Am writing a webservice that is gonna be called by another webservice to synchronize a database. My DB has thousands of records. I dont want...
Sinex
04-06-2007 12:20 AM
Sinex Go to last post
0 32
Hi, I wrote a simple webservice client in c# that obtains an xml stream from the National Weather Services...
Ashwath Murthy
04-05-2007 04:47 PM
Latish Sehgal Go to last post
1 50
Post New Thread

Display Options
Showing threads 351 to 400 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.