HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Webservices Enhancements) microsoft.public.dotnet.framework.webservices.enhancements


Discuss in the Dotnet Framework (Webservices Enhancements) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Webservices Enhancements) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hi, I have web services client which throws this exception when I attempt to create a new object of that client...
AT
06-14-2006 10:18 AM
AT Go to last post
0 131
I have created a WSE 3.0 router as an instance of SoapHttpRouter and I'm overriding the ProcessRequestMessage method and it works fine. However,...
CT
06-14-2006 10:03 AM
CT Go to last post
0 110
Hello, I'm trying to follow the WSE 3.0 Labs to implement the secure-conversation. In the Basic Labs Part 2, when the attribute...
Sundolphino
06-14-2006 08:54 AM
AlpineRocket74 Go to last post
2 132
The <replayDetection> Element has the following attribute: windowInSeconds Required attribute. The time in seconds that replay detection is...
Hung Ngo
06-13-2006 08:39 AM
Pablo Cibraro Go to last post
1 101
Microsoft.Web.Services2.Security.MessageSignature.CheckSignature() when using the overloaded version with a security token has a VOID return...
Darian Miller
06-12-2006 06:21 PM
Darian Miller Go to last post
0 158
Hello: I have a Web service that use WSE 3.0 to authenticate client with x509 certificates. The problem is that some customers of this web service...
David
06-12-2006 04:11 PM
Pablo Cibraro Go to last post
1 118
When I debug the webservice which is configured to authenticate the client, the first request from client will go into the authentication function...
Hung Ngo
06-12-2006 11:14 AM
Hung Ngo Go to last post
0 101
Hi, I really don't understand why we need to sign the SOAP header? Can you explain ? THhanks, Hung.
Hung Ngo
06-12-2006 09:19 AM
Pablo Cibraro Go to last post
1 106
Hello. I am creating a web service that receives an attachment using DIME. The example contained in documentation of WSE 2.0 only "puts" the...
Helder Sousa
06-12-2006 06:52 AM
Helder Sousa Go to last post
0 110
Hi, I'm developing an application that needs to upload a dataSet or datatables at the end of the day. I'm going to use Windows Mobile 5 and Net...
A.Neves
06-12-2006 03:35 AM
A.Neves Go to last post
3 127
Hi, in the WSE 3.0, I have read: "On outbound messages, a Timestamp represents the time the message was sent and the expiration time. On inbound...
Hung Ngo
06-11-2006 10:11 AM
Hung Ngo Go to last post
1 107
Hi, I am trying to use a custom soap transport, in this case an http.sys transport, based Aaron Skinnard's MSDN example. I want to remove the need...
olly
06-11-2006 07:35 AM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
3 117
Hi, everyone. I need to add header in soapmessage before sending it out. I believe it should be done in Process_message function of SoapExtension...
varvar
06-09-2006 03:45 PM
varvar Go to last post
0 257
Hi, With Https protocol, the server will send it's certificate to client whenever receiving a request of a new client. When using WSE3.0 with...
=?Utf-8?B?SHVuZyBOZ28=?=
06-09-2006 10:45 AM
Hung Ngo Go to last post
4 137
Hi I have developed a webservice that listens over TCP using WSE 2.0. The service is developed as a Windows Service. My question is. Since this is...
KodeCruncher
06-09-2006 10:14 AM
KodeCruncher Go to last post
0 113
Hi Friends, I have downloaded the WSE2SP3 from the net and installed it in my machine.My understanding is that after doing this if we...
Sandeep
06-09-2006 09:18 AM
Sandeep Go to last post
0 127
Hi, I wonder that the signing SOAP message of WSE 3.0 is same as the signing of Certificates. In details, The signing of Certificate likes that: A...
Hung Ngo
06-09-2006 05:26 AM
Hung Ngo Go to last post
0 128
I would like to know how can I see the messages that are send to web services and what client program is receiving? I am...
DBC User
06-09-2006 04:14 AM
AT Go to last post
5 175
Just curious - in this sample project there is a math.cs file that appears generated with xsd.exe and there is no docs on how this was generated. ...
Darian Miller
06-08-2006 04:00 PM
Darian Miller Go to last post
0 126
Hello everyone. I'm trying to create report .rdlc file which is connected on local dataset. In my windows application I am using webservice to get...
varvar
06-08-2006 11:58 AM
varvar Go to last post
0 101
Hi, I have a problem - I have a .net web site which implements the MVC pattern. Thus, I have a class library controller which is in charge of all the...
YC
06-08-2006 09:03 AM
YC Go to last post
2 122
I've built a Web Service using the new VS.NET 2005 Contract-First methodology - define an Interface, put the "WebMethod" attributes on there, and...
Chris Mullins
06-08-2006 08:39 AM
Pablo Cibraro Go to last post
1 99
I need to build an infrastructure that moves large files around the Internet. The scenario is many clients all submitting information to a single...
Chris Mullins
06-08-2006 04:39 AM
olly Go to last post
1 99
Question
Hi, everyone. I made client side application which uses web reference (AXIS). All works fine, though i need to print or save the soap message I am...
varvar
06-07-2006 06:25 PM
varvar Go to last post
0 227
Hi programmers, I'm quite new in this blog, I have a question concerning web services Soap Exceptions: I created a class MySoapException derived from...
AT
06-07-2006 09:16 AM
Pablo Cibraro Go to last post
1 136
The following code get the data from a web service and show it on the data grid in my application. How can I put data into the table which has the...
JIM.H.
06-06-2006 06:38 PM
JIM.H. Go to last post
0 115
We have both Windows and Linux webservers in our organization. I know that WSE 3.0 allows you to secure a web service with Kerberos such that an...
newjazzharmony (AT) hotmail (DOT) com
06-05-2006 11:56 AM
newjazzharmony (AT) hotmail (DOT) com Go to last post
0 106
Hi, I have 2 questions regarding WSE 3.0: 1) Using sct with asp.net application as client - I implemented sct with an asp.net web application as a...
YC
06-05-2006 10:00 AM
=?Utf-8?B?WUM=?= Go to last post
2 113
Hi, We are using WSE Security to manage User/Password authentication with a Custom UserTokenManager. We want to retrieve the user profile of the...
vincent
06-05-2006 07:04 AM
=?Utf-8?B?TG95b2xhIHN0YWxpbg==?= Go to last post
5 148
Does anyone know how to work around medium trust with WSE? The joys of a shared server are really annoying. Tom
Tom Twait
06-03-2006 08:26 PM
Tom Twait Go to last post
0 156
Question
hi..frnds.. R2304 ERROR exists in running my web service, eventhough MessageName attribute is applied.this pbm exixts only in vs 2005.its been good...
sgrathikala
06-03-2006 03:41 AM
sgrathikala Go to last post
0 254
Has anyone been able to get WSE 3.0 to install on a Windows Vista machine? All the variations I've tried result only in an error: Product: Microsoft...
Chris Mullins
06-02-2006 03:18 PM
Chris Mullins Go to last post
2 146
Hi Martin, In order to manually validate the credentials for an specific user, you have to develop a custom UsernameTokenManager. WSE provides a...
Pablo Cibraro
06-02-2006 09:38 AM
Pablo Cibraro Go to last post
0 122
I am developing an app that uses Webservice (WSE 2.0) methods while parsing data structures. When I send in a large amount of data (a new message...
AvailBrad
06-02-2006 02:00 AM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
6 107
Hi Martin, Check the following: http://www.codeproject.com/webservices/WS-Security.asp Although the code is in C++, but understanding it should...
Gaurav Vaish \(www.EduJini.IN\)
06-01-2006 01:58 PM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
0 127
Hi, I'm trying to find decent documentation for implementing secure conversations in WSE 2.0 SP3, and it doesn't look like the WSE documentation has...
Allen Owen
06-01-2006 01:53 PM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
3 89
Hi, I'm getting this message from a WebService built in VS2003 with WSE 2.0 implemented, with certificate encryption and signature and username...
Gustavo César Muniz e Souza
06-01-2006 09:04 AM
Gustavo César Muniz e Souza Go to last post
0 138
Hi, Instead of reading the policy from the Web.config. I plan to set the policy from the coding.. So that I have created the assertion and try to...
Loyola stalin
06-01-2006 07:19 AM
Loyola stalin Go to last post
2 106
WIA .... windows integrated authentication I've problem i need authenticate connection from a client(CL) to a webservice(WS) Between CL and WS is...
Stanislav Dvorak
05-31-2006 02:44 PM
Gaurav Vaish \(www.EduJini.IN\) Go to last post
2 108
I'm trying (and failing) to install WSE 3.0 on a Windows Vista machine. I have the following environment: Dell Insprion 6400 (dual core, x86, 2GB of...
Chris Mullins
05-31-2006 11:51 AM
Chris Mullins Go to last post
0 148
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...
Loyola stalin
05-30-2006 09:25 AM
Loyola stalin Go to last post
4 154
Hello, I am running an ASP.NET application using an impersonation account that I have defined in the web.config. In the application I am then...
Brian Spiteri
05-30-2006 07:56 AM
Brian Spiteri Go to last post
0 120
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...
ksen
05-30-2006 06:13 AM
Loyola stalin Go to last post
4 133
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...
Hung Ngo
05-29-2006 05:11 PM
Martin Kulov [MVP] Go to last post
1 125
Hi, Im trying to exchange encrypted messages. When do this myself(not using the policy file) - /// Get a Security token X509SecurityToken token =...
balpeck
05-28-2006 07:29 AM
balpeck Go to last post
0 161
Hi. I must make web service in VS 2005 that can be used from Windows, WindowsCE and Linux systems. Which is best practice for security? It is...
Selvir
05-27-2006 09:26 PM
Gaurav Vaish \(EduJini.IN\) Go to last post
2 131
i have website using web service if i modified the web service can i update my website automatically without updating the referance from my...
drabee
05-27-2006 07:39 AM
Robert Wilczynski Go to last post
3 117
what is web services?please i want know how web Services work? please give with example?
liki
05-26-2006 05:51 PM
Martin Kulov [MVP] Go to last post
1 124
Martin, your article describes MTOM quite well, but unfortunately I need a simple SwA client, ie using only MIME attachments (XOP and MTOM are not...
flo
05-26-2006 05:49 PM
Martin Kulov [MVP] Go to last post
1 116
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...
Hung Ngo
05-26-2006 02:01 PM
Kirk Allen Evans Go to last post
1 107
Post New Thread

Display Options
Showing threads 651 to 700 of 2564
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.