| Thread | Last Post | Replies |
|
| Optimizing size of generated XML | 25 Jul 2005 02:07 GMT | 3 |
I have to send an array of prices for a list of products over XML. Currently my XML data looks like this: <ArrayOfProd> <Prod Code="productcode001">
|
| What is Web Service really for | 25 Jul 2005 01:19 GMT | 1 |
In the classroom I've been told that Web Services was going to change the computing world. It was the next step up from the formation of the web itself. But I'm having trouble seeing this. I've been reading your articles posted on this Newsgroup and, although I'm new
|
| Advice re use of WSE in a 64 bit app | 24 Jul 2005 20:26 GMT | 4 |
What advice or guidance is there about using the shipped WSE 3.x assembly or the WSE 2SP3 assembly in a 64bit .NET 2.0 beta 2 application?
|
| Dynamically changing web services | 24 Jul 2005 11:37 GMT | 2 |
I built a distributed application that is used for message transferring to different locations. The basic flow is as follows... 1. User logs in to app - app queries central database on Internet via web methods - which return the IP and URL of the local server to attach to...
|
| SSL and WebService | 24 Jul 2005 02:09 GMT | 3 |
If I call a service from IIS server (while preparing simple http page response) with https in url, like https://somesite.com/service.asmx, and there is a proper SSL certificate on that www.somesite.com server, will SSL be enforced? I don't think so, because this https request ...
|
| WebServices executive file | 23 Jul 2005 22:48 GMT | 1 |
Hi all !! I've got an ASP.net web service and I need to make a call to a .exe file, to execute that file. Anyone knows how to do it ???? Thanks in advance.
|
| Why do I have to use SSL and Basic Authentication in IIS | 22 Jul 2005 14:30 GMT | 2 |
Hi, All I have a question for the IIS setting. After I upgraded the web server from 2000sp4 to 2003. I will need to use select the Basic Authentication and go though https in order to register an new user to the domain controller (which
|
| Select Web Service | 22 Jul 2005 11:09 GMT | 2 |
I want to be able to switch between a local test Web Service and a server based live Web Service. When testing numerous web forms I need to switch their Web service reference between a local development service and the live one.
|
| WSE 3.0 Policy and Encrypting Custom Headers (XML Encryption Spec) | 21 Jul 2005 15:21 GMT | 4 |
I am curious if WSE 3.0 policy or any other features of WSE 3.0 make it easier to encrypt custom soap headers to conform to the Xml Encryption Spec. I am currently using WSE 2.0 and see no other solution other than to write my own routines to encrypt custom soap header items (e ...
|
| Filling dataset with form data | 21 Jul 2005 08:29 GMT | 3 |
I have a few textboxes to hold x, y, z dimensions and weight per item. The user may have different number of items so I will have one set of these textboxes with an add button. Upon click, I would like to show the data in a tabular form with proper headings for each of the items ...
|
| Catching errors in webservices | 21 Jul 2005 06:37 GMT | 4 |
I made a call to a stored procedure in a web method. The stored procedure either returns an error or an integer. How do I catch this error in the web method? Thanks.
|
| FailedCheck, SecurityFault, signature or decryption was invalid | 20 Jul 2005 20:51 GMT | 2 |
Hello, I'm kind of new to WSE 2.0 (sp3) so not sure how to solve this problem. Running Win2K3 with SP1 and trying to use Kerberos signature only, no encryption yet. My test helloworld program gives me an error, so I figured I
|
| SQL connection on a web service | 20 Jul 2005 19:03 GMT | 2 |
I'm building my first webservice and I've some doubt about the life's cycle. Teorically a webservice is consumed and dead just after it has released the information for which it has been built.
|
| Load testing WSE Web services | 20 Jul 2005 18:49 GMT | 1 |
I would be interested in hearing what others may be doing to load test WSE enabled web services. I have been searching most of the morning, and seems to have found a few options, none of which I am completely sold on yet.
|
| SecurityContextTokens and SecureConversation | 20 Jul 2005 17:58 GMT | 7 |
I need to implement my own issuing of SCTs through a negotiation between client and server resulting in client and server agreeing on a common symmetric key. The original request will be unsigned - the trust is established through the
|