| Thread | Last Post | Replies |
|
| [silly question]web services for querying real-time hotel price? | 14 Sep 2005 04:24 GMT | 1 |
Maybe not a suitable question to be placed here, but still appriciated for someone offering any information, thanks!
|
| Can I use SoapExtensionAttribute at the client proxy side? | 14 Sep 2005 04:21 GMT | 1 |
Can I use SoapExtensionAttribute at the client proxy side? Thank you, Alan
|
| Can I use SoapExtensionAttribute at the client proxy side? | 14 Sep 2005 04:19 GMT | 1 |
Can I use SoapExtensionAttribute at the client proxy side? Thank you, Alan
|
| Web Service Security: impersonate="true" | 14 Sep 2005 03:01 GMT | 1 |
I've created a web service in c# that configures IIS using Directory Services. In order create and configure IIS sites the web service needs to run with admin privileges so in my web service web.cofig file I impersonate a system account with the appropriate privileges.
|
| Web Services Enhancements included in .NET 2.0? | 14 Sep 2005 00:43 GMT | 4 |
Does anyone know if the WSE will be integrated into .NET 2.0?
|
| WebService and Oracle very slow | 13 Sep 2005 21:23 GMT | 1 |
I'm doing a big project where an application in Vb.Net call some WebService on a asp server who connect to oracle. On my dev server, when the webservice connect to oracle there is no problem and it's very fast but on my production server, it very slow, very very very
|
| C# Interview job problem | 13 Sep 2005 21:21 GMT | 1 |
I am fresh college graduate who has done C and C++ during college times.After that i had done a C# course from one of our local computer institute.The course is BCM which ran for 1 year.But now when i am looking for job the questions asked in interview are really very very
|
| Verifying that a SoapEnvelope has been signed and encrypted | 13 Sep 2005 14:24 GMT | 1 |
I'm writing a service which uses the WSE 2.0 toolkit to send signed and encrypted messages. I'm not a big fan of using the policycache.config file to enforce the WS-Security policies because it is simply a text file and could be easily
|
| app.config - Help me get this straight | 13 Sep 2005 04:08 GMT | 2 |
Help me understand this, please. I have a Winforms app, lets call it WinApp.exe. I also have a DLL, lets call it WebBroker.dll. The purpose of WebBroker.dll is to broker an interface with a WebService. I don't encode this directly into MyWinApp, because I
|
| Problem with web service | 12 Sep 2005 17:13 GMT | 2 |
I have a web-service that does the following: It has a number(int) stored in the web config file(under appsettings tag) so everytime you call that web method, it reads the config file, increments the value by 1 and then returns the number as a string.
|
| How does the client of a webservice figure out a complex type | 12 Sep 2005 02:46 GMT | 7 |
I created a sinple web service that returns a dataSet. Then I created a client program that uses this web service (that returns the Dataset). My question is, how did the client figure out to create a "DataSet" as the
|
| Secured Data on WebService | 11 Sep 2005 03:45 GMT | 2 |
All, How can I transfer secured data over a network using webservice? Please suggest me with an example. TIA,
|
| storing error dumps for later persual | 11 Sep 2005 03:38 GMT | 1 |
I have an asp web client I have written that talks to a number of web services. Currently, I have customErrors set to 'Off', so the detailed stack dump pops up and I can find the part of my code that is borking. The client is about to go live. In the event an exception does come ...
|
| C# Client + Java Web Service developed with WSDP1.3 /Hosted in JBoss 4.0 | 10 Sep 2005 16:15 GMT | 1 |
I have a few questions. First, I have a java webservice, which was developed using the Java Webserices Developer Pack 1.3. Here is the wsdl for the service. (Note: That this service is not exposed publicly.)
|
| WebService Load Events | 10 Sep 2005 16:12 GMT | 1 |
I am looking for the equivilent of a Page_Load event in an aspx for an asmx (webservice). Is there such a thing? Is it possible to override? I know you can write your HTTPHandler for asmx files but is there an easier way?
|