| Thread | Last Post | Replies |
|
| Convert XML to a SOAP Response | 28 Jun 2008 07:18 GMT | 1 |
We have a vendor which does not use SOAP. I would like to create a web service to wrap all the http requests and responses to and from the vendor so that our clients can use SOAP. On the reporting side, we must pass a HTTP request with querystring parameters to the vendor and the ...
|
| A REALLY newbie question | 27 Jun 2008 23:56 GMT | 3 |
I am trying to teach myself C# ASP .NET with VS 2005 and the Wrox book "Beginning Visual C# 2005" My issue is this: How can I deploy a "website" (web services, etc...) in a folder that is not
|
| WebService returns HTTP/1.1 401 Unauthorized | 27 Jun 2008 16:37 GMT | 9 |
I am trying to get data from a 3rd party webservice. It seems the webservice is running on an iis server. Fiddler shows me: "Server: Microsoft-IIS/6.0 X-AspNet-Version: 2.0.50727
|
| WSE | 26 Jun 2008 15:10 GMT | 1 |
I am constructing a Web Service client to interact with a service provided by a partner organisation, but without any success so far. The SOAP message expected by the server is (with the username and password blanked out, of course):
|
| WCF: Question about the right usage of FaultReason and FaultCode | 26 Jun 2008 04:58 GMT | 1 |
To protect my WCF service boundaries, I assign a unique support ticket to all server side exceptions, log them and send a general FaultException to client that only include the support ticket. Support ticket is just a GUID that comes along with the exception log at the
|
| Simple Classic asp questions ... Response.Redirect | 25 Jun 2008 09:20 GMT | 1 |
Why cannot I do this? in an asp site www.Site1.com page, I have this: <% response.redirect "http://www.Site2.com?a=1" %> when it is redirected, I always see it as if it were:
|
| Possible to configure webservice to tell client to bypass proxy | 24 Jun 2008 08:11 GMT | 5 |
I don't have too much experience with proxies, but have stumbled into a little nut. We've got a flash on a website that calls a couple of webservices on another server. Flash has a very thin proxy object, and you can't configure much on it.
|
| Connect to UNIX | 23 Jun 2008 20:31 GMT | 1 |
How can I connect to UNIX port (that modified to act as a web service) from Visual Studio 2005 Application on C# ? I got an error: “The underlying connection was closed: The connection was closed unexpectedly”.
|
| HTTP Statuscode 401 (unauthorized) when accessing secured webservice | 23 Jun 2008 06:05 GMT | 10 |
when accessing a secured 3rd party webservice i'm getting a 401 HTTP Statuscode (unauthorized). When entering the url in a browser and entering the username and password manually, the wsdl is returned. So the username and password should be ok. I'm using this code:
|
| relay problem | 20 Jun 2008 20:37 GMT | 1 |
Hi, I have two servers(x.x.x.84 and x.x.x.85) and setup the relay and worked fine few days ago. 84 server is set to accept 85 server emails and in 85 server I put in 84’s localIP [192.168.0.100] as smart host. Now the email from 85 didn’t go, how to troubleshoot this? Please help.
|
| Can I use Internet explorers DOM parser? | 20 Jun 2008 11:17 GMT | 4 |
I'm writing an HTML parser and would like to use Internet Explorers DOM parser. Can I use Internet Explorers DOM parser through a web service? thanks for the help
|
| INTERACTION.CREATEOBJECT | 19 Jun 2008 19:04 GMT | 1 |
Coming from a VB platform, I am trying to use code to populate an Excel spreadsheet with a late bound Excel object: (It hangs on the Interaction object which is found in VB but obviously not in ASP.NET). It requires a valid SQL string be passed in. How can I make this work in ...
|
| WCF problem maintaining principal across service calls | 19 Jun 2008 05:10 GMT | 3 |
I'm using WCF authentication services in my current project. I used the following information as a starting point: http://msdn.microsoft.com/en-us/library/bb398990.aspx Unfortunately, I can't manage to get/set the generic principal when I
|
| Question Re: Multi-Team Project Development Logistics | 18 Jun 2008 23:44 GMT | 1 |
Our application consists of a suite of webservices. Depending upon application area, different methods are grouped into separate webservice projects, and are developed and maintained by separate development teams. Let's assume for the sake of this discussion, that Team A, Team B ...
|
| Architecture question | 18 Jun 2008 02:21 GMT | 5 |
Assumption: I need to develop two applications - windows forms and ASP web page. Architecture: I developed web service which is being consumed by windows forms application. The communication with database is between web service
|