| Thread | Last Post | Replies |
|
| How to debug web service from WinForm | 23 Mar 2005 14:43 GMT | 7 |
I need to attach to aspnet_wp.exe in order to debug a web serivice from WinForm client. Why don't I have to do this for ASP.NET / WebForm client? Why doesn't VS.NET debugger attaches automatically? Can I configure it? Thanks,
|
| WebService and consumer in same Solution ? | 23 Mar 2005 14:02 GMT | 1 |
Within a VS 2003 .sln Solution , can a WebService project and an ASP.NET / WinForms project that consumes that WebService co-exist and be tested in a single Debug session ?
|
| Need Help on Rules Engine | 23 Mar 2005 13:31 GMT | 3 |
I'm trying to create a rules engine that could be re-used in the windows client as well as the server side. Could someone point me in the right direction. I'm looking to create simple rules that could be passed on from the server to the client as xml. I would
|
| </maxRequestLength> and WSE 2.0 | 23 Mar 2005 11:26 GMT | 2 |
I have set web.config value for maxRequestLength to -1, but it is still complaining that the maximum length is being exceeded, Do I have to change the value in the machine.config as well? Also what affect does the ChunkSize property have on the DimeAttachment in
|
| user Authentication through webservice | 23 Mar 2005 08:40 GMT | 3 |
I have a webservice based app that a company has purchased to use internally. They want the authentication to integrate with their Active Directory. Is there anyway that the client portion of the application (which is a .NET WinForms app) can send some information about the logged ...
|
| How do I validate a WebMethod's properties? | 23 Mar 2005 00:33 GMT | 2 |
If I have a WebMethod that takes a parameter, what is the correct way to validate it? I could throw an exception, but that does not seem right. public DataSet TestMethod( string MyString ) {
|
| WSE Client Port with soap.tcp | 22 Mar 2005 23:33 GMT | 1 |
I'm developing an WSE application which have two parts. One part (server) is the service provider which have a well-known address and port number to which the second part (clinet) is sending requests and recive replies.
|
| Passing xml vs. passing a class | 22 Mar 2005 23:01 GMT | 10 |
There are two ways to pass structured data to a web service: xml === <Order OrderId="123" OrderAmount="234" />
|
| SoapService class instance "cached" between SOAP calls | 22 Mar 2005 22:56 GMT | 1 |
I have the following behavior from my class that inherits from SoapService. Upon the first call to the web service, naturally, an instance of my class is created. However, upon the second call, the previous instance is re-used. Upon the third call, a new instance is created. Upon ...
|
| WSE SP3 WSDLs and the 2003 IDE | 22 Mar 2005 22:40 GMT | 1 |
1. What exe does the VS IDE use to generate ws proxy classes under WSE SP3? I just renamed Wsdl.EXE and WseWsdl2.exe and the IDE still generated a proxy. I sure would've expected WseWsdl2.exe to be the one it used. 2. To make it easier for the client to add web references, I have ...
|
| query | 22 Mar 2005 17:20 GMT | 1 |
how to give password in "*" format in method of web Service of C#.... -------------------------------- From: Preeti Jain -----------------------
|
| Using excel in a webservice | 22 Mar 2005 16:50 GMT | 3 |
I have an excel worksheet with a lot of calculations which i would like to incapsulate in a webservice. The scenario is that the webservice opens the worksheet (by opening excel) fills in an couple of fields, lets excel compute some values and send these values to the callee of ...
|
| Web Services and Win Forms | 22 Mar 2005 14:35 GMT | 1 |
I am calling a web service from my win form application. Is there a way to see or log the xml/soap reuqests going out? Thanks Arun
|
| Soap Response | 22 Mar 2005 13:03 GMT | 4 |
I have been consuming a IBM Websphere (Java) web service using .Net 1.0 front end writen in VB.NET. The proxy class submits a soap request and gets a soap response. When I migrated the front-end to .NET1.1, the response from the web service
|
| [ANN] UPDATED WSE 2.0 SP2 secure UsernameToken sample available | 22 Mar 2005 00:27 GMT | 3 |
All, Because the sample proved more popular than I thought it would be, I have updated it. Credit:
|