soap extension - soap.beforedeserialize vs. soap.afterdeserialize
Wed, 24 Aug 2005 17:10:03 -0700
Hi All!
I was reading about soap extension and came across an article that logs the
parameters passed to the web method from the client and it uses
soap.beforedeserialize. Same is with encryption/decryption using soap
extensions.
I can understand for the enc/decr problem that client encrypts in
soap. ...
|
consuming webservice in ASP classic
Wed, 24 Aug 2005 15:27:01 -0700
I am trying to use .Net WS within ASP classic. I tried to use to approaches
as suggested by people: -SOAPToolkit 3.0 and the other shown below. None of
this worked for me. I found also SOAPToolkit is not supported, instead
suggested to use .Net framework. Can any one help in suggesting a working
method ...
|
.NET C# Soap Server Deserialization Issues
Mon, 22 Aug 2005 17:16:23 +1000
Hi,
I am a .NET Web Services newbie, so please forgive my ignorance/poor
terminology when describing my issue. Please let me know if I have not
provided enough information, or posted to the wrong newsgroup.
I have written a Web Service for a customer which expects a SOAP message
with Document/Literal ...
|
Passing parameters to Perl
Thu, 18 Aug 2005 17:17:01 +0100
Hi,
I am trying to communicate with a Perl server as in .Net VB follows:-
Public Class Victest
<System.Xml.Serialization.XmlText()> _
Public data As System.String
End Class
<SoapService("http://olivine:31108/Vicclass/")> _
Public Class Vicclass
Inherits SoapClient
Public Sub New()
...
|
Consuming arrays of user defined objects
18 Aug 2005 04:09:22 -0700
Short: How can I cast the elements returned from a WS to it's correct
objects?
Long:
Hi,
I have an Axis web service that returns a Product[] which is mapped as
a compex type. When I access it from Excel 2003 (WSTK 3), it generates
a
Public Function wsm_dump() As Variant
<snip>
'"wsm_dump" is a ...
|
NuSoap Send a Dataset to VB.Net
Wed, 17 Aug 2005 18:55:54 GMT
I am writing an app in vb .net that will use an XML webservice written in
PHP NuSoap. I want to have the NuSoap server send a dataset to my VB .NET
application i am trying to find any documentation of anyone pullling data
from a database in PHP then using NuSoap to send it to a .NET application
and have the .N ...
|
TraceExtension, TraceExtensionAttribute
17 Aug 2005 11:35:50 -0700
I am using WSDL.exe generated proxy classes to make calls to
webservices via my console application (vb.net). I need to capture the
raw XML going back and forth. Microsoft has given examples of how to
do this;
http://msdn2.microsoft.com/library/sd5sk0f5(en-us,vs.80).aspx
In the example code they are log ...
|
|
|
WSDL to produce XmlAttributeAttribute
Mon, 15 Aug 2005 23:03:53 +1000
I have a webservice that has had hand spun wsdl which appears to be
incorrect.
To get attributes to serialise properly I need to use the
<System.Xml.Serialization.XmlAttributeAttribute()> class in the proxy.
Because changing the proxy stops the auto generation from the wsdl from
working, I want to corr ...
|
Distributed System & SOAP
Fri, 12 Aug 2005 10:07:23 -0700
I understand about SAOP protocol as stated bellow:
"Distributed system is an application that consists of components
running on different computers at the same time. One example of the
distributed system is the World Wide Web. The limitation of the
distributed system is that systems must run on the same plat ...
|
Soap not releasing objects or memory leaks
Thu, 11 Aug 2005 12:16:02 -0700
I am having a problem with an application that uses soap to talk through a
firewall between ASP (not .Net) front end and C++ as a middle tier. We are
trying to figure out why the C++ dlls die every so often and there is a good
chance this has something to do with the soap interface (the application is
dup ...
|