| Thread | Last Post | Replies |
|
| Sharepoint and application pool | 31 Mar 2006 23:13 GMT | 1 |
Hello All,, I am just wondering what account usually people put their shrepoint application pools under? Low privilage or high privilage account? If we put our sharepoints under low privilage accounts ,then developers have
|
| How .NET web services client handles exceptions from Java web services? | 31 Mar 2006 23:13 GMT | 4 |
I have WSDL file with <wsdl:fault> element. When I use Websphere WSAD to generate Java proxy classes from WSDL, I am able to see the custom exception classes that correspond to the <wsdl:fault> element. However, when I try to do the same thing using wsdl.exe or add web
|
| Web Reference added, no intellisense? | 31 Mar 2006 19:41 GMT | 1 |
I asked this question on the csharp group but maybe this is a better place to ask... I am working on a C# Class Library that does Remoting. I would like my library to call my web service so I added a Web reference to my service
|
| WSE 3.0 Policy and IE HTTP Posts | 31 Mar 2006 18:20 GMT | 4 |
I have a very simple test WSE 3.0 enabled web service. The Web Service is the default "Hello World" file based web service in VS 2005. I used the wizard to secure this service using the "Username" authentication and chose to authorize that the user is "testuser".
|
| Web services not sending fields in Soap Envelop | 31 Mar 2006 17:22 GMT | 1 |
We have a web service that is not sending a field in the Soap Envelope. For example, when we add a web reference, we get something like: *************************************************** public class EmployeeTaxServiceService :
|
| How to display every SOAP request in .NET 2.0 | 31 Mar 2006 15:48 GMT | 2 |
Hello, I want to intercept every request made to a web service in order to be able to display the actual SOAP request in a WebBrowser control (for documentation purposes in a test tool). I know how to do this on the server side (using a SOAPExtension), but I found no way to do this
|
| WS-Addressing | 31 Mar 2006 13:14 GMT | 1 |
All - What's the easiest way to document WS-Addressing in WSDL? If I need to communicate to my consumer that ReplyTo needs to be specified, how do I communicate this?
|
| WSE Timestamp | 31 Mar 2006 12:06 GMT | 4 |
I have a problem with WSE Timestamp. I'm using certificates and the web sevice code is installed on Windows 2003 sp1. When using the default values timeToleranceInSeconds=300 everything is ok.
|
| Can .net 1.1 call asp.net 2.0 web service | 31 Mar 2006 11:08 GMT | 1 |
Can a asp.net web app in framework 1.1 call web service on a computer that is running framework 2.0? Amil
|
| Dotnet Client fails to deserialize message from AXIS web service if the message maps two elements to the same multiRef element. What do I do? | 31 Mar 2006 08:53 GMT | 3 |
I have a .NET client that consumes an Axis web service. A change was made recently to the AXIS web service, and ever since then my .NET proxy class has been throwing an InvalidCastException. The proxy class was auto-generated by Visual Studio from WSDL provided by people who
|
| Web services Logs | 30 Mar 2006 20:08 GMT | 3 |
I need a solution to be able to check who, when and from where a client is using what service (and I cannot access IIS' logs). I gathered that I could set a a custom SoapHeader with the proprieties needed, fill it on the client and use the data on the server. But isn't
|
| wse config tool puts invalid signatureOption attributes into policy cache | 30 Mar 2006 19:47 GMT | 1 |
This problem did not go away with the RTMs of VS2005 and WSE 3.0. When creating a typical UserameoverCertificate policy through the wse settings tool the policy portion of the policy config file looks like thi: <policy name="ClientPolicy">
|
| Sharing Types between Webservice and Client | 30 Mar 2006 15:39 GMT | 4 |
Hello NG. I've got a little problem with sharing types between webservices and clients. I've created a business class with public fields within a shared assembly
|
| how to convert a string conform to xml encoding? | 30 Mar 2006 14:30 GMT | 1 |
I have a SOAP request as a string containing a '&'. because of that, the request doesn't work, because I have to replace '&' with '&' . But this is not the only special character I have to consider, right? is there a function in the .NET framework 1.1 that converts the string
|
| Is it possible to pass a XML document as a Web Service parameter? | 30 Mar 2006 11:50 GMT | 6 |
I would like to create two web services: - The first one - ImportData - should take as an input parameter a XML document and return an integer saying if passed XML document was valid and was succesfully processed.
|