| Thread | Last Post | Replies |
|
| Batch file from web service | 19 May 2006 20:17 GMT | 1 |
I have a batch file that outputs to a basic text file, but when I try to launch it using System.Diagnostics.Process.Start, it doesn't seem to work. System.Diagnostics.Process.Start seems to work just fine as a VB.NET EXE file...
|
| WSE 3.0, Signed Assembly, x.509 Certificates etc... | 19 May 2006 19:45 GMT | 1 |
I'm trying to work out the WSE security thing. Basically, users can register on the website & download (possibly via a ClickOnce) a client app which can authenticate them using the same username/password the users has on the website. Username/password is
|
| web service - soapexception max file length exceeded | 19 May 2006 19:14 GMT | 1 |
I have a winform app that i am trying to use a webservice to upload a document. When i try to upload a document i get file upload length exceeeded. I have already modified the web.config of the web service to allow larger files i.e. <httpRuntime maxRequestLength="20480" ...
|
| vs.net web service proxy (how to close/dispose) | 19 May 2006 19:13 GMT | 1 |
I have created a ws proxy through vs.net. I can instantiate, everything works fine. There currently is not a wsproxy.close or dispose method. Is setting it to nothing sufficient and recommended?
|
| Using WSDL in 2005 | 19 May 2006 19:02 GMT | 1 |
I have WSDL files generated by Java based Axis software. I need to use these WSDL files in ASP .NET. How can I import the WSDL files? Should i need to create a stub to using WSDL.exe to use the WSDL files?
|
| Adding Images in ActiveX (OCX) control in ASP.Net | 19 May 2006 19:02 GMT | 1 |
I need to add Images in OCX control .. like this is my code for creating an OCX control: <object id="Viewer" name="Viewer" classid="clsid:853AAF97-E49C-11D0-A303-0040C711066C"
|
| System.IO.FileNotFoundException was unhandled by user code | 19 May 2006 18:49 GMT | 1 |
Anyone have the idea why i get this error on frequent time intervals System.IO.FileNotFoundException was unhandled by user code Message="Could not load file or assembly 'App_Web_lei3kj16, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its
|
| Consuming Web Service via WSDL Files | 19 May 2006 18:46 GMT | 6 |
I have some wsdl files generated by a Java web service. During the development phase, I may not have access to the Java web service. So I'm trying to consume the web service from .NET through WSDL.exe generated stub.
|
| Using WSDL | 19 May 2006 16:21 GMT | 2 |
I have WSDL files generated by Java based Axis software. I need to use these WSDL files in ASP .NET. How can I import the WSDL files? Should i need to create a stub to using WSDL.exe to use the WSDL files?
|
| q: WSE 3.0 web serivce | 19 May 2006 13:35 GMT | 1 |
We have a web service written in WSE 3.0. with .Netfamework 2.0. I have these questions: 1. Can I invoke this web service in my .Netframework 1.1 and visual studio 2003 asp.net application.
|
| What's the Point of a Policy File | 19 May 2006 12:40 GMT | 4 |
Using WSE 3, what is the point of a policy file to define security? For example, if I specify that only a certain list of users have access to my web service and then an anonymous user visits the asmx, he or she can still invoke methods, etc. What does it really do when you ...
|
| How to use RPC/literal combination? | 19 May 2006 04:18 GMT | 1 |
Folks, I am in the process of writing web service using VS.NET 2003 and C#. I want to use the soap:operation style of "RPC" and soap:body use of "literal" for all the webmethods.
|
| RegEx validation using attibutes | 19 May 2006 04:15 GMT | 3 |
Is there a way to use a regular expression to validate a string in an object/soap message passed to a web service without performing a full schema validation? What I would like to do is something like: public class WebServiceRequest
|
| problems with ASP | 19 May 2006 04:14 GMT | 3 |
We have serveral web servers in a farm. They appear to be configured exactly the same. We have asp 1.1 installed on the machines without the service pack 1 for .net installed. Several web servers are working properly and one is not. From what I can find out is that the ...
|
| Debug and release webservice projects | 18 May 2006 22:45 GMT | 1 |
In VS2003, I used to have two solutions - a debug and release solution. Each solution had a webservice project and several other class library projects. The webservice project referenced all the other class library projects (i.e. so that it used the dll created when those other ...
|