| Thread | Last Post | Replies |
|
| Why no excpetion returned to browser when thrown from web service | 27 Jun 2005 15:42 GMT | 3 |
Team, Hoping you can help. I have a web service I develop. In the code behind, we throw an exception in some cases. When I run the webservice on my PC, the exception is displayed in my browser.
|
| xcopy deployment | 27 Jun 2005 13:05 GMT | 2 |
are there any issues with xcopy deployment of WSE 2/3 ? the docs appear to state that the only supported method of deployment is by running the supplied msi. is this correct? if it is, is this for technical reasons? andy
|
| How can I return a binary file (image) from a web service | 26 Jun 2005 00:20 GMT | 1 |
A url to an image file will be passed to my web service. What function can I use that will get the image and return the image in binary form? Thanks
|
| Webservice and Cookies | 25 Jun 2005 10:53 GMT | 1 |
I'm trying to access a few webservices (asmx) which are stored on the same remote computer (e.g.: test.name.com). Now the first asmx which I add gets a namespace: com.name.test and the second one get a namespace: com.name.test2 whatever I do this is always like this.
|
| WSE 3.0 and Policy config schema? | 25 Jun 2005 00:31 GMT | 1 |
Taking a first look at WSE 3.0 I've noticed the changed format of the policy file. Obviously simpler than the old, but how will I deliver my policy to other parties (not necessarily Microsoft shops) who need to configure a client to talk to me? It seemed the old format was ...
|
| WSE 3.0 Help Files | 24 Jun 2005 21:21 GMT | 1 |
I've installed the WSE 3.0 June CTP, June but I cannot access the help files. How do you view the WSE help from within VS 2005? From http://www.developmentnow.com/g/28_0_0_0_0_0/dotnet-framework-webservices-enhanc ements.htm Posted via DevelopmentNow.com Groups http://www ...
|
| HttpWebResponse | 24 Jun 2005 21:17 GMT | 1 |
When using HttpResponse, I'm getting HTML entities in the returned value: For example: // the httpRequest has already been sent HttpWebResponse httpResponse = null;
|
| custom types: classes | 24 Jun 2005 18:55 GMT | 5 |
I'm new to web services and I'm having some trouble figuring out how to define a custom object that works through the webservice. For example, I have the following on the server side: public class Token
|
| Calling web service which is overloading method from java side fai | 24 Jun 2005 18:01 GMT | 1 |
In my company, we have java application which is runing in unix platform, and we have web service application build by microsoft .net runing in IIS in microsoft windows 2000 platform. Jave application needs to call method in web services which are overloading function. Now We got ...
|
| Callers IP | 24 Jun 2005 17:58 GMT | 1 |
I need to create a web service that returns to the caller his IP. I have done this in the past for callres taht are running ASP.NET but not from a winform (VB.NET) app. I have read in oter forms that this can not be done? Any ideas?
|
| Private key not available for X.509 certificate under W2000 | 24 Jun 2005 17:32 GMT | 2 |
I am having difficulty running a WSE 2.0 enabled Web Service under Windows 2000. I can run the same web service using X.509 certificates for authentication and encryption when the web service is on a Windows 2003 Server (Enterprise Edition) and the caller is on my Windows 2000 ...
|
| Passed parameters to web service is null | 24 Jun 2005 16:50 GMT | 2 |
Hallo, I have written web service with method: public long DoSomething(string base64String) { try
|
| Single Threaded Web Service | 24 Jun 2005 16:23 GMT | 3 |
I am needing a web service to be single threaded. Is this possible? Any ideas would be helpful
|
| does not recogize webservice output as a XML document? | 24 Jun 2005 15:56 GMT | 1 |
I wrote a simple test webservice in .net but when I use the test page to try and run the webservice. IE does not recognize the output as an XML document, ie it doesn't automatically format the XML so that you can collapse or expand nodes.
|
| "Well-Formed XML" | 24 Jun 2005 15:18 GMT | 1 |
I have a working version of my first Web service (everyone together now: "Awwww, how nice"). I am just having it return an XML string which it is doing nicely. Now I'm working on a test app to consume it and pull information from it via XPath statements and can't get it to work ...
|