| Thread | Last Post | Replies |
|
| need help ! | 28 May 2005 22:11 GMT | 1 |
Can anyone help me out on this ? from my web service I need to call a store procedure to fill a dataset which will be returned to client. When I test my store procedure, it takes 90sec to retrieve records ( about 30 records returned ). However, when I test the
|
| Sending requests to two different servers | 28 May 2005 22:09 GMT | 1 |
I'm not sure if this is the correct newsgroup but from my research so far, it seems to be. I need to have a web page with information sent to another server for processing (sql query, etc.) but instead of the information going directly
|
| Webservice handling amount of requests per sec/min....... | 28 May 2005 22:03 GMT | 1 |
Is there any indication of how many request a webservice can handle per say second? I know it will depend on the hardware used and what the webservice does, but are there any articles floating around on the web or can someone give me
|
| Web Service And Datareader | 28 May 2005 15:42 GMT | 6 |
I have a web service that connects to a SQL Server database and return an sqlDataReader Object. When launch the web service in the web browser, this exception is thrown:
|
| Remotely change webservice application settings | 28 May 2005 07:05 GMT | 2 |
I'm writing an webservice which has some settings that need to be loaded into the webservice and get used by all instances/connections. I want to be able to remotely change the settings (using asp.net website) so that a next instance usses those settings and save them so when the ...
|
| help with .asmx? | 28 May 2005 02:16 GMT | 1 |
.asmx not getting parsed. whten I call a page with an .asmx extensionon my machine all I get is the code, it does not get parsed. how can I fix this, can I manually add some ISAPI application to IIS to make
|
| Exception in WSE 2.0 example | 27 May 2005 14:36 GMT | 3 |
I am trying to run the Secure Conversation example in WSE 2.0. On the call to client.IssueSecurityContextTokenAuthenticated(token, issuerToken); I get the following exception:
|
| Submitting an Array to a Webservice. | 27 May 2005 13:21 GMT | 7 |
I've got an order entry webservice whose WSDL looks like this: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
| How Can VS IDE discover a Web Service (I need a professor) | 27 May 2005 12:07 GMT | 2 |
Now, I need to create SOAP package manually. But I dunno how to let VS IDE get the descriptions of my Web Service. For example, there is a Web Service (a.asmx) and some method in it. When I "Add Web Reference" in VS IDE, what will be post to server and what should
|
| How to do? | 27 May 2005 09:40 GMT | 1 |
My problem is: currently we have a window application that deals only with the local database, now we want to our application can synchronize its data to a remote database, our plan is , buid another application which will be deployed in the remote machine and which will receive ...
|
| Can Application_BeginRequest return a DataSet and stop normal webmethod flow? | 27 May 2005 09:23 GMT | 1 |
I am implementing a couple of webservices (all in the same web project) that will access several backoffice systems to get and update different types of information. All the methods in the several webservices return a DataSet with the information requested.
|
| Error: The type namespace.class was not expected. Use the XmlInclude or SoapInclude attribute.... | 27 May 2005 08:22 GMT | 2 |
I'm developing a webservice that will accept an Order and forward it to a backend system, but I'm having a problem with transferring my "Order" class over a webservice. When I try and call the webservice and pass it an Order, I get the
|
| Design question | 27 May 2005 04:27 GMT | 1 |
I've got to write a webservice with vb.net client and server such that the client will upload an XML file. The XML needs to be checked against a schema and a validation message returned to the client. The easy way I found to do this is to pass a dataset which works fine,
|
| post xml data to a URL | 27 May 2005 03:53 GMT | 1 |
I'm new using xml and services. I need to post xml data to a provided url and I can't find any good example. Can you help? Kind regards, Costi
|
| Exception while trying to use Secure Conversation | 26 May 2005 17:48 GMT | 1 |
The exception is raised in the following line of the code: SecurityContextToken sct = client.IssueSecurityContextTokenAuthenticated(token, issuerToken); The exception is the following:
|