| Thread | Last Post | Replies |
|
| WSE306 Error | 26 Mar 2005 00:55 GMT | 1 |
Anyone who knows what's causing this error?? WSE306: The DIME record should have the following version: 1. Instead, the DIME record contained the following version: 7. TIA Søren
|
| Unusual Internal Null reference exception: Microsoft.Web.Services2.Security.SignatureReference.GetXml() | 25 Mar 2005 19:37 GMT | 2 |
hi, i'm using WSE2 and i encountered an intermittent exception thrown by the WSE2 class library. i can't reproduce the behaviour consistently. any ideas? System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Web.Services2.Security ...
|
| General question | 25 Mar 2005 18:54 GMT | 1 |
one newbie general question: I just started to write a vb.net webservice that is consumed by a .net application (client). Now, as there may be lots of clients for one web service when I release the application, each client has to be configurated to
|
| abstract class overriding? | 25 Mar 2005 18:51 GMT | 4 |
I'm hoping this is a stupid question, so I apologize in advance. After creating WSDL files from scratch for a new web service, I used the WSDL.exe tool to generate C# stubs for both the web service server methods and the client proxy methods. The tool created the server methods ...
|
| using http post to transfer Base64 data to a web service | 25 Mar 2005 18:31 GMT | 4 |
I'm somewhat new to web services, but I know enough to create a basic application. I need to transmit Base64 data to a web service. To be more exact, I want to allow a user to select an item (such as an image) and then be able to
|
| Web services via native C++ | 25 Mar 2005 17:47 GMT | 1 |
I am trying to invoke a web service from a native (i.e. unmanaged) MFC app. I was able to invoke a trivial web service from unmanaged C++ using ATL but I still have difficulties. The problem now is that the nontrivial WSDL file describing the web service
|
| Customizing the SOAP response | 25 Mar 2005 17:07 GMT | 1 |
Currently, my web service method ("SubmitNotifications") responds with a "SoapNotificationsResult" element: <SubmitNotificationsResult xmlns="http://tempuri.org/MISOListener/MISOListenerService" />
|
| Function Call | 25 Mar 2005 16:19 GMT | 1 |
I am looking for a way to determine what funtion has been called in a web service. I want to log the function name and the IP address of the caller. Thanks! -------------------------------- From: Don Gerard
|
| WSE, UserNameToken and AD | 25 Mar 2005 08:25 GMT | 3 |
If you are using UsernameTokens you have to have access to the clear-text password or some password equivalent on the server. That's the only answer i can give you, sorry. If your clients are in the same - or a trusted - windows domain - KerberosToken2 is the way to go. ---
|
| WSE, WS-SecureConversation, X.509 and UsernameToken - putting all pieces together? | 25 Mar 2005 08:18 GMT | 2 |
I have several questions on the subject which I cannot answer to myself even after digging the docs and searching Google groups. I would be glad if someone could shed some light on the big picture. 1. What's the role of the UsernameToken in WS-SecureConversation? I
|
| SoapReceiver as both router and destination ? | 25 Mar 2005 08:02 GMT | 5 |
Okay, this one is giving me some grief: I've had no luck this far in creating a SoapReceiver that acts as both a router and destination for messages. Switching the IsIntermediary isn't something I can do without looking at the soapenvelope object ...
|
| Sample Code Desired Please | 25 Mar 2005 07:59 GMT | 8 |
All, I have a simple request. I am looking for a FULL code example that will allow me to use the PasswordOption.SendHashed on a UsernameToken WITHOUT using a certificate. I simply want to pass the user id and
|
| Problems using web services & ISA Server | 25 Mar 2005 06:39 GMT | 4 |
I have a standalone Windows Server 2003 running IIS, SQL Server and ISA Server. We've managed to successfully disable socket pooling, got vpn working and have published a web site.
|
| WSE 2.0 and french text | 25 Mar 2005 00:51 GMT | 7 |
I'm développing a C# Winform application that use PHP Web Services available on an Apache HTTP Server. These Web Services retrieve datas from an Oracle database. These datas can be in french.
|
| Dataset vs. XMLDocument | 24 Mar 2005 20:33 GMT | 1 |
I am in the process of rewriting a WebService. The WebMethods are all returning XMLDocuments. First, they get a Dataset of records and then walk through the Dataset to populate the XMLDocument which is then passed to the Web application which then pushes the XMLDocument into a ...
|