SOAP 1.2 data model

2003-10-24 Thread Mark
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

Changing the flow of SOAP

2003-11-12 Thread Mark
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

Is this possible?

2003-11-13 Thread Mark
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

Re: abstract class and heritage

2002-03-20 Thread Mark Childerson
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

Re: maintaing single db connection over multiple rpc calls

2002-08-26 Thread Mark Childerson
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