| Thread | Last Post | Replies |
|
| problem apparently with type conversion | 12 Jul 2005 08:33 GMT | 4 |
Hi all, hope someone can help here, I'm really stuck. Reading and googling like mad, to no avail so far... Basically, my problem *seems* to boil down to type conversion: Here's a sample web service I knocked up:
|
| Validating the XML returned from a WebService | 12 Jul 2005 01:09 GMT | 1 |
Hello group My problem: An XML feed of about 1000+ records needs to be sent over the web and validated against an XML schema. I am considering 2 possible solutions to achieve this, but would welcome any
|
| Large Data Streaming from Web Sevice to Client | 12 Jul 2005 01:01 GMT | 1 |
I want to create a search usecase on Client which will bring large data from webservice to the client. I am returning DataSet from the web service. What I want that Data Should come to the Client and start populating in the
|
| Can't add web reference | 11 Jul 2005 21:54 GMT | 4 |
I've got the simple hello world example web service running on my local machine. I can browse it and examine it as usual from IE When I try to add it as a web reference to a VB.NET project I get the
|
| Authentication fail using username/pwd under WSE 2.0 | 11 Jul 2005 20:00 GMT | 1 |
The Web Service client use authentication of username and pwd under WSE 2.0. It want WSE to authenticate the UsernameToken against Active Directory. So, I provide the userId/Pwd of a windows account, but WSE returned below error: Microsoft.Web.Services2.Security.SecurityFault: The ...
|
| Trying to call Webservice from classic ASP | 11 Jul 2005 17:27 GMT | 1 |
I'm trying to call a .net webservice from classic asp but I get an error saying "request format is invalid". Code is below Dim wsurl wsurl = "http://localhost/wsImage/wsImage.asmx/GetImage"
|
| Create a web service in VS.NET 2005 Standard edition beta 2 | 11 Jul 2005 09:00 GMT | 1 |
Does anyone knows how to create a ws in vs.net 2005 standard edition beta 2? There is no template project for web services... I tryed to create a ws in vs 2003 and then import it into vs 2005, but i have had many problems when trying to run it in IIS instead the personal web ...
|
| Our automated build uses msdev command line and needs to update web references... | 10 Jul 2005 22:41 GMT | 3 |
...is there a way to get the command line build tools to do this? Anyone build web services clients via the command line (not using make files)? Thanks,
|
| HELP! | 10 Jul 2005 08:56 GMT | 1 |
I want to build a webservice where I can call it from my web application when a user triggers the event on demand. This event will go out and gather some data and store it in a local database. My big thing is I want one queue where these events can stack up, as the
|
| Web Service To No Where... | 09 Jul 2005 12:18 GMT | 15 |
I wrote a program that loops through a file of records. It parses each line in the file and sends them to a web service that inserts them into an AS400DB2 database using Asynch calls. This is the wierd part. Say their are 500 records in the file.
|
| How to get WSDL from a given URI | 09 Jul 2005 00:45 GMT | 2 |
I am writing a server application using SOAP over TCP (soap.tcp). I want to generate a WSDL file from this uri "soap.tcp://localhost:8080/stockservice". All I have heard is that its not possible to add a web referene as it happens to generate proxy class for a http request ."If ...
|
| sending "\x01" to web service | 08 Jul 2005 21:08 GMT | 1 |
Given a web method like this : [WebMethod] public string DoEcho(string data) {
|
| problem in creating SOAP Envelop in C# | 08 Jul 2005 17:31 GMT | 1 |
I am trying to create a SOAP Envelop in C# . The output of the SOPA Envelop should be like this : ---------------------------------------------------------------------------------- <soap:Envelope xmlns:wsa=".."
|
| Asynchronous calling problem in Web service. | 08 Jul 2005 15:07 GMT | 2 |
I try to make an asynchronous call to a web service method as below under MS visual .NET studio 2003: WebService webSrv = new WebService(); AsyncCallback cb = new AsyncCallback(TrsWebSvsCallback);
|
| Problem writing text file from web service | 08 Jul 2005 04:00 GMT | 3 |
I'm trying to write an error log from a web service. I'm getting an exception of "Access to the path {filename} is denied." when I attempt to create the file. I tried specifying the root directory of C:\, and also by not specifying a
|