Incorrect data types returned
Mon, 3 Mar 2008 14:50:04 -0800
Hello,
Am new to web services.
i am exposing a web service that returns a datatable, but when i reference
the web service and call it it seems to be returning
GetCountriesResponseGetCountriesResult. Am not able to figure out what i am
doing wrong.
<WebService(Namespace:="http://www.abc.com")> _
<W ...
|
demystify: WCF applications cannot be exposed to 3rd parties
Mon, 3 Mar 2008 10:34:03 -0800
Specifically what we are trying to 'demystify' is this:
We created a wcf service that we allow other developers to consume. However
lets say with the default wcf settings one of the developers consumes the
service, runs a loop that consumes 10 connections and never calls .close() on
the service...
Basic ...
|
RE: why does my webservice web reference not work in aspx project?
Mon, 3 Mar 2008 10:17:03 -0800
Hi,
I have same issue as you had. I'm not quite understand your solution. Could
you give me more in details?
Here is my senario:
1. my web service was developed in VS2005 in C# as web site,
[WebService(Namespace = "http://www.CompanyName.com/")]
public class Login : System.Web.Services.WebService {
...}
...
|
Passing Custom Principal as Parameter?
Mon, 03 Mar 2008 12:56:46 -0500
I have two custom classes that implement IPrincipal and IIdentity. The
Principal class and Identity classes are built somewhere else in the
infrastructure and the Identity is used to build the Principal.
The class that implements IIDentity has this:
[DataMember]
public bool IsAuthenticated
{
...
|
WCF 3.5 and Problem with KnownTypeAttribute
Fri, 29 Feb 2008 11:34:26 -0500
I have an Interface and an implementing class (receiver) and calling
class (sender) in a single DLL. The DLL is referenced in a web site
that received WCF calls and also in a seperate web site that makes
calls to the WCF site .svc. Why would I get an Exception about
KnownTypeAttribute?
InnerException th ...
|
Try to make a web service out of a wsdl ...
Fri, 29 Feb 2008 06:08:05 -0800 (PST)
Hi!
Can I ask you to try this?
Below you see a wsdl? could you try to make a .NET web service out of
ths wsdl (under localhost)? Some criterias must be met in the new .net
web service:
- target namespace must be the same (http://no/brreg/BReMS/WebService/
services) and
<s0:service name="OutboundLegacy ...
|
Web Service Start Up
Thu, 28 Feb 2008 17:14:18 -0800 (PST)
I'm trying to speed up my web services.
My problem is that the data takes a while to build so I cache it and
only refresh the data every 24 hours.
However, the data will only cache after the first person requests it.
This causes a 3 minute delay before the user gets a response and the
session times out. Once i ...
|
|
|
Sharepoint Profile Service - Stumped
Thu, 28 Feb 2008 15:15:51 -0800 (PST)
HI All,
I am trying to read data from a Sharepoint web serivce using
Javascript. However, the service always returns the error:
"soap:ClientServer did not recognize the value of HTTP Header
SOAPAction: http://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetInCommon"
Anyone know what ...
|
WCF envelope without "To" or "Action"
Thu, 28 Feb 2008 14:34:28 -0700
I'm trying to connect to a non-.NET web service using VS 2008 WCF .NET 3.5.
I'm using basichttpbinding.
Their service does not like the <To..> and <Action> elements withing the
envelope <Header> element.
Is there a way to turn these off?
Amil
...
|
Problem matching WSDL
Thu, 28 Feb 2008 13:45:23 -0600
Hello,
I have a web service that I am writing that has to conform to the WSDL given
to me by my integration partner.
There is a section in the schema that I am unable to duplicate. Here is the
snip:
<s:element name="SubmitTransactionResponse">
<s:complexType>
<s:sequence>
...
|