| Thread | Last Post | Replies |
|
| web invocation result is null for webservice emulation | 20 Aug 2008 01:26 GMT | 1 |
I have a problem with the way that the generated proxy handles the information when trying to return information from an emulated webservice. When trying to consume the emulated service, the method result is
|
| Data Type & Proxy Type Sharing | 20 Aug 2008 00:23 GMT | 1 |
I have two services with two custom wsdl files that have couple data types shared, I am getting an error "The /sharetypes swith cannot be used with a WSDL contract or an XSD schema" when I try to use wsdl.exe /sharetypes to create proxy clients.
|
| How to set UseUserOverride in web.config? | 19 Aug 2008 07:40 GMT | 4 |
I have an ASP.NET web service (.net 3.0) deployed to a foreign web server. We have encountered a bug where the regional settings of the service account running at the foreign site contain a decimal separator of "," which breaks our code where it is trying to parse a string value ...
|
| HttpWebRequest GetResponse 500 Error | 19 Aug 2008 07:12 GMT | 4 |
I've run into a set of errors I don't understand coming back from HttpWebRequest.GetResponse, In one case, null is returned from the request without an Exception and in the other the request does not appear to leave my system yet still returns the 500 error.
|
| Service Client Receives "Bad Request (Invalid Header Name)" Respon | 19 Aug 2008 05:25 GMT | 1 |
I have written a Web Service that works with my test harness written using VS2005. However, a client to the service consistently receives a "Bad Request (Invalid Header Name)" response for each request. He is using another development environment that requires that he create ...
|
| Empty response from web services | 19 Aug 2008 00:52 GMT | 2 |
My client ASP.net application written in VB to brings back an empty response after invoking the webservices which is in Java(Axis). If anybody knows what to do please let me know.
|
| Newb to Webservices and WCF | 16 Aug 2008 19:07 GMT | 3 |
Hi everyone, I really was hesitant to post here for fear of seeming foolish but I really am desparate, and do appreciate any opportunity to get answers from real people. So please forgive the stupid questions.
|
| Another Question WCF | 15 Aug 2008 04:01 GMT | 1 |
You can return in WCF, an array of objects created by us, that is, I have the Customer object, and I want to return Customer []?, Gives me wrong, it ended the connection, the connection end in an unexpected way Thanks in advances
|
| Question | 14 Aug 2008 20:46 GMT | 2 |
I like to send an entity or method to a client using WCF thanks in advanced
|
| More Webservice issues.. | 14 Aug 2008 02:53 GMT | 7 |
I get the following error when I build, anyone know what the problem is? Error 1 The type 'VPMEventViewerUtil.DataTransferObject' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
|
| Cannot receive the window message in ASP.net. HELP. | 13 Aug 2008 20:55 GMT | 3 |
hello, every one: I created a asp.net web page by using VS2005 VB.NET, the web page reference a com component written by VS2005 VC++. The com compenent create a hidden window for receive windows message from a
|
| Get return value from an asp.net webservice.. | 13 Aug 2008 11:27 GMT | 3 |
Hi, i have this web service that was created in .NET that returns these values. How would i be able to get the values of these in asp <?xml version="1.0" encoding="utf-8"?>
|
| Web Service that receives an XmlDocument | 12 Aug 2008 14:21 GMT | 1 |
I have a Web Service that receives xCBL 3.0 Purchase Order Acknowledgement XML document. But I can not get the contents of what is being passed.I always get HttpContext.Current.Request.InputStream.Length =0. Here is my code
|
| Publish failed on other server | 12 Aug 2008 08:39 GMT | 3 |
I'm trying to publish a new web service that I've written. It's fine when I publish it on the local PC but I get Publish failed in the development environment when I try to publish it to another server.
|
| Defining custom userNameToken type | 11 Aug 2008 13:48 GMT | 3 |
No mater what I do, I can't seem to define my custom usernameTokenManager type properly in my client app pointing to my WSE 3.0 web service. my custom usernameTokenManager is in the root name space of my web service Public Class customUsernameTokenManager
|