all groups > dotnet web services enhancements > november 2007
Removing Nonce and Timestamp in WSE 3.0
Posted by BigJohn at 11/29/2007 12:06:01 PM
I read the posting from 4/24/2006, but the referenced article indicates how
to ADD these items, not remove. The article examples are also in C# which my
client uses VB.Net 2005 and the examples do not correlate easily.
Remember, there are still VB coders in the tech world.... more >>
WSE 2 and 3 dual mode, problems
Posted by Tim Mackey at 11/21/2007 4:29:58 PM
hi,
i am in the situation of needing to support a WSE2 winforms client and a
WSE3 winforms client.
i have set up the web site with a separate ASMX file for each, and both
clients work if they are the first to access their respective web service.
the WSE2 client works consistently, but the WS... more >>
VS2008 and WSE3
Posted by Howard Hoffman at 11/20/2007 5:18:35 PM
We've a .set of NET2 / ASP.NET2 / WSE3 based products, and we're beginning
to contemplate moving to .NET 3.5 now that VS 2008 is RTM.
Will a .NET2 / ASP.NET2 / WSE3 application build within VS2008? I'm
imagining there are bug fixes in the .NET core classes in .NET 3.5; in
addition to some ... more >>
Calling Java Web Service with Security
Posted by BigJohn at 11/14/2007 7:36:08 AM
From a VB.Net COM using VS2005, I need to call a Java web service with
ID/password. I currently am successfully calling the service but am
rejecting because the security object is not available in SOAP.
A preliminary scan showed the direction of SOAP Toolkit 3.0 which was
unsupported April... more >>
WSE2 How to set SXH_SERVER_CERT_IGNORE_ALL_SERVER_ERRORS
Posted by ckkwan@my-deja.com at 11/12/2007 4:02:42 AM
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 >>
Add Service Reference didn't generate proxy (OrcasBeta2)
Posted by DouglasWoods at 11/3/2007 6:58:01 PM
I am using OrcaBeta2 and tried using "Add Service Reference" to create the
proxy for a WCF service.
The referemce has been added to the App_WebReference Folder and there are a
number of files create (configuration.snvinfo, Service1.disco, Service1.wsdl,
Service1.xsd, Service11.xsd, Service... more >>
|