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 > july 2007 > threads for july 22 - 28, 2007

Filter by week: 1 2 3 4 5

copy file to network folder
Posted by Priya at 7/27/2007 7:12:01 PM
Hi , I'm using a web service to copy file to a network folder restricted to a specififc username & pwd. I tried <identity impersonate = treu username = "domain\user" password = "pwd"> It did not work. Thanks in advance Priya...more >>


This is an unexpected token. The expected token is 'NAME'
Posted by cashdeskmac at 7/27/2007 7:46:07 AM
Hi, i posted this error message a couple of weeks ago: has anyone come across this error before: This is an unexpected token. The expected token is 'NAME' I am getting it when trying to send an xml file across a web service layer. The xml file is well formed, having been checked wit...more >>

how to use multiple web services identified by one class
Posted by ALA at 7/27/2007 1:50:58 AM
Hi, I'm a beginner in programming with C# and ASP.NET so I don't know if my question is too simple or if it was already answered in another thread. I have written a web service which I want to use on several servers, so on each server is the same web service available, e.g. http://www.test...more >>

simple question
Posted by toudidel at 7/27/2007 12:00:00 AM
What can be named webservice? Is asp script receiving by POST method some xml data, performing and responding result, webservice or not yet? Must it be described with WSDL or not (if i want to name it webservice)? Question is: is any server script (performing e.g. xml's) a webservice or not...more >>

WSDL, SAOP
Posted by Hovhannes Asatryan at 7/26/2007 3:49:24 PM
Hello guys, I'm newbie in .NET. I have agent server works with SOAP protocol. Added web service which have getFiles and setFiles methods. SoapServer soapServer = (SoapServer)Activator.GetObject(typeof(SoapServer), http://localhost:port/Server); SoapServer is the interface with methodts...more >>

Basic WCF Security Question
Posted by FlyFishGuy at 7/25/2007 7:30:36 PM
I am attempting to perform the most basic task. I simply want to access a WCF service from another machine on my LAN. Everything works fine if the client and host are on the same box, but as soon as I move the service to another box it's dead. I'm using netTcpBinding (but I've tried others). E...more >>

Self hosting WebService with SSL transport layer security
Posted by Tobias Grimm at 7/25/2007 1:31:41 PM
Hi! I'm trying to get a WebService running (self hosting, without IIS) that uses SSL and loads the SSL key/certificate from a file (without using httpcfg.exe). I have a running service and netstat shows a listening https interface, but I can't access the service or the wsdl meta data. ...more >>

WCF services
Posted by Robert Scheer at 7/25/2007 5:08:36 AM
Hi. I am trying to understand the structure of a WCF service but some things are not clear to me. The samples I have tried set an endpoint that uses localhost, as below: svcHost.AddServiceEndpoint(GetType(ICoreElements), New NetTcpBinding(), "net.tcp://localhost:") svcHost.Open() But I ...more >>



Problems passing a dataset through a web service
Posted by John Wright at 7/24/2007 12:11:05 PM
I have a datatable I create and fill with a simple SQL Statement. I add the table to a dataset and return the dataset through a webservice to the client. I have tested the method through the Invoke page created by Visual Studio and it does return a dataset (I have attached a small portion of...more >>

architecture related for web service
Posted by Viral at 7/24/2007 4:42:01 AM
I want to work on request-response model. My problem is i want to call web service from PDA. This web service creates one xml file in one particular folder. Another system (application) reads this xml file (as request) and gives output in another folder (again in the form of xml file). Now my...more >>

URL format is changed in ASP Net 2.0
Posted by AtulSureka at 7/24/2007 12:32:13 AM
Hi, I have client server application in which I am using cookie less session. Basically client prepares the url & sends the request to the server. My server is a web application running under ASP .Net 1.1. The url format is http://domain.com/(sessionid)/Page.aspx Recently I have moved t...more >>

Web Service & Word Merge Problems?
Posted by Mario G. at 7/23/2007 7:12:07 AM
I am wondering whether there are any known problems with a web service performing a mail/word merge with XML data provided by the client? One of our developers has indicated that you can't do this from a web service. We are using Office 2007 and C#....more >>


DevelopmentNow Blog