HiWhat exactly is the SOAP 1.2 data model with graphs and nodes etc? The description in the spec is not very helpful
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
GuysIs there a way to change the flow of a normal SOAP message ? i.e. when a msg comes to the SOAP engine instead of following the normal path it should call up one of our own methods..? Can some one point me to sample code/docs? Does "Providers" do this? thanksMark
Do you Yahoo!?
Protect your id
methods..? Can some one point me to sample code/docs? Does "Providers" do this? thanks
Mark
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
You have to make a custom serializer/deserializer which sends, along with
the data, the identity of the concrete class you want to instantiate.
M.
At 05:42 PM 3/20/02 +0100, you wrote:
>Hello,
>
>is it possible to use abstract class or heritage with Soap ?
>I have a abstract class Contrat and
this confers a number of performance and scalability
advantages.
Mark
At 11:29 AM 26/08/2002 +0530, you wrote:
Hello
I tried to use Apache SOAP rpc call to access the
classes(running in a remote server)
which in turn connect to the database and perform the database
operations.I deployed the