| Thread | Last Post | Replies |
|
| Hosting Web Service on remote IIS | 15 Jul 2006 23:10 GMT | 1 |
Hi! All, I facing the following problem. Can anyone help me out. I have developed an application which has a webservice and its been accessed by a Windows application. The system where i developed the application doesn't have IIS,
|
| WebService with VB6 y ASP.NET | 15 Jul 2006 09:58 GMT | 1 |
Hello, I have a question. I have a program made in VB6 that caputure the images that are transmitted by a webcam and records it in a database in MySQL. I want to do a WebService in .NET that allows that this program should save the photos in this
|
| Web service to deliver sql data through http get or post | 15 Jul 2006 09:52 GMT | 1 |
I'm new to web services but am trying to create a web service in VB.NET 2003 to query and convert MS Sql 2000 Data to a comma-delimited text file and transfer the data based on the parameters supplied in the http request. Any ideas or further reading suggestions would be greatly ...
|
| soap:address - can this be programmatically changed | 15 Jul 2006 09:39 GMT | 1 |
I have an interesting situation with soap:address being dynamically generated. My production environment has a load balancer that is doing https encryption. From there it communicates with my webserivce on port 80. This means that the <soap:address> setting gets set to http ...
|
| what is Schema (xsd) for? For client or for the service itself? | 15 Jul 2006 09:36 GMT | 3 |
I am trying to use schema to validate the data that user sent to my service. How do I achieve that using schema? Do I give schema to the client? or do I write my own schema validation inside web service? How does it work? Thank you.
|
| WSE352 Size of the record exceed its limit | 15 Jul 2006 06:52 GMT | 5 |
WSE352 Size of the record exceed its limit I have a C#.Net windows app that calls a FileNet web service. I can run a select against the web service and it returns up to 7,200 records with 5 columns each. When I try to select more rows I get a WSE352 "The size of
|
| Web services vs database access | 15 Jul 2006 05:35 GMT | 2 |
I am designing a system and i need to publish a service, in order to integrate different applications, my obvious answer is that it could be a web service. But this service wil need about 500 requests per second (xml size=100 kb). My question is how different is a store procedure
|
| Passing XmlDocument-derived class in a WebMethod | 14 Jul 2006 21:03 GMT | 1 |
I have designed a WebService with the following method : [WebMethod] public DbAppAnswer GetDs(DbAppRequest request) DbAppRequest and DbAppAnswer are defined as :
|
| adding a web reference times out. .NET Web Services | 14 Jul 2006 18:04 GMT | 8 |
Searching this problem I found that many people had it with VS 2003, but with out any fix. does any body know what to do? this is my case:
|
| Soap Extension and returning Nothing | 14 Jul 2006 16:26 GMT | 1 |
I am writing a web service and I need to use a Soap Extension to add a custom header that is expected at the destination. I can use the Soap Extension successfully for adding the header in the AfterSerialize section and the destination accepts my request and sends back the
|
| Sending file via web services | 14 Jul 2006 12:05 GMT | 4 |
I have file of relatively larger size (4-5 Mbs) on client machine. I want to send this file to Server. For this I am using web services. Following is my perception, Please correct me if I am wrong There can be two approches.
|
| Ws-Addressing - WSE and vanilla Web Service Proxies | 14 Jul 2006 10:05 GMT | 12 |
I have a hub performing some internal routing for a set of services we have, using the WS-Addressing support in WSE 3.0. When a vanilla .Net generated proxy client tries to call the service you get: "Microsoft.Web.Services3.Addressing.AddressingFault: Message Information
|
| web service and forms authentication? | 13 Jul 2006 23:21 GMT | 1 |
I am studding for the MCAD exam, and the MS book states that you can use forms authentication with a web service. However, how can the end user enter the id/pw on a service call?
|
| Visual Studio 2005 and WSE2 SP3 | 13 Jul 2006 22:47 GMT | 2 |
How do I use VS.NET 2005 to do development with WSE2 SP3? When I right click on my project, I only have the option for WSE Settings 3.0 (I am also running WSE3 also on this machine). My requirement is to take an existing WSE3 client and convert in to run
|
| Webservice runs fine on localhost but error on server | 13 Jul 2006 21:17 GMT | 2 |
My webservice runs fine on my local machine. But on the webserver I've got the following error: SOAPException was unhandled by user code Server was unable to process request. ---> Object reference not set to an
|