| Thread | Last Post | Replies |
|
| WebPartPages of share point web service giving me error | 20 Apr 2007 09:42 GMT | 2 |
I am working on share point web part development. As a client requirement we have to generate our own web part gallery, so I prefer to write one user control, and in that user control I display all web part definition(dwp) file. Now user select dwp file, web part zone id and page ...
|
| WS-Security Question | 20 Apr 2007 08:39 GMT | 2 |
My goal is to achive security similiar to the HTTPS. The data visible for the port sniffer must be ciphered. Is this possible with WS-Security or WS-Security only enables mi to secure authorization and other stuff.
|
| Consum WS from non MS application ??? | 19 Apr 2007 23:09 GMT | 1 |
I have a global applicaton that collect different type of data. Then I would like to provide to my customer some web services that will return dedicated data based on different request.. For that what should I do, or what point to take care when developping my
|
| new HttpListener in Service OnStart | 19 Apr 2007 22:48 GMT | 1 |
I have a windows service implementation that creates an HttpListener in OnStart to help capture port conflict issues while starting vs. when the service is already started. On Windows 2003 servers calling new HttpListener hangs, sometimes for minutes and eventually the SCM gives ...
|
| Webservice (asmx) under IIS7 | 19 Apr 2007 21:42 GMT | 2 |
I have develop a small test web service using VS2005 which is conecting to an SQLserver express 2005. Debuging my Web service from the IDE works fine. Use platform is Vista buisness Then I try to connect to that web service through the
|
| Need to learn Web Services | 19 Apr 2007 19:49 GMT | 1 |
I need to build a bridge between two applications and have been told to do it using web Services. Can anyone tell me where I can find a good tutorial with example code on the subject? The other technologies involved are Java, XML and
|
| WebMethod Times Out | 19 Apr 2007 14:34 GMT | 2 |
Trying to pass a 5Mb file in byte array parameter on a method. It seems to time out. I have set the ExecutionTimeOut in the web.config to 300. <httpRuntime executionTimeout="300" /> The following exception is raised:
|
| Returning a file from Web Service | 18 Apr 2007 21:30 GMT | 1 |
I have written a Web Service that interacts with a COM component to extract a file from another system. Basically the Web Service accepts a part number and a rev and extracts the file to a subfolder of the Web Service. What is the best way to get this file to the client?
|
| Security in WS! | 18 Apr 2007 21:14 GMT | 1 |
I need to create a WS, that can be called by users who call it with a SSL Certificate a userID and password...Can someone tell me or point to resource how to accomplish it? Also can I have individual certs for different users?
|
| Stepping through a Vs .net 2005 web service | 18 Apr 2007 18:10 GMT | 5 |
I have been trying to figure out a way to step through a VS .NET 2005 web service so I can see what is going on. The problem is that I keep getting this error: "Unable to automatically step into the server. The remote procedure
|
| Consuming Webservice | 18 Apr 2007 12:08 GMT | 3 |
I have a webservice developed using asp.net(c#), which is beign consumed by oracle PL/SQL client. I have tested my webservice code using a asp.net test client page and everything seems to be working OK. But the client is having some problem with some specific requests for which
|
| The underlying connection was closed | 18 Apr 2007 00:13 GMT | 4 |
Environment: c#, Framwork 2.0, Win2003 server, IIS 6.0, Copy deployment (uncompiled source code deployed to server) I have written a web service that calls another web service. The ws I am
|
| WebService Writing temporary file | 17 Apr 2007 20:07 GMT | 2 |
I've written a web service in VS2005 that uses a COM object to get a file out of another system. I eventually need to stream the file to the consumer, but I first need to get the file to a temporary location. I'd like this temporary location to be a subfolder in my web service. ...
|
| X509TokenProfile does not work WSE 3.0 <--> WSS4J (Java) | 17 Apr 2007 14:58 GMT | 4 |
In our project we are trying to secure web services between WSE 3.0 and Java (WSS4J) using the X509Token profile. When trying to establish the connection, we receive an error message from the java side. Has anyone had the same experience?
|
| Recommended way to pass identity to web service | 17 Apr 2007 08:23 GMT | 7 |
hello, I am wondering what is the best approach here. I have a web application that will authenticate when making web service calls. I want a service account to be used by the application to access Excel Svcs. In my application, the user will be authenticated using a custom
|