Unexpected values in the IncomingRequest.UriTemplateMatch.BaseUri
Wed, 16 Jul 2008 13:56:00 -0700
I am making web service and wanted to create an output document that used a
portion of the request URI in the output of the content. Anyway, I did find
the BaseUri class within the the IncomingRequest.UriTemplateMatch, however,
what was in there was not what I expected.
For example, if my service request wa ...
|
WCF Web Service VS 2008
Tue, 15 Jul 2008 19:35:23 -0700 (PDT)
I have created a web service utilizing WCF in VS 2008. The service is
an HTTP Post and HTTP Get using SOAP. I am a new to web services I
like the concept of WCF. One of the issues is that I am having
problems testing my web service. When I view my service in the
browser I see "You have created a service". I ...
|
WSE 3.0 Interoperability with client platform and technologies
Tue, 15 Jul 2008 18:57:18 -0700 (PDT)
Hi
I am preparing to use VS2005 and WSE 3.0 create a Web Service that is
fully platform independent, from MSDN it seems WSE3.0's
"Interoperability is not guaranteed with protocols such as TCP", any
ideas what may be interoperability problem?
Also my main concern is that whether or not a http web service
de ...
|
dot net study interview questions
Tue, 15 Jul 2008 16:51:08 -0700 (PDT)
.NET database dev questions
http://freedownloadablebooks.blogspot.com/2008/03/net-database-dev-questions.html
Some general quickies
http://freedownloadablebooks.blogspot.com/2008/03/some-general-quickies.html
.NET WebDev interview questions - Part 1
http://freedownloadablebooks.blogspot.com/2008/03/net-webdev-i ...
|
How to specifiy default values in WCF web services (repost)
Tue, 15 Jul 2008 10:12:58 -0500
Hello,
I am trying to specify a logical default value for a [DataMember] in a WCF
Web Service using basicHttpBinding.
I realize that the language defaults are:
int - 0
string - null
bool - false
enum - ?
I tried using OnDeserializing and OnDeserialized events, but when the client
doesn't explicitely ...
|
Moving from WSE3 to WCF causes Class member problems
Tue, 15 Jul 2008 06:54:01 -0700
I have created a Web services using WSE3 which seems OK and works fine,
created the client using
"wsewsdl3.exe soap.tcp://ServerName/tcpRTSServerservice /out:proxy.cs
/n:Namespace /type:webClient"
and referenced classes (generated from schemas via Xsd) all provide the
correct member names.
When I try to p ...
|
Distributing MSSOAP30
Tue, 15 Jul 2008 02:49:00 -0700
I am using VB6 and MSSOAP30 to consume a Web Service from PHP.
If I install soapsdk.exe the application works fine. I then uninstall soap
and install using my installation package created with Visual Studio
Installer in which I have included the soap merge module soap3_core.msm.
After the installation, the ...
|
|
|
SoapFormatter issue with Arrays
Mon, 14 Jul 2008 23:37:53 -0700 (PDT)
All,
I am using the SoapFormatter class to parse/deserialize SOAP/RPC calls
from a remote client. The SoapFormatter works like a charm when the
message contains simple parameter types (like strings, ints, bools,
etc), but it throws an error when the message contains any sort of an
array.
For example, the i ...
|
How to Authenticate to WCF Service Via VPN
Mon, 14 Jul 2008 21:16:01 -0700
My team has created WCF services; these services are hosted by IIS and use
the WSHttpBinding binding configured with message security and Windows
authentication, as follows:
<bindings>
<wsHttpBinding>
<binding name="Default">
<security mode="Message">
<message clientCredentialType="Win ...
|
Getting Error when Service account of WCF Service is a new account
Sun, 13 Jul 2008 19:47:00 -0700
Hi, I have WCF service and integrated with STS (WS-Federation). The Service
exposes 5 endpoints Win, UNT and Federated Windows, Federated UNT and Mex
endpoint.
My STS Service exposes 3 endpoints WIN, UNT and Mex.
I am getting error when I sent a request from a client to WCF Service
Fed-Win/ Fed-Unt endpo ...
|