| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I am trying to find out if there is a way to tell if there is already a
filesystemwatcher (created by a webservice) monitoring a folder.
I have a...
John S
|
10-04-2007 06:11 AM
Matt F | 5 | 10 |
|  | Hi,
Please excuse the elementry nature of this query - I'm new to web
services.
I created a webservice in VB.NET (studio 2005 fwk 2.0.5..) which...
Flic
|
10-04-2007 05:37 AM
Flic | 2 | 14 |
|  | Hi, all.
I've been working with Visual Studio 2003 for a long time but am
upgrading now to VS2005. I have an existing (C#) Web Service project
that...
Mark W. Schumann
|
10-03-2007 06:59 PM
Mark W. Schumann | 0 | 10 |
|  | hi,
I am getting the error "web service has timed out operation" when i called
the component from my webservice.
gancy
|
10-03-2007 01:03 PM
gancy | 0 | 11 |
|  | Hi,
Is it possible to dynamically change the SoapDocumentMethodAttribute?
Scenario:
We have a number of clients, each with their own web service,...
yaron
|
10-03-2007 11:49 AM
yaron | 0 | 9 |
|  | that's a good question - but i'm afraid I don't know the answer. You'd
expect an exception somewhere, but where it would surface I've got no idea.
I...
Andrew Brook
|
10-02-2007 10:37 AM
chendricks | 2 | 8 |
|  | Hi All,
I have XML:
<RegistryResponse status="Success" xmlns="urn:oasis:names:tc:ebxml-
regrep:registry:xsd:2.1">
<AdhocQueryResponse...
freddysetiawan@gmail.com
|
10-01-2007 10:47 PM
freddysetiawan@gmail.com | 0 | 9 |
|  | Hi,
I am getting the following error when I try to add web reference from Visual
Studio 2005 for a third party web service
There was an error...
Pavi
|
10-01-2007 02:44 PM
Pavi | 0 | 16 |
|  | It seems to me that whenever I post a question that mentions
/clr:newSyntax, it is the "kiss of death" as far as getting any
answers is concerned. ...
Russ
|
10-01-2007 02:00 PM
Sheng Jiang[MVP] | 6 | 10 |
|  | Hi,
I've got a requirement to poll a web service for data but it needs to
be done very frequently. The web service call is straight forward,...
kebalex@gmail.com
|
09-30-2007 04:30 PM
Alex Bond MCTS | 3 | 12 |
|  | I have generated a Web-Service-Proxy (Add Web Reference) within VS.
This proxy class is based on WebServicesClientProtocol of WSE 3.0. I
want to add...
Nithi Gurusamy
|
09-28-2007 06:07 PM
Nithi Gurusamy | 0 | 11 |
|  | "Fré" <Fr (AT) discussions (DOT) microsoft.com> wrote
The exception gives you the answer. The class doesn't have a...
John Saunders [MVP]
|
09-27-2007 04:56 PM
John Saunders [MVP] | 0 | 11 |
|  | I'm attempting to create one continuous xsd type with 2 C# objects, one of
which that inherits from each other. When ASP.net 2.0 serializes...
Jay Douglas
|
09-27-2007 09:29 AM
realapak | 1 | 12 |
|  | I have a webservice that I am calling from an application running on a
Windows Mobile device, and I am coming across a problem where the...
John S
|
09-27-2007 02:41 AM
John S | 3 | 6 |
|  | Our .Net application calls a web method of aplpication 2 that resides on
their Apache server. When I as a developer C#, Studios 2003, make the call...
Tim Reynolds
|
09-26-2007 04:39 PM
Christian Torvnes | 8 | 19 |
|  | Hi all,
I've read about web services, xml rpc, soap, wsdl, uddi etc etc and I even
have access to a company with some 6-7 web services that are...
Jan
|
09-26-2007 04:09 PM
Jan | 0 | 12 |
|  | Hi!
I have written a webservices that return a serialized class.
The class was generated from a schema defintion and so the information about
the...
Peter
|
09-26-2007 03:31 PM
Peter | 0 | 9 |
|  | Hi,
We have a product implmented with .NET (C#) as an application, it is
released as .exe file plus .dll files. Now we want to make it...
ybi10@yahoo.com
|
09-26-2007 02:52 PM
John Saunders [MVP] | 1 | 8 |
|  | I am trying to manipulate a web service call so that the content of
the SOAPAction header is read from a configuration file.
I am overriding the...
6kjfsyg02@sneakemail.com
|
09-26-2007 01:28 PM
6kjfsyg02@sneakemail.com | 1 | 15 |
|  | Hi,
In my application which has two or more threads calling web
service or just HttpWebRequest I am seeing some HTTP 400 errors retrun
in the...
JohnH
|
09-26-2007 11:26 AM
Paula DiTallo | 1 | 19 |
|  | I am interested in getting more information on replacing .Net Remoting with
WCF or even better with WSSF.
I notice that the WSSF guidance doesn't...
FrazGJF
|
09-26-2007 09:46 AM
John Saunders [MVP] | 6 | 20 |
|  | Does anyone know how I can hit a generic web service and pull back all
exposed methods and properties?
r
|
09-25-2007 01:27 PM
Jeremy | 5 | 31 |
|  | Im writing a web service to return the ouput from a console app running on
the server but I can't get it to work. Nothing happens it seems ... The...
Maximilian
|
09-25-2007 01:18 PM
Jeremy | 2 | 12 |
|  | Hi
Another question about Sessions in webservices
I have read, that usin Sessions in a webservice is a bad design?
Lets explain my scenario;
1)...
Redivivus
|
09-25-2007 11:34 AM
Spam Catcher | 2 | 14 |
|  | Hi
How can i access Sessionstate from another class?
Lets say i have webservice where i define Session=1;
In my webservice project i have a common...
Redivivus
|
09-24-2007 03:07 PM
ThunderMusic | 4 | 10 |
|  | I have a Web Service that was originally created with .NET VC 2003,
and subsequently converted to the 2005 version. It works fine when
built as a...
Russ
|
09-24-2007 02:17 PM
Russ | 0 | 11 |
|  | Hi All:
I am using .NET 2003, I have a page using JS to call a web service to add a
product to the shopping cart, inside web service, I add the...
Echo
|
09-21-2007 11:11 PM
John Saunders [MVP] | 1 | 12 |
|  | I was under the impression that I could have multiple versions of the same
method (same signature) to support backward compatible clients. Is there...
dootndo2
|
09-21-2007 08:48 AM
dootndo2 | 0 | 14 |
|  | Hello,
MSDN documentation at
http://msdn2.microsoft.com/en-us/library/ms998562.aspx#scalenetchapt10_topic16 states:
<quote>
YourWebMethod() { ......
=?Utf-8?B?Tmljaw==?=
|
09-20-2007 01:48 PM
Nick | 16 | 19 |
|  | Hi,
I want to call a dotnet webservice from our asp page through HTTPS protocol.
For that i install SSL certificate at my machine and write the...
Akash
|
09-20-2007 03:04 AM
Akash | 0 | 6 |
|  | hy guys, i need som help about using sharepoint Web Service. I'm using
sharepoint web service to return me a image from the document library,...
Marcos Lavin
|
09-19-2007 03:26 PM
Marcos Lavin | 0 | 10 |
|  | I have an existing ASMX web service produced WSDL. I am trying to upgrade
the ASMX to WCF. The client side applications are already deployed...
Hao
|
09-19-2007 11:42 AM
Spam Catcher | 3 | 16 |
|  | The project I am working on is based upon the article on how to implement a
search solution using sharepoint from the September MSDN Magazine, "Find...
Trey Mitchell
|
09-19-2007 09:44 AM
Trey Mitchell | 0 | 11 |
|  | Felix, by the error you get it is most likely that the windows user under
which the webservice / ASP.Net is running, does not have a printer...
Nick
|
09-19-2007 05:18 AM
Nick | 1 | 9 |
|  | We have recently converted a web service to WCF using the namedpipes binding
(same machine). The web service ran happy disconnected running as a...
markeboy
|
09-18-2007 08:12 PM
markeboy | 0 | 13 |
|  | I'm running into trouble with the decoding of the micron character in a
string. Instead of "µ" I get "??". From what I can see the character...
priebedna
|
09-18-2007 03:48 PM
priebedna | 0 | 11 |
|  | I have a web reference WSDL, but it doesn't really create an XSD. I'm
trying to generate datasets from the WSDL file but not sure how to do
so.
I...
newtonwong@gmail.com
|
09-18-2007 11:57 AM
newtonwong@gmail.com | 4 | 14 |
|  | Is there such a thing as a single instance web service? Is it possible to
have all calls to a web service share one property value by declaring it...
aesper
|
09-17-2007 12:28 PM
aesper | 7 | 12 |
|  | Hi,
From reading various articles on scalability issues, I understand that there
is only a finite number of ASP.NET worker threads and any long...
Paul Hadfield
|
09-17-2007 08:00 AM
Paul Hadfield | 0 | 10 |
|  | I am using a webservice client that was created from a WSDL file
in .Net 1.1.
The client ALWAYS works the first time I call it.
The second call...
Doug Ferguson
|
09-14-2007 07:39 PM
Doug Ferguson | 6 | 13 |
|  | The web service is called by a program running on pocket pc. When to
call the web service, the first call is still ok, but for the second
or later...
alho
|
09-14-2007 07:17 PM
Doug Ferguson | 6 | 15 |
|  | Believe it or not, I've searched quite a bit and can't find any relevant
information on how to consume a J2EE web service from a .NET...
Scott M.
|
09-14-2007 05:24 PM
Scott M. | 5 | 8 |
|  | Hi,
We publish our pages in a 3rd party web server, so they host our website.
but behind scence data is stored in our internal SQL server, all...
Hang
|
09-14-2007 05:06 PM
Mel | 1 | 12 |
|  | I'm writing a client (C#) for an ASP.NET 2.0 Web Service. From within the client, with its web reference to the Web Service, how do I get the Web...
Gustaf
|
09-14-2007 09:18 AM
Gustaf | 5 | 11 |
|  | Hey Matt,
I found that to be a real problem too... I didn't really resolve it so I
created a work around... what I do is before I encrypt and send...
RYoung
|
09-13-2007 01:02 AM
SomeGuy | 1 | 25 |
|  | I have a client which consumes Web Service (WCF - .NET Framework 3.0). I
would like to see a Soap message generated when a client calls a Web...
=?Utf-8?B?QWplaw==?=
|
09-12-2007 11:16 PM
SomeGuy | 2 | 14 |
|  | Hello,
I'm seeing some behavior I don't quite understand with the following,
wondering if anyone could shed some light.
We have a legacy VB6...
Mr. Land
|
09-11-2007 03:58 PM
Mr. Land | 4 | 10 |
|  | Hi All,
When I run my webservice, I got the following error message:
System.TypeInitializationException: The type initializer...
Romeo
|
09-11-2007 06:02 AM
Romeo | 2 | 10 |
|  | I have a web service that I converted from VS 2003 Framework 1.1. to VS 2005
Framework 2.0. I tried to use the same IIS web site to run the web...
Rick
|
09-10-2007 11:06 PM
Steven Cheng[MSFT] | 7 | 12 |
|  | Hi,
I am implementing a solution which, among other things, encrypts the body of
a SOAP document.
I am using SOAPHeaderAttributes to achieve...
SomeGuy
|
09-10-2007 09:52 PM
SomeGuy | 0 | 9 |