| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | yes
see
http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemXmlSerializationXmlElementAttributeClassDataTypeTopic.asp
for doc on how to...
Dino Chiesa [Microsoft]
|
07-28-2004 05:08 PM
Dino Chiesa [Microsoft] | 4 | 18 |
|  | Dear group!
I just started to develop my first asmx-webservice using VB-Studio.NET 2003.
The famous 'Hello World' - sample runs fine on my...
Eric Voigt
|
07-28-2004 12:54 PM
Eric Voigt | 7 | 16 |
|  | I have a web service that carshes after 2-3 minutes of activity. It is the
same problem that was addressed in the following...
Naveen K Kohli
|
07-28-2004 11:18 AM
Naveen K Kohli | 0 | 25 |
|  |
paulngpc
|
07-28-2004 10:27 AM
paulngpc | 0 | 24 |
|  | Hi,
i am new on VB .net and i want to list all Active Directory Users in a WebInterface.
It is no problem in Windows Applications to list users, but...
Mario
|
07-28-2004 05:15 AM
Mario | 2 | 24 |
|  | Can anyone help?
I am writing an application to upload a data file to a remote website
running IIS and FP2002 extensions. If I use "My Network...
TonyR
|
07-27-2004 07:37 PM
TonyR | 0 | 19 |
|  | Hi,
I want to install a simple web service using IIS, how can I create a
directory under Inetpub/wwwroot/ and configure it into a web...
mei xiao
|
07-27-2004 06:10 PM
mei xiao | 0 | 25 |
|  | Hi,
In my web service method (written in C#), I have a method like public string
myMethod(out int test1, string test1)
but when I use a web client...
mei xiao
|
07-27-2004 04:56 PM
Dino Chiesa [Microsoft] | 1 | 24 |
|  | I have a web application in vb.net that allows a member to log in and change
their address information. I then save the changes in a database. I...
William Gower
|
07-27-2004 04:52 PM
Dino Chiesa [Microsoft] | 1 | 19 |
|  | It's the number of seconds a web service response is cached at the server.
The first time the method is called, the function runs and the reponse...
Brad King
|
07-27-2004 04:12 PM
Brad King | 0 | 19 |
|  | I'm calling an Axis web service (from a .Net client) that returns an array
of a complex type. The complex type wrapper appears to have been...
Brad King
|
07-27-2004 03:56 PM
Brad King | 3 | 21 |
|  | One option is to return a string. This is a more generic object anyway, it
should be easier to interface with other platforms.
"jhempe" <jhempe...
Marina
|
07-27-2004 12:54 PM
Marina | 0 | 22 |
|  | Server Error in '/BrlBsmart' Application.
----------------------------------------------------------------------------
----
Parser...
Joćo Melo
|
07-27-2004 10:31 AM
Joćo Melo | 0 | 29 |
|  | Hi,
I have a requirement to call webservices from my old C++
application.So first I tried with Vc++.net as follows.....There are 2
approach Dotnet...
AT
|
07-27-2004 08:36 AM
AT | 0 | 23 |
|  | I can create a web-service via the wizards fine.
(1) I'd like to create a web service that are entry-points into an existing
(already running)...
Mike
|
07-26-2004 07:51 PM
Mike | 0 | 19 |
|  | Hello All,
I have a question that I have been grapling with for sometime. I have
a web service that has been developed by using xsd schema and...
Shaji Sethu
|
07-26-2004 07:20 PM
Shaji Sethu | 3 | 25 |
|  | I'm new to web services, to honest I have never used them before. I need to
create a web service that will be located on a web server and called from...
Ricky A.
|
07-26-2004 06:31 PM
Ricky A. | 0 | 23 |
|  | are there special settings applied to IIS5, when creating a webService in
VS.NET?
I wonder - because when I create a webService (let's call it...
Eric Voigt
|
07-26-2004 01:14 PM
Eric Voigt | 0 | 20 |
|  | Russ Goetz via .NET 247 wrote:
Hi,
I have implemented publish/subscribe using MSMQ, it can be done with
some custom code there is no one simple...
Shaji Sethu
|
07-25-2004 07:24 PM
Shaji Sethu | 0 | 24 |
|  | Is there anyway to access this webservice that is behind a router/firewall?
- Thanks.
AT
|
07-25-2004 10:10 AM
Dale | 1 | 22 |
|  | Hi folks,
I need to route a SOAP message depends on a parameter in the request.
The service request looks like:
void MyWebServiceRequest(string...
AT
|
07-24-2004 08:02 AM
Tomas Restrepo \(MVP\) | 1 | 27 |
|  | What about query caching in a Web Service? I am creating a Web Service that
I would like to have some database information persist in memory as long...
Random
|
07-23-2004 01:20 PM
Dino Chiesa [Microsoft] | 1 | 34 |
|  | Hello,
I'm experiencing a problem that I'm hoping someone might be able to shed
some light on.
I have an ASP.NET page on a Windows 2000 machine...
JD
|
07-23-2004 04:59 AM
Sami Vaaraniemi | 2 | 16 |
|  | I need to add some information to the http header for my
soap proxy for authentication in the web service. I tried
overriding the GetWebRequest...
Brian Campbell
|
07-23-2004 03:04 AM
R.Balaji | 1 | 24 |
|  | I have captured some SOAP messages (using org.wsi.test.monitor.Monitor
of the WSI test tool). When I try to analyze the messages with WSI
test tool...
AT
|
07-22-2004 03:15 PM
AT | 1 | 17 |
|  | Hi,
I'm developing an application in C# with Windows Forms for my company
that is similar to the MSN Messenger. This application uses a
webservice...
AT
|
07-22-2004 07:18 AM
AT | 2 | 21 |
|  | Hello,
I have a web service that has a two user defined public classes. For
sake of brevity, I'll write them as follows
Public Class...
AT
|
07-21-2004 10:58 PM
Dale | 2 | 17 |
|  | I have an asynchronous call to a remote procedure that is invoked thru
BeginInvoke. The problem is that in the Delegate if I throw an event
before...
Jon Turner
|
07-21-2004 10:37 PM
Sunny | 3 | 18 |
|  | In looking into Web Services, I noticed that they can maintain Session
variables. How does a web service distinguish different sessions? Does
this...
Ken Varn
|
07-21-2004 10:36 PM
Tomas Restrepo \(MVP\) | 3 | 15 |
|  | I need to write a program that can be called from the web and from a desktop
application. They are not on different machine. Is web service the...
mimi
|
07-21-2004 05:16 PM
mimi | 2 | 19 |
|  | I am an experienced developer...but a novice at creating web services,
so please have mercy on me!
Here is my question: I developed a fairly simple...
AT
|
07-21-2004 02:03 PM
AT | 2 | 21 |
|  | Hi, there,
I have a small web service project written in C# and compiled using visual
studio.net, but how can I compile it using command line?
Thank...
mei xiao
|
07-21-2004 01:41 PM
Eric Cherng | 1 | 24 |
|  | Now can someone help me answer this question?
Northwind Traders is a chain of department stores located around the country. It is setting up a new...
Greg
|
07-21-2004 01:02 PM
JaR | 29 | 49 |
|  | hi,
i found out the first time calling the web services takes quite a long time
or after a certain period, calling the web services takes also quite...
Mullin Yu
|
07-21-2004 10:20 AM
Scott M. | 4 | 23 |
|  | Hi,
I am talking to a webservice for stock quote. I invoke the "getQuote" method
of the webservice by supplying the Company Symbol and it return me...
Stephen
|
07-21-2004 05:46 AM
R.Balaji | 1 | 19 |
|  | I am trying to catch exceptions in my web service and write to the event log
on the server. I used "regedit" to creat the key and source for...
Jim
|
07-21-2004 05:20 AM
R.Balaji | 1 | 21 |
|  | HI All,
I have a webform application that has a page with 2 datagrids on it, above
and below each other. The problem is that when the top grid ends...
Lee Trotter
|
07-21-2004 02:14 AM
Scott M. | 1 | 19 |
|  | hi all !!!!!
I have a winform app that calls a web service. when an internet connection
is available, it works smoothly. however when doesn't exist,...
Antonio Lopez Arredondo
|
07-20-2004 03:24 PM
Antonio Lopez Arredondo | 0 | 20 |
|  | there might be various ways the client of the WS is,
in fact, msxml parser and string might not experience significant issues,
but in System.net and...
Jim Hsu
|
07-20-2004 10:53 AM
Jim Hsu | 1 | 21 |
|  | When trying to consume a Web Service on my website from a Pocket PC
device, the Pocket PC app throws this error (I replaced my website
name, for...
AT
|
07-20-2004 09:18 AM
Gaston Fountainbleu | 1 | 16 |
|  | Hi
I am trying to get web reference to my first (!) web service which is on a
remote host. I am getting the following error;
Server Error in '/'...
John
|
07-20-2004 08:25 AM
John | 0 | 17 |
|  | Hi,
I'm building a Web Service that in some conditions has to send some
particular exceptions. In those cases I'm using a SoapException. The
message...
AT
|
07-19-2004 12:02 PM
AT | 0 | 18 |
|  | Hi,
iv'e a program and i want to remote control it. I've created a
WebApplication to do that, but i can't pass parameters to che pages from...
Valerio
|
07-19-2004 05:43 AM
Valerio | 3 | 14 |
|  | Dino Chiesa wrote:
first approach. In any distributed system the WSDL acts as a contract
between the two system so if you define your contract...
Shaji Sethu
|
07-18-2004 06:33 PM
Shaji Sethu | 0 | 23 |
|  | Hi all,
I am getting a strange problem while running my webservice in browser. There is no list of web methods and there is no error message as...
rituindian@-NOSPAM-rediffmail.com
|
07-18-2004 01:54 AM
Dale | 3 | 21 |
|  | My apologies for the repost, but I wasn't getting any response in the other
newsgroup.
I am developing a WebService which needs to start a COM...
Rahul Kumar
|
07-17-2004 05:21 PM
Dino Chiesa [Microsoft] | 3 | 22 |
|  | Hi All,
I am having performance issues with the .NET client calling the Java
Webservice running on axis. Have detailed the problem below....
AT
|
07-17-2004 05:17 PM
Dino Chiesa [Microsoft] | 1 | 23 |
|  | hi,
if my webmethod fails (eg database server is down) how do i send this
message back to the caller of the web method.
thanx
Frazer
|
07-17-2004 02:26 PM
Nick Malik | 2 | 20 |
|  | Here is a question:
Contoso Inc. is moving it's point-of-sales operations online. You have created an XML Web Service, which takes the product code...
Greg
|
07-17-2004 10:32 AM
The Poster Formerly Known as Kline Sphere | 1 | 18 |
|  | Hi
I have just uploaded my first web service to a remote host. So I am very new
to this. I am now trying to reference the ws by putting the ws...
John
|
07-16-2004 03:30 PM
John | 2 | 17 |