all groups > dotnet web services enhancements > may 2006 > threads for may 22 - 28, 2006
Filter by week: 1 2 3 4 5
WSE and Image
Posted by Hung Ngo at 5/28/2006 9:32:01 PM
Hi,
I'm writing a WSE web service. Now, I want to send the Image Object from the
web service to client, but the exception:
"Cannot convert from WebServiceWse.Image to System.Drawing.Image".
Can you tell me how to solve this problem?
How about MTOM?
Thanks,... more >>
Deplocy a ClickOnce Application with WSE 3.0 UsernameToken
Posted by Andreas Rudischhauser at 5/27/2006 5:29:51 PM
Hi,
we're developing a ClickOnce - Smartclient which connects to wse3-enabled
webservice. I fortunatelly got the WSE 3 Security with Username Tokens to
work, but I currently have the problem to deploy the certificate.
I think there is no way to "automatically" deploy the certificate with
... more >>
Interoperability
Posted by Loyola stalin at 5/26/2006 5:54:01 AM
Dear friends,
I am sinking, about this problem. I would like to tell about the problem
first,
1) I am having thick client (Windows application) in visual studio 1.1 and
applied the policy using wse2.0
2) Webservice running in Visual studio 2.0 with policy WSE3.0
My problem is I have t... more >>
web services
Posted by liki at 5/25/2006 11:29:01 PM
what is web services?please i want know how web Services work?
please give with example?
... more >>
Change the policy file
Posted by Hung Ngo at 5/25/2006 11:02:02 PM
I have deployed the webservice on IIS 5.1 Webserver, but when I change the
"wse3policyCache.config" file, the policy is not changed.
For ex:
I have 3 policy file with the same name:
1. The first used for "mutualCertificate11Security" element
2. The first used for "usernameForCertificateSecur... more >>
custom policyquestion
Posted by ksen at 5/24/2006 10:01:03 AM
I have a webservice which is built on WSE 2.0.
On the client side I am using .net2.0 and WSE 3.0. I added webreference to
the above webservice.
And also I added a custom filter to add some custom header elements.
Here is my question
Why the custom filter ProcessMessage method is not getti... more >>
WSE_SmalQuestion
Posted by Hung Ngo at 5/23/2006 6:20:01 PM
Hi all,
I'm reading WSE 3.0 documentation and I cann't understand the way WSE 3.0
use to sign and encrypt message.
In document, the MutualCertificate11Assertion sign and encrypt message like
below:
"
SOAP request
Digital Signature
The SOAP message parts specified in the child element of ... more >>
Windows2000 client VS Windows2003 Web Service
Posted by Victor at 5/23/2006 9:07:02 AM
My Web Service hosts windows 2003 applied WSE3. The Client run fine in
WindowsXP.But it throws some exception at windows 2k.
The web service use usernameForCertificateSecurity and custom
securityTokenManager.
<outputMessage utc="2006-5-23 15:37:21"
messageId="urn:uuid:afe83caa-291a-4ffd-87... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WSE 2 with VS2005 and custom UsernameTokenManager
Posted by Julian Jelfs at 5/23/2006 3:47:01 AM
Hi, I am working with the following setup.
I have a web service that was orignally created in VS 2003 and has now been
converted to VS2005. I have a custom UsernameTokenManager that was originally
defined in a file that was part of my web service project. My custom token
manager doesn't d... more >>
Web service updating
Posted by drabee at 5/23/2006 2:33:02 AM
i have website using web service if i modified the web service can i update
my website automatically without updating the referance from my wesite
.....Say YES please... more >>
WSE 3.0 , Set Policy
Posted by Loyola stalin at 5/23/2006 12:07:01 AM
Hi all,
I am working with WSE3.0. In service we need to explicitly set the Policy
I have shown the sample
[Policy("ServerPolicy")]
public class Service : System.Web.Services.WebService
{
public Service () {}
[WebMethod]
public string HelloWorld()
return "Hello Wo... more >>
SOAP over HTTP
Posted by Anbu at 5/22/2006 11:54:17 PM
Could anybody help me on how to implement SOAP Receiver on VS 2005 with
WSE 3.0?
TIA
... more >>
Error when accesing Webservice on Windows Server 2003
Posted by K S at 5/22/2006 3:32:57 PM
All,
I am getting the following error when I tried to deploy my webpage (Release
Version) on Windows Server 2003. The below error occurs when I try to access
the webservice.
PS: I can access the webservice from IE from the same Windows Server box.
I did some googling and tried the options... more >>
|