|
|
|
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 ...
|
Deploy All Dependent Files
Sun, 13 Jul 2008 18:48:43 -0700
I have a Visual Studio.Net solution that has several projects, one of which
is a web service project. I has a reference set to a DLL which is in the
same solution, but is a separate project. When I go to publish the web
service, there does not seem to be an option that would automatically
determine what ref ...
|
Configure the client certificate
Sat, 12 Jul 2008 02:34:31 -0700
Maybe the problem is that you don´t configure the client certificate.
In mode "HttpClientCredentialType.Certificate", the client needs to be configured with a certificate
"ch.Credentials.ClientCertificate.SetCertificate"
this client certificate must be on the service trusted certificate repository in order ...
|
|
|
Re: XSD is missing an element
Fri, 11 Jul 2008 11:11:33 -0700 (PDT)
On Jul 11, 1:00 pm, huohaod...@gmail.com wrote:
> On Jul 11, 11:33 am, huohaod...@gmail.com wrote:
>
>
>
> > On Jul 11, 11:19 am, "John Saunders" <n...@dont.do.that.com> wrote:
>
> > > <huohaod...@gmail.com> wrote in message
>
> > >news:92022c77-42ed-4179-a545-0e794012fbc8@p25g2000hsf.googlegroups.com> > > ...
|
Re: XSD is missing an element
Fri, 11 Jul 2008 10:00:56 -0700 (PDT)
On Jul 11, 11:33 am, huohaod...@gmail.com wrote:
> On Jul 11, 11:19 am, "John Saunders" <n...@dont.do.that.com> wrote:
>
>
>
> > <huohaod...@gmail.com> wrote in message
>
> >news:92022c77-42ed-4179-a545-0e794012fbc8@p25g2000hsf.googlegroups.com..> > > Hi,
>
> > > I am a new to web service world. For the lea ...
|
XSD is missing an element
Fri, 11 Jul 2008 07:50:09 -0700 (PDT)
Hi,
I am a new to web service world. For the leaning purpose, I have
created a web service in 2005 with one asmx.cs file, in this file, I
have one method called GetUser() which returns a custom user object,
something like
[WebMethod]
public User GetUser()
When I run it from IDE, I noticed after clickin ...
|
|
|