Arrays and href in call to webservice causing a problem
Thu, 29 May 2008 09:49:36 -0700 (PDT)
Hi,
I am using asp.net (vb.net) to access a set of 3rd party web services
and have successfully accessed some of them, however, when I try to
access a particular web service, I get the following error:
No Deserializer found to deserialize a ':defauts' using encoding style
'http://schemas.xmlsoap.org/soap/en ...
|
call web service from asp
Thu, 29 May 2008 12:12:04 -0400
Hi I have a problem trying to call a web servcie from internet.
when I test local and works fine: xmlhttp.Open "POST",
"http://localhost/BSWebService/BSService.asmx/GetBSDetails", false
but when I try to replace the localhost to real name and call from internet,
it failed.
then I try to view the web service pag ...
|
Invalid URI exception in web method call
Thu, 29 May 2008 07:37:01 -0700
I started with having xml schema files compiled as resources in a wpf windows
application. I was able to read the xml schema resource successfully using
the following pack uri:
pack://application:,,,/_XML/Item.xsd
The application has expanded and I decided to move the business logic along
with the xml ...
|
Update cookie in webmethod
Thu, 29 May 2008 04:13:38 -0700 (PDT)
Hi All,
I have a requirement to read a cookie and update its value in a
webmethod. This webmethod is located in the code behind of an aspx
page(used for partial page udpates).
I have added the attribute EnableSession =
true([WebMethod(EnableSession = true)]).
I am able to access and edit the cookie through
Ht ...
|
Edit cookies in Webmethods
Thu, 29 May 2008 04:10:12 -0700 (PDT)
Hi All,
I have a requirement to read a cookie and update its value in a
webmethod. This webmethod is located in the code behind of an aspx
page(used for partial page udpates).
I have added the attribute EnableSession =
true([WebMethod(EnableSession = true)]).
I am able to access and edit the cookie through
Ht ...
|
Forbidden with client authentication scheme 'Anonymous'
Mon, 26 May 2008 20:36:01 -0700
I am trying to build a proof of concept of a WCF service utilisting a
wsHttpBinding with Transport Certificate security. I am having problems
connecting to it with a console client - everytime I try to open the channel
I get the following error: Forbidden with client authentication scheme
'Anonymous'
Inner ...
|
wcf problem with serialization
Sat, 24 May 2008 05:11:09 -0700 (PDT)
Hi,
I have IsDirty property in my business objects and I implemented
INotifyPropertyChanged interface. If any property of the business
object is changed in the user interface then IsDirty property is set
to true. This works fine. But in the service layer I get always true
for IsDirty property. Because of des ...
|
|
|
WCF : get IHttpHandler
Thu, 22 May 2008 15:07:02 -0700
Hello,
I want to get the IHttpHandler from a svc service.
With old asmx webservices, I get it using
WebServiceHandlerFactory.GetHandler .
How can I get IHttpHandler in WCF running in serviceHostingEnvironment :
aspNetCompatibilityEnabled="true" ?
Thanks in advance for your help. ...
|
Gzip compression and SendTimeout
Thu, 22 May 2008 03:22:12 +0200
Hi
I'm using the gzip compression found in WCG samples kit.
It works well, but how can I set the SendTimeout and ReceiveTimeout
parameters?
Thank in advance
Giorgio
...
|
Configure HTTPS in IIS hested WCF
Wed, 21 May 2008 14:15:59 -0700 (PDT)
Hi, i'm trying to configure a wcf service with https, but when I
generate the wsdl , it contains the schemaLocation pointing to the
service with the local name instead of the DNS (https://
receive.latampayments.com/LPG_Service.svc?wsdl?.
The odd thing is when I generate the wsdl with the http url, it
contains t ...
|