all groups > dotnet web services > november 2007 > threads for november 8 - 14, 2007
Filter by week: 1 2 3 4 5
WSE2 How to set SXH_SERVER_CERT_IGNORE_ALL_SER VER_ERRORS
Posted by ckkwan@my-deja.com at 11/13/2007 9:32:39 PM
Dear All,
I am trying to invoke a Secured WebService in WebSphere which
requires
me to setOption(2) = SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS
May I know how can I do the similar task using WSE2 SP3?
What needs to me set in RequestSoapContext?
Thanks in advance.
... more >>
Where can I change Web Reference URL in VS2005?
Posted by Dave at 11/13/2007 6:14:08 AM
I used to be see or change the Web Reference Url in VS2003 by right clicking
on the web reference and click properties. I don't see this in 2005?... more >>
Makeing an ASP + .NET website runable offline.
Posted by Wayne at 11/12/2007 4:51:00 PM
Hi List,
We have a requirement to take a cut down section of a website and
effectively put it onto a CD.
The site is written in ASP and .NET2 and makes use of SQL (although
convertible to access) databases which holds its data/options.
What we are looking for is to take the site and 'comp... more >>
VS2005 Add Service Reference not generating security proxy informa
Posted by Ed Shnekendorf at 11/12/2007 3:01:01 PM
I am trying to create a WCF host/client combination using mixed security with
UserName authentication.
Everything looks good on the host side, but when I go to generate the client
proxy using the VS 2005 "Add Service Reference" wizard it generates a proxy
class that, while correct in all re... more >>
Webservice call hangs
Posted by nano2k at 11/10/2007 1:17:43 AM
Hi
I have a pretty serious problem.
I have developed a winforms app that calls a webservice using .NET
Framework 1.1 with C#, IIS 5.1. and SQL Server 2000 server.
After installing the WS, I have installed few client applications.
3 of them are facing a problem that can be easily reproduced as... more >>
Efficient Asynchronous Call to Webservice
Posted by Kalyan at 11/8/2007 10:41:02 AM
Hi,
I have to make multiple calls (about 400K) to a webservice which returns a
string. And currently it takes about a week to make all the calls. Instead of
waiting for the webservice result before i make the next call, I rather want
to make the calls and let the results comeback at its ow... more >>
XML as a WebService parameter
Posted by BillAtWork at 11/8/2007 5:43:01 AM
Hi,
We recently converted a 1.1 project to 2.0 and this included a webservice
which accepted XML for one of the parameters. Since converting to 2.0 I am
getting the following message:
---
A potentially dangerous Request.Form value was detected from the client
(myparam="<root><blah....").
-... more >>
|