Soap Body different for different calls
Fri, 2 May 2008 04:24:48 -0700 (PDT)
Hi all,
I have a WCF service that accepts a typed dataset. The signature looks
like this:
void ActivatePersonalAccount(ref AccountMaintenanceSDSC sds);
I am trying to invoke this both from a .net client and from BizTalk.
The Soap Body element looks like below for each call. The differences
are that for t ...
|
WCF Test client problem
Sat, 26 Apr 2008 06:31:00 -0700
hi,
I'm a newbee to WCF and working on a project where i use sql server 2005 >
Linq > WCF
As reference i used the new profession C# 2008 book.
The example that im using works fine.
My project on the other hand did not work.
After examening all the code and running winmerge 10 times or so, some day
late ...
|
Contract name could be any on the client
Fri, 25 Apr 2008 08:57:28 -0700
There is one non-intuitive thing in WCF development and I've tryed to
describe it
WCF: Contract name could be any on the client side
(http://geekswithblogs.net/LeonidGaneline/archive/2008/04/25/wcf-contract-name-could-be-any-on-the-client-side.aspx)
Please, let me know is it helpful or not.
...
|
MetadataResolver.Resolve issues , localhost and machinename problem
Wed, 23 Apr 2008 23:49:26 -0700 (PDT)
Hi,
I was trying to resolve an end point address of wcf service using
MetadataResolver.Resolve, what I observed was, eventhough the end
point provided in the method parameter has 'machinename' the resolved
end point contains 'localhost' if the service is hosted locally.
Is there any way to get the machi ...
|
MetadataResolver gets uri with 'localhost' and not 'machinename'
Wed, 23 Apr 2008 23:45:17 -0700 (PDT)
Hi, ...
|
HTTP Headers
Wed, 23 Apr 2008 06:41:00 -0700
Is it possible to add custom HTTP headers to a WCF service call in the mobile
implementation of WCF? I have search all over the last few days and I can't
come up with anything. I can see on the desktop version how to do it, but
the classes it needs to do this don't exist in the mobile version. Thanks in
a ...
|
WCF Security Question
Sat, 19 Apr 2008 14:28:01 -0700
i have a WCF service(hosted in IIS) with the following configuration:
basichttpbinding
MTOM
Streaming(for file upload and download)
now i want to implement a security system where i receive username/password
only once. after which i want to issue a custom generated token which should
be used for all subseque ...
|
|
|
P2P application using PeerChannel
Thu, 17 Apr 2008 17:09:51 -0700 (PDT)
Hi,
I wrote a simple chat using wcf PeerChannel and CustomPeerResolver.
Everything works fine between one computer with vista and a public ip,
and a second one with vista but private ip. But I cant establish a
connection between two computers behind NAT (first xp sp2 with pnrp2,
second vista, both private ip) ...
|
Re: Network Monitor Driver
Thu, 17 Apr 2008 02:08:17 -0500
A bit late but I found following solution:
1. Install the WindowsXP-KB838079-SupportTools-ENU.exe on any WinXP
2. Find all dll's you need and copy to WinVista
3. I have still problem with "Network Monitor Driver" when I'm using
the netcap.exe
br
--
msrcie ...
|
using localhost v/s Environment.MachineName
Fri, 11 Apr 2008 07:25:09 -0700 (PDT)
Hi There ,
i am using wshttpbinding with client credentials set to windows .my
service address looks like this
"http://localhost:2005/SampleService" when this address is mentioned
the service/client works perfect.
but i want to replace "localhost" with "Environment.MachineName" so
my address will look lik ...
|