| Thread | Last Post | Replies |
|
| access denied error | 15 Dec 2005 22:53 GMT | 1 |
2005-12-14 10:16:09 150.10.20.6 POST /orklicrm2003/binarystream.asp Atributos=3 81 - 150.10.20.14 Mozilla/4.0+compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322) 401 1 0 2005-12-14 10:16:09 150.10.20.6 POST
|
| Call secure web services from Excel 2003 | 15 Dec 2005 22:46 GMT | 1 |
I have created a web service using Visual Studio .Net (Visual Studio Tools for Office : Excel project) and secured it using WSE 2.0. I have added a hyperlink in the Excel sheet which when clicked invokes the web service. It works when I invoke the non secure web service. But
|
| Is two way message passing possible using WebServices ? | 15 Dec 2005 19:47 GMT | 3 |
I want my WebService to call a client's function whenever it receives a message from any of the client. A way of notifying all clients when any of the client send a message to the web service.
|
| WSE interoperability with non .NET clients. Need help | 15 Dec 2005 17:44 GMT | 1 |
Folks, We are going to create some services (using .NET 2.0 ASMX / WSE 3.0 for security) that may be consumed by NON .NET clients. There is a good possibility that some of the client consumers will be using VB 6,
|
| Securing webmethods webservice selectively using policy files. | 15 Dec 2005 13:22 GMT | 1 |
I am using wse3.0 to secure webservice. I have two web methods in this webservice viz. HelloWorldWithSecurity. HelloWorldWithOutSecurity.
|
| SSL certificate and x.509 certificate | 15 Dec 2005 13:10 GMT | 1 |
This is probably a total newbie question, but I'll fire anyway....let the flames begin. Is an SSL certificate and an x.509 certificate the same thing? Here's what I'm really wondering. We already have SSL certificates
|
| how is client side DTO created from wsdl driven contract? | 15 Dec 2005 04:32 GMT | 1 |
I am starting to get the idea...the xsd's feed the service layer operations and messages. I am beginning to understand it at the abstract level. But at implementation, when the client references a web service, the wsdl is referenced, then the client binds through a proxy to the ...
|
| discover web services | 15 Dec 2005 02:32 GMT | 1 |
Is it possible to list the web services on my local machine, or on another machine, without setting up UDDI? I want to do essentially the same as the "Add Web Reference" wizard in VS.NET 2005.
|
| Deploying a web service | 15 Dec 2005 02:19 GMT | 1 |
Guys a little please, I'm creating a windows application that uses a webservice and WSE1.0 to talk to a database, currently this works fine when using localhost, I now want to test the deployment of this webservice on another server (inhouse) so I know
|
| Unable to import binding | 14 Dec 2005 21:08 GMT | 6 |
I'm having a problem which is driving me mad. I have a simple remote object which I am hosting in a windows forms app. The code for the class is (modified from Coding4Fun Issue 6): ===================================================
|
| Can invoke a webmethod from a consoleapp but not from javascript.. | 14 Dec 2005 16:02 GMT | 1 |
Hi, I'm currently developing my first .NET 2.0 webservice and I have stumbled into some problems. When i call webmethods from a console app which has a webreference to the webservice everything works fine. It also works just fine when I call a webmethod with javascript code from
|
| passing custom classes or stucture as arguments | 14 Dec 2005 09:43 GMT | 4 |
Is it possible to pass custom classes or stucture as arguments to a webservice method ? In remoting, I was able to do so by placing the custom class in a shared dll referenced by both the client and the server.
|
| Generating encryption keys | 14 Dec 2005 08:23 GMT | 2 |
Hi everyone, I'm wanting to encrypt the soap body using the username token (i'm using WSE 2 SP3), and it has worked. However my colleague is using PHP and is wanting to decrypt the soap message however we are not sure how the key and IV for
|
| WSE 3.0; Kerberos Token; An invalid security token was provided. | 14 Dec 2005 07:16 GMT | 3 |
Hi I am using WSE 3.0 and .NET Framework 2.0/VS.NET 2005; When I use the Kerberos Token; the following exception is thrown. "An invalid security token was provided...... unknown user name or bad
|
| == Why there is a huge jump in the time used? == | 14 Dec 2005 07:13 GMT | 1 |
I've a quetion which has bugged me for quite a while. I wrote a C#/.NET Web service which is hosted by IIS 5.1 on a Windows XP SP2 machine. This Web service just get the content of the specified txt file and send the content back to the client. The processing time on the server ...
|