| Thread | Last Post | Replies |
|
| How to get webmethod name automatically? | 31 Oct 2004 17:34 GMT | 4 |
I am trying to write some log inside from web method. Is there any way to get the method automatically instead of hard code name manually? Thanks in advence.
|
| Why lose xml headers? Xml declaration and xsl instruction | 31 Oct 2004 17:01 GMT | 5 |
I have a WebServices in ASP.NEt VisualBasic, the declaration of the method is : Public Function saveDocumentXML(ByVal pvXmlDocument As Xml.XmlDocument) As String
|
| UrlBehavior-ing bad for me :-) | 31 Oct 2004 15:14 GMT | 1 |
I am trying to change the UrlBehavior from static to dynamic in a webservice in the following link it tells me to change urlbehavior to dynamic....I do not see that option on my web references folder... What I am trying to do is at runtime change the url of the webservice being
|
| global.asax | 29 Oct 2004 13:29 GMT | 4 |
If i have a webservices project...since I am not calling a webform...the global.asax does not seem to be called...where r u suppose to put the "global stuff"? meaning...like application_start or global variables
|
| How does WSE2 search for private key given X509 certificate? | 29 Oct 2004 03:36 GMT | 4 |
My soap service tries to decrypt soap request messages encrypted with the server's X509 certificate. How does WSE2 search for the private key when the coming soap request inlcuding the WHOLE X509 certificate in the soap header?
|
| Strange behavior of makecert.exe | 29 Oct 2004 02:25 GMT | 1 |
All this time I have been reading in the forums to use the "makecert.exe" that comes with MS Platform SDK. I have been trying to do that, but I was getting an error: Error: Can't create the key of the subject ('JoeSoft')
|
| add token to tokens collection vs. adding via a security element (eg EncryptedData) | 28 Oct 2004 22:56 GMT | 2 |
I know I've seen this explanation before and cannot find it. I'm going on this assumption and hopefully I have this right. If you are signing or encrypting with a security token, let's say an X509 token, you could add the token to the security.Tokens collection and also
|
| WS Consumption: CType a return value of class to original class | 28 Oct 2004 22:55 GMT | 5 |
I am a new developer in an academic environment working on a project for graduation. I appreciate any help anyone can give me! I have tried to use good programming techniques and split up my application into different tiers: Win (windows client), WS (web service), DAL (data
|
| soap extensions | 28 Oct 2004 21:59 GMT | 1 |
Is it possible for SOAP extension to be called automatically for every web service method not applyin SoapExtensionAttribute for every of them? Thanks.
|
| Asp.Net Cache Trouble | 28 Oct 2004 20:13 GMT | 1 |
I am having a asp.net web application to which multiple users are sharing same Cache Object(DataView) from which Datagrid is Loaded.If multiple Users are logged and and anyone adds or delete some data from the dataview the next users gets Error for Page count Should be >= 0 If i ...
|
| SoapHeader | 28 Oct 2004 18:34 GMT | 1 |
All the sample code that I can find on SoapHeader is at least one level down within a root node. However, I'm working on a project needs to create a soap header like this:
|
| WebService and Proxy Server | 28 Oct 2004 16:44 GMT | 1 |
I have a Client Window App access .NET WebService. The problem I have is that my client application is used by people in diffent organization. Some use proxy server to access internet, some don't, some auto detect.
|
| several responses from same webservice? | 28 Oct 2004 11:51 GMT | 4 |
Im new to webservices and I think they can help solve a communication problem. We are designing a system that will have a core server type application and several client applications.
|
| UsernameTokenManager is Loaded but not used | 28 Oct 2004 10:23 GMT | 1 |
Ok, so I have a webservice which uses WSE2 and a custom UsernameTokenManager. I make a call to the webservice through a windows form client and add the Username Token to the call. So why does the webservice fail to use my UsernameTokenManager and instead
|
| How do I use SQL 'FOR XML' with .NET? | 28 Oct 2004 05:12 GMT | 3 |
The system I am converting use a lot of sql that makes use of the for xml clause provided for in sql server 2000. Below is an example of how this is done in ASP: set dataxml=server.CreateObject("MSXML2.DOMDocument.4.0")
|