Ask a Question related to ASP.NET Web Services, Design and Development.
-
John Harkin #1
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 used MS Soap toolikit V2.0 ( sp2) against this to generate wsdl
etc.
I have used .net to generate proxys through which i'm trying to call
my apis via Soap.
They fail with error
"An unhandled exception of type 'System.InvalidOperationException'
occurred in system.xml.dll
Additional information: There is an error in XML document (1, 297)."
These same apis work when i use VB 6.0 and the Soap Toolkit!
I've seen quite a few posts which insuniate that this is not supported
by .net generated proxys?
Is this the case, any Mirosoft articles on same.
Any work arounds?
Regards
John
John Harkin 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... -
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... -
Returning array from Asp.Net webservice via SOAP to classic Asp
Hello everyone, I have a web service written in C# which returns a array of strings. Now I have a classic Asp site that needs to get that array... -
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... -
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

