Ask a Question related to ASP.NET Web Services, Design and Development.
-
Mike Cook #1
WS-Security Authentication Using SOAP Toolkit and VB6 Client
Has anyone successfully created ws-security headers using a VB client?
My web service authenticates users correctly when I use a .Net client
using WSE, however I am having problems constructing the correct
header using VB6.
I have a VB class that implements IHeaderHandler which I then set on
the SOAPClient HeaderHandler property. This works fine for plain text
passwords. However setting the Password element Type attribute to
wsse:PasswordDigest and passing the password digest just doesn't seem
to work. I have tried numerous ways of creating the password hash
from my nonce, creation date and password, however the digest always
seems to end up twice as long as the equivalent produced using a .Net
client with WSE. Can anyone help?
Regards
Mike Cook
Mike Cook Guest
-
.net SOAP toolkit performance for SOAP deserialization
Hi All. We are building an ASP.net application using C# & .net 1.1 framework. The ASP.net application consumes web services (Java/Apache Axis... -
Returning array Via soap toolkit to vb.net client
Hi, I have a suite of Com components , a number of the methods return a VARIANT which is of type array . The array is multi-dimensional. I have... -
Using .NET web service with SOAP Toolkit 3
I have written a .NET web service and would like to consume it using a SOAP client. To handle complex types I need to create a WSML file. I... -
Access .NET DIME Service from COM SOAP Toolkit 3 client
Hi I have created a .NET web service that can be requested to deliver binary data using DIME attachments. I also have created the client part... -
SOAP Client creation in ASP.NET using MS SOAP Toolkit
how would I create a SOAP client in ASP.Net? The following code just works fine in VB: Dim lobjSOAP As New MSSOAPLib30.SoapClient30...



Reply With Quote

