| Thread | Last Post | Replies |
|
| Also, what's up with the web services in VS2005? | 20 Apr 2006 15:50 GMT | 3 |
I must be missing something obvious. But in VS2003, when building a web service you could simply build the solution, and it would build all the assemblies that were in your project, including the one for the web service. But in VS2005, I have to manually compile the web service ...
|
| R.E.S.T. web service | 20 Apr 2006 08:25 GMT | 1 |
Does anyone know if asp.net can be used to build R.E.S.T web services not SOAP? If so can you point to any documentation available?
|
| Drop Down List + Email | 19 Apr 2006 17:17 GMT | 1 |
I am new to ASP and two questions (sorry about asking two at once) 1, I have a access database and one of the fields is a combo box linked to another table, its bound field is a number, there is a description for that number in the other table. In Access I can hide the first ...
|
| http calls with a parameter value that contains & | 19 Apr 2006 16:06 GMT | 1 |
I have an issue with passing parameter values to an http call.Please find the code segment below string sUrl = "http://mywebw.uweb.uif.com/Request_Handler/RequestHandler?"; sUrl = sUrl + "okaction=get_distribution_list&er_title=" + "yters&RM orang
|
| minOccurs="1" for webmethod array parameter | 19 Apr 2006 15:52 GMT | 2 |
Right now I'm getting this in the wsdl: <s:element minOccurs="0" maxOccurs="1" name="Items" type="tns:ArrayOfMyClass" /> I would like to get minOccurs="1" for this webmethod:
|
| slow web services | 19 Apr 2006 15:45 GMT | 1 |
I'am a running web service on IIS 6.0 and asp.net 2.0. Every time the first request to the service takes about 15 seconds to give a response. For the next 60 seconds the response returns in about 3 seconds, but after that 60 seconds period it takes again that 15 seconds delay to
|
| DIME | 18 Apr 2006 23:18 GMT | 3 |
Does anyone know if DIME is available for Visual Studio.NET 2005? I have Visual Studio.NET 2003 and I installed the Web Services Extension pack 2.0 in order that I could use DIME. Seems to work well. I'll probably getting VS.NET 2005 soon, which uses Extension pack 3.0.
|
| webservice to remote client | 18 Apr 2006 20:44 GMT | 2 |
Calling architecture help... I have made a client to app download data from a webserver by calling a webservice. Now i need to be able to do the reverse , call the client on the remote
|
| Strange problem with WS | 18 Apr 2006 15:12 GMT | 1 |
I'm moving a webservice from 1.1 to 2.0. Here is the errors I got when attempted to compile the project in vs2005: C:\Projects\Migration\Web\Facade\App_Code\MigrationService.asmx.cs(19,34): error CS0246: The type or namespace name 'WebService' could not be
|
| Sign, Encrypt, secure session | 18 Apr 2006 07:19 GMT | 1 |
If I use the usernameForCertificateAssertion and I use a certificate to sign and encrypt the soap message do I also need to Establish a secure session to get the username and password encrypted? Thanks in advance.
|
| usernameForCertificate | 18 Apr 2006 06:15 GMT | 2 |
When using the usernameForCertificateAssertion do I need to encrypt the soap header or body or both to ensure that the username and password is not unencrypted over the wire? Thank You in advance.
|
| WSE 3.0 Installtion issue in VS2005 | 18 Apr 2006 00:51 GMT | 2 |
I have tried to install WSE 3.0. It work otherwise but I can't view it in Visual Studio 2005. As know issue from Microsoft i have installed VS2005 first and then installed WSE 3.0
|
| UsernameForCertificateAssertion Demo ? | 17 Apr 2006 19:36 GMT | 1 |
WSE 3.0 provides six ready-to-use security assertions and one of them is "UsernameForCertificateAssertion". Can anyone show me how to use this assertion on client and also on service sides ? Or can anyone point me to a site or demo or documentation of this assertion.
|
| Possible flaw in WSE 3.0? | 17 Apr 2006 19:20 GMT | 1 |
I've just stumbed upon something and would like to hear that i've forgotten to do something. I've created a secure webservice using UsernameTokenOverTransportAssertion. I'm using a customUsernameTokenManager to authenticate the token as well.
|
| WSE 3.0 + UserNameToken without X.509 Cert/Kerberos + Signing + Encryption How? | 17 Apr 2006 08:23 GMT | 6 |
OK, thanks to Julia's help and a bunch of stuff in the newsgroups I've got some of this working but not all... Basically I need to be able to encrypt both sides of the communication between client and server using a UserNameToken that passes the UserName but
|