| Thread | Last Post | Replies |
|
| WSE 2 and impersonation | 09 Sep 2004 22:47 GMT | 5 |
I have a WSE 2 server and an older .Net application that I extended that now acts as a WSE 2 client. Part of the original functionality of the client was that it was available to COM callers. I now want the client to impersonate the COM caller and send some soap messages to my WSE ...
|
| Session("MyName") not working | 09 Sep 2004 16:52 GMT | 6 |
I am trying to store an object in the Session() I have a VB.Net control which is loaded in an asp page and then calls a function in my webservice (also written in VB.Net) The web service function has everything it seems to need the code is
|
| Webservices on Windows 2003 Web Edition? | 09 Sep 2004 16:50 GMT | 2 |
We plan to use a Windows 2003 Web Edition based computer to host a ASP.NET Web Service. The database in on another computer within the LAN, so this is no problem. However, I read that the Enterprise UDDI service is not available on the 2003 Web Edition. Does that mean I cannot ...
|
| How to call C from C# Web Service? | 09 Sep 2004 04:06 GMT | 6 |
I have the following C# code in my web service: [DllImport ("CaseAssessment.dll", CallingConvention=CallingConvention.Cdecl)] public static extern double add_(double X, double Y );
|
| SoapIgnore attribute ignored. | 09 Sep 2004 03:39 GMT | 2 |
I'm passing classes through a web service. There are some properties on the class that I don't need to be serialized and would like to remove them for performance (size) reasons so I've marked them with the System.Xml.Serialization.SoapIgnore attribute.
|
| SOAP Response | 09 Sep 2004 02:58 GMT | 1 |
I cannot get the Trace to work for my Web Service application or client. I need to be able to see the entire SOAP message (for documentation and other purposes). What is the best way to view the entire message (ingoing and outgoing)?
|
| Overriding SoapHttpClientProtocol.GetWebResponse | 08 Sep 2004 23:52 GMT | 1 |
I'm trying to use http compression for my web service. I've enabled it on the server and I've overridden SoapHttpClientProtocol.GetWebResponse to add the proper http header to the outgoing request.
|
| SOAP: When to choose doc / lit or rpc | 08 Sep 2004 22:34 GMT | 2 |
Can anybody tell me why you would choose one soap format over another? or are the choices based on what you are interoperating with or message size constraints. many thanks
|
| Please Advice. What?s the right path? plain file vs xml file | 08 Sep 2004 19:45 GMT | 3 |
I?d like that you give me some advice on what the right approach to import some data from one system to another is. I know that a webservice fits perfectly to intercommunicate two different systems but it is said that unfortunately it is slower than to load a plain txt file via a ...
|
| am right in web services? | 08 Sep 2004 13:56 GMT | 1 |
Hi , ramesh. i have a doubt in web services. just tell me the way am using the web services is right? since am involved in a big project , i have written a module in c# which
|
| WSE stupid question.... | 08 Sep 2004 11:41 GMT | 3 |
I am thinking of using attachments in WSE 2.0 to move a large file (100 Mb) across a VPN to a third party network, does the client of the web service implementing WSE 2.0 have to support WSE2.0 or can the cleint be any OS that supports web services?
|
| Why doesn't WSE2.0 work with the autogenerated proxy? | 08 Sep 2004 10:51 GMT | 1 |
I'm trying to get a basic web service up and running with WSE 2.0, but it always fails with the exception: --------- Exception below ----------- An unhandled exception of type
|
| COM objects calling WSE web services | 07 Sep 2004 21:51 GMT | 3 |
Any problems writing COM objects that call WSE2 enabled web services? Any recommended resources? Thanks. -Ben
|
| Web Service Client Connectivity | 07 Sep 2004 17:48 GMT | 1 |
I have a situation, I was wondering if someone could help me. We have a .net web service, it runs several transactions in sql server 2000. We have several clients which connect to this web service in order to run their transactions. If the client losses connectivity during the ...
|
| Ampersands in the result, xmldatadocument | 07 Sep 2004 16:51 GMT | 4 |
I am returning an XMLDataDocument in my service since my client cannot consume the dataset. The resulting XML does not replace ampersand characters in the string values with & - for example - <field>David & David</field>
|