all groups > asp.net webservices > june 2008
Possible to configure webservice to tell client to bypass proxy
Posted by Lars-Erik at 6/20/2008 4:23:01 AM
Hi!
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.
Our customer, and a few of theirs surf via a p... more >>
INTERACTION.CREATEOBJECT
Posted by thejamie at 6/19/2008 7:46:00 AM
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 ASP.NET? I
p... more >>
A REALLY newbie question
Posted by SpacemanSpiff at 6/18/2008 7:04:08 PM
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
the root level?
When I try to "publish" the site to my local IIS InetPub/wwwroot/whatever,
VS ... more >>
Connect to UNIX
Posted by Nina at 6/16/2008 11:44:03 AM
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â€.
I execute code where (not real) UNIX IP = 000.0.0.0 and Port = 0000:
string... more >>
Add custom HTTP Header to all Web Service responses
Posted by Lee Greco at 6/13/2008 11:04:00 AM
We have a web server farm with several servers hosting web services and I'd
like to add a custom HTTP header to every web service response so our client
support can locate the server that processed the request. We use WSE
encryption on our SOAP messages so we really want a plain old HTTP head... more >>
utf-16 with XML
Posted by Abdulfatah A. Reslan at 6/9/2008 11:31:00 AM
Dear Sir:
i develp web service by using C# this web service have 2 web method wich
return some information on XML format.
the problem is the XML information returned by web method contain utf-16
encoding in first line , this first line:
<?xml version="1.0" encoding="utf-16"?>
but... more >>
Annoying Compilation Issue.
Posted by Rollasoc at 6/9/2008 7:46:46 AM
Ok, this is going to be a bit difficult to explain, since it is
slightly convoluted.
I have a c# DLL. Lets call it Common.DLL
It contains base classes and enums and structs etc
Lets say it has an enum called Mode.
I have two Webservices. Call them A and B.
Both of these webservic... more >>
Architectural issue , threading
Posted by adrian.vladimirov@gmail.com at 6/6/2008 2:43:43 AM
so thats what I have :
a web service, lets say is called "Facility" and it`s primary goal is
to submit some information to the database.
the problem comes, when from another service/app (consumer) I send
such information to the Facility service..
all works fine, but in the end the "consumer" wa... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
default.aspx returns instead of the service ? Help please...
Posted by con at 6/2/2008 10:29:14 PM
I am making a call to a asp.net web site that has a web services in a
subdirectory of the main site ie:
www.mainweb.com/webservice/dosomethingservice.asmx ( Using vs2005 to locate
the service via add web service )
Call originates in vb.net on the same server, each attempt to connect to
t... more >>
internet transfer control for asp.net
Posted by Web Search Store at 6/2/2008 12:59:10 PM
Hello,
I wonder if there is a control that can be used in asp.net scripts
equivalent to what used to be the 'internet transfer control' in vb6.
I believe there is. Could anyone point me to information on it, or an
example would be better.
Thanks.
Scott
... more >>
|