| Thread | Last Post | Replies |
|
| WSE 3 - How to map policy to webmethods? | 20 Jan 2006 18:57 GMT | 4 |
I've been finding examples on the web about using a "mappings" element to map policy to some methods and not others. However they all seem to be WSE2.0 examples, and I can't quite see how to map the same thing over to WSE3.0.
|
| single sign-on with SAML Token | 20 Jan 2006 15:22 GMT | 2 |
Hello Everybody, currently we are working on single sign-on authentication project. we have tried Microsoft SAML practice project from gotdotnet site.... we want to implement custom authentication by checking user in database
|
| Building A Content Based Router Using SoapHTTPRouter | 20 Jan 2006 15:05 GMT | 1 |
I am interested in building a content based router to abstract the individual services from the clients. Are there any example projects that do this? Is it possible to build a router and have IIS 6 host it?
|
| Dime attachments, set maxRequestLength without .config file. | 20 Jan 2006 10:04 GMT | 1 |
Can i set manually something like this (app.config): <microsoft.web.services2> <messaging> <maxRequestLength>-1</maxRequestLength>
|
| Using kerberosSecurity Throws Security Exception | 20 Jan 2006 00:18 GMT | 3 |
I've tried to implement the kerberosSecurity turnkey scenario on my apps, and I'm getting the following exception when I try to set the policy. Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required ...
|
| Windows app using webservice sessions and cookies | 19 Jan 2006 18:51 GMT | 3 |
I've never used the web service session or cookie information and really need help. I'm trying to only allow certain users access to certain web methods. I have a database of users but prefer not to hit the database with every web
|
| A Customized SQL Statement in Web.Config File | 19 Jan 2006 18:02 GMT | 3 |
I'm trying to put a SQL statement in a web.config file. But I'd like to have a customized column name as I normally do in ORACLE: e.g. select reg_date "Registration" from patient But when I put the above string into the web.config file, it fails due to a
|
| Is a module in a web service or not??? | 19 Jan 2006 16:25 GMT | 2 |
I am writing a module that I want to be able to be called either by client code or by a webservice method, and I want the module's function to be able to detect whether it is being called directly from the client, or from the web service. The idea is that if it is running in the ...
|
| Timeout on long-running web service | 19 Jan 2006 08:51 GMT | 1 |
I have a timeout issue with a long running web service, and I can't figure out where the timeout value is coming from. In the client I end up getting the following exception:
|
| Consume web service using HTTP | 19 Jan 2006 05:59 GMT | 5 |
Howdy, I wrote a web service in .Net for my customer. My customer has another vendor who now has to consume it but they are not using Visual Studio. Most of their pages are jsp, and they said they need to consume this web service
|
| WebSevice progress counter | 19 Jan 2006 00:16 GMT | 1 |
I'm developing a webservice with a function that returns a potentially large dataset. I would like my client app to "know" how far along the call to the webservice has gotten, and to notify the user that 100, 200, 300 etc records
|
| Web Service failing URGENT | 19 Jan 2006 00:09 GMT | 6 |
I am working on web service which in turn call com components. if # of users using the web service increases. Web service fails is there some why I can prevent max # of concurrent users using the web service. Thanks
|
| Multiple web service classes in a single URL | 18 Jan 2006 17:11 GMT | 2 |
This seems like it's probably a pretty basic question but is there a way to publish multiple classes from a single web service URL? Using VS.NET, I create a project, FOO and add a web service, BAR, to it with one function, baz(). Then, I create a second project to consume the ...
|
| Problem with WSE 3.0 HOL - wrong encoding | 18 Jan 2006 15:57 GMT | 1 |
I'm having a problem running the WSE 3.0 Hands on Lab. I have followed the instructions for creating the directories. I have double checked that framework 2 is installed and registered. The programs build without error and I do get an icon in my tray saying that the
|
| Call via vb .net fails but soap toolkit works | 18 Jan 2006 14:56 GMT | 3 |
I am trying to migrate an asp page that uses the soap toolkit to consume a web service to vb .net. I've had no problem with other web services, just this particular one - The service is hosted on my local pc - I add a web reference by browsing to
|