| Thread | Last Post | Replies |
|
| WSDL, SAOP | 27 Jul 2007 18:48 GMT | 3 |
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),
|
| WSE 3.0 - Correct placement/setting/permission for x509 certificates | 27 Jul 2007 17:05 GMT | 1 |
I have a web service and a console app. My initial WSE 3.0 configuration is the same as that of the MS P&P QuickStart examples. With this configuration the console app can call the web service and it
|
| WCF vs .Net Remoting | 27 Jul 2007 13:22 GMT | 2 |
Does WCF TCP have the data through put of .Net Remoting? Project I am working has significant data networking but I have not seen a comparison between WCF and .Net Remoting in this area. Thanks,
|
| web services | 27 Jul 2007 10:26 GMT | 1 |
i need to check the availability of my web service.... how can i do that. i dont want to call any of the methods present in web service to test availability..
|
| Calling 3.0 WCF webservice from 1.1 ASP.NET application | 27 Jul 2007 02:02 GMT | 5 |
I'm having heck... I have converted a 2.0 ASMX web service to a new 3.0 WCF SVC web service. I can reference the old ASMX from a 1.1. ASP.NET application with no problem. Now, I am trying to reference the new SVC service from the same 1.1 ASP.NET application and the disco code ...
|
| URL format is changed in ASP Net 2.0 | 26 Jul 2007 05:58 GMT | 2 |
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
|
| HTTP 503 errror on W2k3 Machine | 25 Jul 2007 15:22 GMT | 1 |
I am getting http 503 error on Win 2003 server machine when calling a web service. If i call the same web service form an XP machine using the same application it works as expected.
|
| Launch signtool in a Web Service | 25 Jul 2007 14:46 GMT | 1 |
Does anybody know how to launch correctly signtool.exe inside a Web Service ? I'm having headache trying.... For security and authentication reasons I use Impersonation. (configured in web.config file). I've create a WS that uses process.start to launch signtool.
|
| WCF services | 25 Jul 2007 14:30 GMT | 1 |
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
|
| Web Service & Word Merge Problems? | 24 Jul 2007 20:32 GMT | 4 |
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#.
|
| AppPool + secureConversation | 24 Jul 2007 17:30 GMT | 8 |
I have just been trying to get a WSE3 web service configured to use userNameOverCertificatesecurity and establishSecurityContext='true' to work in a separate app pool on W2K3. The web service works in the default app pool, and in a new app pool with
|
| architecture related for web service | 24 Jul 2007 13:31 GMT | 1 |
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 ...
|
| Webservice converts Datetime from one timezone to the other | 23 Jul 2007 19:16 GMT | 9 |
Environment : framework 1.1, winforms, webservices, sql server 2000 Architecture of the application : database is hosted behind the webserver. Client winforms application is installed on the client machine and webservice are used to transfer the data from the client exe to the ...
|
| webservice servicing multiple object instances. | 23 Jul 2007 16:45 GMT | 2 |
I have a webservice that provides access to multiple object instances. Now from client I want to channel the calls to specific objects. I could think of 2 options 1. The url for the service could take in the objectId, some identifier
|
| How to send up a multi-dimensional array in a property of type system.object? | 23 Jul 2007 14:56 GMT | 2 |
I have a web service that returns Field[][]. The Field object contains Name (type string) and Val (type object). I am using it to return back a user-defined selection of properties of an task object, hence Val being of type object.
|