| Thread | Last Post | Replies |
|
| help! why doesnt this work...or is there a better way? | 10 Feb 2006 08:47 GMT | 1 |
I need to send a soap message, is this the correct way of doing it? I get an error back..."parsing error: org.xml.sax.SAXParseException: Premature end of file." Dim strRequest As String
|
| Web Services and Security | 10 Feb 2006 08:41 GMT | 2 |
I'm quite new to Web Services and like to know what kind of security is usually put to company's Web Services. Are there any documents how secure your Web Service when you publish them to
|
| Asp.NET 2.0 web service and Windows 2003 Server | 10 Feb 2006 06:49 GMT | 3 |
I can publish My Asp.NET 2.0 web service, through a WebSetup project, on a Windows XP Pro Sp2 and it works fine. When I'm trying to publish it on a Windows 2003 Server IIS 6 => when I can access the web service but it is closed after few seconds (I know 'cause I
|
| Web Service Guidlines for uploading data? | 10 Feb 2006 06:42 GMT | 1 |
I'm writing a web service in VB.Net 2005. It uploads some data from the client to the server. One such function uploads image data as a byte array parammetter. It works ok for small images. And fails instantly in the IDE (with both server and client projects local in the same ...
|
| How to invoke webservice from aspx page? | 09 Feb 2006 22:12 GMT | 1 |
Hi! I am a newbye about asp.net and I would like to know where I am wrong doing this thing... I have a webservice HelloWorldService.asmx with this code: <%@ WebService Language="VB" Class="Samples.AspNet.HelloWorldService" %>
|
| ASP Script | 09 Feb 2006 22:07 GMT | 3 |
I am a novice web page designer, by most standards. I have a job designing web pages. I am a FrontPage 2003 user. I want to use the .ASP extensions on my Personal Web Server by Hotmetal Pro. Hotmetal Pro will let you use any extension by selection. However, I do not
|
| Why isn't the Dispose method of my IDisposable web service object being called? | 09 Feb 2006 19:32 GMT | 1 |
If I run this console app (outside the debugger), I will see both Console.WriteLine statements: class Program {
|
| restrict access to webservices | 09 Feb 2006 18:18 GMT | 1 |
I'd like to restrict access to webservices. We are having Sharepoint Portal running on Windows Server 2003 and several asp.net-Webservices. We would like only the Sharepoint-Webparts to be allowed to call the webservices (in a first step), clients should not be allowed to call
|
| Java Web Service reachable by .NET clients. | 09 Feb 2006 17:37 GMT | 2 |
I'm trying to write a web service in Java (with Axis) that needs to be able to be consumed by .NET clients. I've gone through all the examples in the Axis documentation and still can't seem to get it to work. Could someone please point me in the right direction? Thanks!
|
| Dynamic Return Classes? | 09 Feb 2006 11:55 GMT | 2 |
All, My company is new to Web Services and we are doing some "prototyping" with them. My boss wants to be able to have our clients (some .NET, some Java, etc) call the web service and get back the appropriate
|
| WSE2 Logging Error? | 09 Feb 2006 11:02 GMT | 1 |
I am trying to log all the messages sent to/from my web services and read somewhere that WSE2 would let me do this. I have just installed this and added the following to my code: <microsoft.web.services2>
|
| Detect client timeout on server | 09 Feb 2006 10:58 GMT | 1 |
I have a web service. The clients calling the service has a timeout set to 10 seconds. Is there any way to see wether or not the client has done a timeout on the server? I need to see it so that I can abort the database transaction.
|
| What Determines the Order of Methods in WSDL Listing? | 09 Feb 2006 03:15 GMT | 1 |
This may seem like a trivial question, but when I view the list of methods there is no discernable order. Can I define this somewhere? Some of my web services have dozens of methods and it's difficult to locate a specific one in the list. I've appended a sample in hopes it ...
|
| 400+ web references in a project | 09 Feb 2006 03:10 GMT | 4 |
I have a project that contains 400+ web references. When I go to do a new build, I need to update all the web references to pick up any changes in the web services they reference. I select the top one, and shift-select the bottom one... then click
|
| HttpListener windows authentication fails for domain account | 09 Feb 2006 02:18 GMT | 5 |
I have a very simple console app using an HttpListener to listen for incoming HTTP requests (see code below). My client and server machines are both in an ADS domain and I'm logged into both using my domain account. The server app is running as admin on an XPSP2 box. If I set ...
|