| | Rating Thread /
Thread Starter | Last Post  | 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 | 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 | 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] | 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] | 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 | 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 | 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] | 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 | 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] | 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 | 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 | 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 | 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] | 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 | 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 | 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 | 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 | 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 | 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] | 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 | 0 | 36 |
|  | Hardcoding and sending soap responses...
--------------------------------------------------------------------------------
Hi,
I need to develop a...
Sinex
|
04-26-2007 11:04 AM
Egghead | 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 | 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 | 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 | 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 | 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 | 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 | 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\) | 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 | 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\) | 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 | 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 | 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 | 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 | 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 | 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] | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 1 | 50 |