all groups > dotnet web services > november 2007 > threads for november 22 - 28, 2007
Filter by week: 1 2 3 4 5
Update Web Services has caused unexpected changes to method signat
Posted by Iain at 11/28/2007 2:09:01 PM
Hi there.
I've got an app in c# that uses web services (both as consumer and server)
which I wrote some years ago and am now updating.
The server side gets information from SQLServer as XML and serialises the
result into an object tree generated on an XSD file.
The object in question is... more >>
How dynamically configure a webservice address?
Posted by John Dow at 11/26/2007 12:02:20 PM
I have an ASP.Net project, in which I added a web reference, for example
http://Sandbox/service.asmx
after I pass the testing, I want to change the web service address to
http://Production/service/asmx, which has the exactly same interface as the
sandbox.
My question is how to dynamically ... more >>
System.Runtime.Serialization.SerializationException
Posted by cashdeskmac at 11/26/2007 8:21:00 AM
Hi,
I am passing a couple of objects through a web service and get the error
message below when I check the event log:
System.Runtime.Serialization.SerializationException: The type
System.Web.HttpException in Assembly System.Web, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f... more >>
WCF : Underlying connection was closed
Posted by Arnaud Viscusi at 11/26/2007 1:32:01 AM
Hi all,
we meet a problem since we use WCF to consume java WebServices.
Often the first call works then the second raises the following error :
"The underlying connection was closed : "
We use a basicHttpBinding over HTTPS to connect to WebService. The
configuration is the following
<bi... more >>
WCF SOAP Router Including Credentials
Posted by Jimmer at 11/25/2007 11:30:00 AM
Hello,
I've been trying to create a WCF SOAP Router Service that can forward not
just the message body but also any security headers set by the originator of
the message. The destination service I'm routing messages to uses
WSHttpBinding, SSL with UserName/Password client credentials. Using... more >>
|