| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Unless I am very much mistaken this is a feature. And this puzzled me for a
while and I did the same as you, sensibly separating out the DataSet...
Ben
|
07-09-2003 10:10 PM
AT | 3 | 29 |
|  | Hi All,
PocketPC 2002
VC#
I'm executing an webservice method from remote server on the PocketPC
Device, but the execution is slow (I'm mean really...
Nikolay S
|
07-09-2003 06:38 PM
Nikolay S | 2 | 31 |
|  | I've written a simple web service in which I'm accessing some DLLs. When I
run it, I get following error:
CS0009: Metadata...
Navin Mishra
|
07-09-2003 06:27 PM
Navin Mishra | 0 | 31 |
|  | I'm trying to call a web service method over HTTPS. However the
certificate installed on the web server has the load-balanced dns name
of the whole...
Ryan Stevens
|
07-09-2003 04:40 PM
Ben | 1 | 40 |
|  | I get the following error when calling a web service that returns a dataset
with about 4000 records (one table, nine fields):
A managed...
Sacha Korell
|
07-09-2003 04:09 PM
Sacha Korell | 0 | 26 |
|  | All web requests and responses by default under ASP.NET are sent as unicode
and are encoded as unicode UTF8.
This can be changed in the web.config...
Ben
|
07-09-2003 03:49 PM
Ben | 0 | 29 |
|  | Hi all,
I am having a problem with the ODBCConnection class when trying to open
a connection to my Paradox table in my WebService. When using it in...
Jonathan Sauvé
|
07-09-2003 03:13 PM
Jonathan Sauvé | 0 | 27 |
|  | Hi,
I am new to webservices and soap and trying to have some webservice client
on my personal website, most of cool web services i saw...
A.M
|
07-09-2003 02:57 PM
Joe Jorden | 2 | 43 |
|  | Hi,
I'm using the fire forget one way call to a webservice passing
in an array into the web service method. But for some reason
when it makes a...
AT
|
07-09-2003 11:10 AM
AT | 0 | 25 |
|  | Dear group,
I have a webservice which I use as a datalayer. Basically its function
is to fill a strongly typed dataset with data and return it to...
Thomas Zaleski
|
07-09-2003 10:38 AM
Thomas Zaleski | 0 | 30 |
|  | My project involves editing a complex set of data
populated from 5-6 tables in a smart client WinForms
process.
1. Clients requests data.
2. Server...
Emre Aydinceren
|
07-09-2003 08:01 AM
Giri | 1 | 27 |
|  | Do you have some idea.. why cannot invoke webservice.
I create in .Net environment and rebuild solution, then
put tu wwwroot/<path> and from client...
Velickovski Zoran
|
07-09-2003 06:01 AM
Velickovski Zoran | 0 | 31 |
|  | Oliver,
I haven't tried it, but I imagine you can probably do this with a
SoapExtension on the client side. That said, is there any reason why...
Tomas Restrepo \(MVP\)
|
07-09-2003 03:03 AM
AT | 2 | 36 |
|  | You can use the custom SOAP filter capabilities of WSE.
This might...
George Zacharias
|
07-09-2003 12:30 AM
George Zacharias | 0 | 34 |
|  | return an XmlNode
"Dave" <davet65109 (AT) hotmail (DOT) com> wrote
Dino Chiesa [MSFT]
|
07-08-2003 10:25 PM
Dino Chiesa [MSFT] | 0 | 35 |
|  | all consumers of a web service will use the same URL.
Consuming from ASP,
you should use the same URL that you used when consuming the web service...
Dino Chiesa [MSFT]
|
07-08-2003 10:22 PM
Dino Chiesa [MSFT] | 0 | 46 |
|  | "Ashish" <asdd (AT) hotmail (DOT) com> wrote
yes.
solution: Don't use types that are platform specific (like java Arraylist or
Vector, or like .NET...
Dino Chiesa [MSFT]
|
07-08-2003 10:14 PM
Dino Chiesa [MSFT] | 0 | 38 |
|  | Implementations should become available as the specifications themselves
become finalized.
The specs aren't cooked yet, so the implementations aren't...
Dino Chiesa [MSFT]
|
07-08-2003 10:08 PM
Dino Chiesa [MSFT] | 0 | 36 |
|  | Don't worry, I just found out that a new dev company
picked up the propject and aren using .net also!
Lachlan
Lachlan James
|
07-08-2003 08:34 PM
Lachlan James | 0 | 35 |
|  | Hi, I am using a web service to call an asp page on a remote server via
System.Net.WebClient . The asp page returns a xml stream persisted from...
MB
|
07-08-2003 05:14 PM
MB | 0 | 35 |
|  | DataTable is not serializable, you have to put them in a
dataset.
ectMethod()
() +506
r.Reflect(Type
Emre Aydinceren
|
07-08-2003 04:19 PM
Emre Aydinceren | 0 | 46 |
|  | Hi,
Does anyone have a sample of Basic Http Authentication for a Web Service.
Any help appreciated!!
Thanks
Ted
Ted
|
07-08-2003 11:48 AM
Ted | 0 | 40 |
|  | Come modification to my sample:
Public Class Info
Public name As String = "Superman"
Public email As String = "Superman (AT) superman (DOT)...
AT
|
07-08-2003 07:15 AM
AT | 0 | 35 |
|  | Hi:
EVen iam getting evrything, that accesssing web services from VB, using SOAP
Tool kit. But i would to provide security for the VB client inorder...
Rama krishna
|
07-08-2003 04:19 AM
Rama krishna | 0 | 37 |
|  | Hello John,
You can use .NET Remoting to enable different applications to communicate
with one another, whether those applications reside on the...
AT
|
07-08-2003 03:34 AM
AT | 0 | 30 |
|  | Yes there is. Static means what ever reference you set it to at design
time, probably locahost if you wrote the web service yourself. Dynamic
means...
Ben
|
07-07-2003 07:07 PM
Ben | 0 | 36 |
|  | Why are you calling a webservice that is within the same app. Shouldn't the
web service be on a different server or at least be a different...
Ben
|
07-07-2003 07:01 PM
Ben | 0 | 31 |
|  | Hello,
Does anybody know how to launch MS Word application from ASP.NET webservice
?
I'm receiving AccessDenied exception.
What could be wrong with...
Rokas Valantinas
|
06-27-2003 10:32 AM
Rokas Valantinas | 0 | 39 |
|  | Hi,
Is there an equivalent object that I can use to replace the regular
Dictionary object?
I played with DictionaryBase and DictionaryEntry and...
Vicky S
|
06-26-2003 08:29 AM
Vicky S | 0 | 42 |