Groups | Blog | Home


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet web services > september 2004 > threads for september 22 - 28, 2004

Filter by week: 1 2 3 4 5

what is the convention for returning .NET only data types from web service
Posted by Tarren at 9/28/2004 2:21:52 PM
Hi: What would be some standard convention to follow when writing web services for return types for .NET only data types? I initially wrote my web service that returns some XML as System.XML.XMLDocument and some lists as System.Data.Datasets. I realized this would be precluding any non-.N...more >>


Web service from java WSDL
Posted by eparati NO[at]SPAM libero.it at 9/28/2004 2:59:22 AM
I created a Web Service from a WSDL that come from Java (apache soap). It contains the definition of Vector as complex type: <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <...more >>

Watch 4 new files and get it with Web Service
Posted by b6136 NO[at]SPAM mixmail.com at 9/28/2004 2:51:00 AM
Hello¡¡¡ We are trying to decide a solution, to transmit files from one machine to other. The files are put in a directory by a ftp server. We are going to use Web Services and http, because of requirements. One machine is a Win2000 IIS4 computer. I think there could be 2 solutions: ...more >>

3 newbie/C#/WebServices questions
Posted by William Campbell at 9/27/2004 6:29:48 PM
I've never used C# nor have I created Web Services, so I am in the process of finding tutorials on the web and going through them. I found this one over at code project: http://www.thecodeproject.com/cs/webservices/myservice.asp I am presented with this method: [WebMethod] publi...more >>

HELP: must implement the Add(System.Data.DataRowView) Method?
Posted by Grigs at 9/27/2004 8:17:04 AM
I have a C# Web Service that some of the methods (ones that return integers) work and some do not (the ones that return a DataView. Here is some code in the WebService that is giving me the problem. The oAllData function gets run on the initialization of the class. DataSet oAllData ...more >>

Internal Server Error (500) in Upload File method
Posted by Pedro Carvalho at 9/25/2004 9:39:02 AM
I am using a WebClient.Upload File method on the Client side and, to accept posted files on the Server side, I am using an ASP.NET page with the following code: void Page_Load(object sender, EventArgs e) { foreach(string f in Request.Files.AllKeys) { HttpPostedFile file...more >>

Canned Testing Fails but WS is working
Posted by Michael O'Neill at 9/24/2004 9:03:05 PM
I am new to .NET, but not new to WS or development. I am eager to use VB.NET as a (relatively) rapid WS development tool. One of the .NET features that helps accomplishing that is the the canned testing architecture while developing a WS. I have my environment (WindowsXP Pro, IIS 5.1, VB....more >>

webservice problem
Posted by Dinçer at 9/24/2004 6:08:29 PM
Hi, I created a web service using vb.net. It takes 3 parameters, connects to a database using a *.udl file under C:\ directory, executes some SP's on the database, does some calculations and returns a string value. On my local computer, it works fine and gives the result correctly. However, ...more >>



Spying SOAP Iteractions
Posted by A.M at 9/24/2004 12:23:52 PM
Hi, Using an IIS/ASP.NET webservices and WinForms clients, Is there any way to spy SOAP interactions between client and server? I want to see the xml text of SOAP requests and reponses. Thanks, Alan ...more >>

Can I consume a web service with a Socket in c# ?
Posted by John Bailo at 9/24/2004 10:15:19 AM
I wrote a .NET/c# webservice which I then needed to consume from java server pages. The simplest ( and best ) solution I found, was some code to open a socket, and send a SOAP message directly to it...constructing the SOAP message with a class that builds the string. Then I parse the retu...more >>

Why did .NET set a default attribute value?
Posted by Scott Liu at 9/23/2004 3:47:05 PM
HI, All, I have a web service doing a string search. It has an operator and a searchValue field. The operator is defined as an attribute and required. The xml is as below. <!-- SearchStringField --> <simpleType name="SearchStringFieldOperator"> <restriction base="xsd:string"> <en...more >>

calling a web method with compound arguuments using POST
Posted by David at 9/23/2004 3:36:02 PM
Hello all, I have a web method that accepts compound (non-primitive) arguments. I know that the method should be applied using SOAP protocol. One of my clients does not know how to sent SOAP requests, and know only to use GET or POST. I know that the SOAP protocol is based on POST. from the m...more >>

Returning plain HTML from a web service
Posted by cmbardon NO[at]SPAM engmail.uwaterloo.ca at 9/23/2004 1:09:53 PM
I have a web service that I need to return HTML code, and I can't seem to get rid of the XML tags that surround it. Right now I'm just writing the HTML into a return string, and am getting something like this: <?xml version="1.0" encoding="utf-8" ?> <string xmlns="http://HTMLSERVICE.com"><h...more >>

streaming word document via webservice
Posted by Peter at 9/23/2004 6:27:02 AM
Hello! Is it possible to stream a word document to a browser via webservice? Can I use Response.BinaryWrite method or is there some other method in webserices to stream data? The help is very much appreciated! Thank you! Peter...more >>

webservice global.asx error
Posted by John at 9/22/2004 11:37:59 PM
Hi When I try to get reference to my remotely hosted web service, I get the following error; Parser Error Message: Could not load type 'localhost.Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="localhost.Global" %> Source File: d:\webs\...\globa...more >>

Error: Cannot view the indexed property
Posted by Ramani Kurella at 9/22/2004 10:15:02 PM
Hello, Iam trying to send x.509 certificate of the client to sign a soap message request and encrypt it with the server's x.509 certificate in a secure conversation policy based. I somehow encounter this problem when retrieving the client's certificate. It is located in the current user per...more >>

SecureConversation sample
Posted by Ramani Kurella at 9/22/2004 10:13:01 PM
Hello, Iam trying to do the secureconversation sample in wse2. I have different web service here which will transfer an xml document to the client. I have tried using the username token for signing from the client side as in the sample. It gives me error that the "The message does not confo...more >>

return a complex type
Posted by Joe at 9/22/2004 9:01:00 PM
I would like to return a class which encapsulates an ArrayList. The ArrayList actually has all the data I need. Can this be done? ...more >>

Button not responding
Posted by Denis Georgievski at 9/22/2004 6:14:43 PM
Hi, Since moving the web site to a new server one of the buttons on the aspx web page does not respond at all. I suspect it might be a postback problem since there is no error reported on the page or on the IE status bar. I tried it on a debug executable it still did not report any er...more >>

Calling a XML-RPC-Service of phyton with vb.net
Posted by Sven Schimmel at 9/22/2004 5:25:39 PM
Hello group, excuse me if this is a newbie question and asked a thousend times. I need to make a xml-rpc call to a server running python. The service has no wsdl I can use, but there is a manual with the functions and methods documented. Is there any sample you could provide how to call the ...more >>

best way to send a XSD in a WS call
Posted by robhindman NO[at]SPAM hotmail.com at 9/22/2004 11:48:28 AM
I need to write a WS call that will transmit an arbitrary XSD in a WS call... The XSD is independent of the call itself... Has anyone done this before? I would be grateful for any suggestions... Thanks! -Rob....more >>

Client Adding Extra Methods
Posted by Jeff Dillon at 9/22/2004 8:54:30 AM
I'm using the webservice I've created: http://www.emergencyreporting.com/ERSWebService/ERSDispatch.asmx When building a client VB.NET app, and adding a web reference to the above file, I see that the client is creating extra methods. For my IncidentOpen method, the client is adding methods l...more >>


DevelopmentNow Blog