If you want to create a doc/lit service with Apache SOAP 2.2, you 
would use the messaging API instead of the RPC API.  The messaging 
API was meant to be for something "like" doc/lit, but it was done 
before WSDL had codified what doc/lit really was.

Using the messaging API basically means it is up to you to create and 
parse the XML messages.  There is no code to help you map the XML to 
and from parameters and return values, nor is there any code to help 
you generate or consume WSDL.

On 5 Jun 2003 at 7:40, Vishal Shah wrote:

> Scott,
>  
> Initially, I thought of defining a custom mapping for org.w3c.dom.Element type and 
> registering it for the SOAP encoding.. Definitely, this task requires coming up with 
> "ElementSerializer" class that would implement marshall & unmarshall methods of 
> Serializer & Deserializer interfaces, 
respectively. Also, it would require me to register it with the client side, , which 
seems to be a daunting task itself. 
>  
> Then, I decided, it is worth changing from RPC/literal to Doc/Literal as anyway the 
> former style is somewhat obsolete and going forward, in order to avoid further 
> interoperability issues, it is the right time to revisit the service. So, decided to 
> go that route, identified what needs to be done 
, but haven't implemented and deployed, yet.
>  
> I would like to know from you and other members about Doc/Literal experience using 
> SOAP 2.2. As I stated earlier, I don't have much control to move to AXIS or the 
> latest release of SOAP implementation (Otherwise known as red tape !!) and stuck 
> with Apache SOAP 2.2 (WAS 403). 
>  
> Thanks again,
> VS
>  
>  
>  
>  
>  
> 
>  
> 
> 
> Scott Nichol <[EMAIL PROTECTED]> wrote:
> Does this mean you've created a doc/lit service in Apache SOAP 2.2?
> 
> For VB, things will work best if you create a WSDL file for the 
> service, then use the high level API in the SOAP toolkit to consume 
> the service.
> 
> On 4 Jun 2003 at 15:34, Vishal Shah wrote:
> 
> > I'm looking for a VB6 client to use a doc/lit service. (SOAP 2.2)
> > 
> > Thanks
> > 
> > Scott Nichol wrote:
> > If you want an Apache SOAP client to a doc/lit service, download a 
> > nightly build an see the doclit sample.
> > 
> > On 2 Jun 2003 at 17:14, Scott Nichol wrote:
> > 
> > > If you want to create a doc/lit service, you should use Apache Axis. 
> > > The "messaging" capability of Apache SOAP is a pretty weak comparison 
> > > to what Axis can do with doc/lit.
> > > 
> > > On 2 Jun 2003 at 12:55, Vishal Shah wrote:
> > > 
> > > > Hi,
> > > > 
> > > > I'm looking for some detailed info (snippet, interoperability) on Doc/Literal 
> > > > type of web service using Apache.
> > > > 
> > > > Thanks
> > > > 
> > > > 
> > > > ---------------------------------
> > > > Do you Yahoo!?
> > > > Free online calendar with sync to Outlook(TM).
> > > 
> > > 
> > > Scott Nichol
> > > 
> > > Do not reply directly to this e-mail address,
> > > as it is filtered to only receive e-mail from
> > > specific mailing lists.
> > > 
> > > 
> > > 
> > 
> > 
> > Scott Nichol
> > 
> > Do not reply directly to this e-mail address,
> > as it is filtered to only receive e-mail from
> > specific mailing lists.
> > 
> > 
> > 
> > ---------------------------------
> > Do you Yahoo!?
> > Free online calendar with sync to Outlook(TM).
> 
> 
> Scott Nichol
> 
> Do not reply directly to this e-mail address,
> as it is filtered to only receive e-mail from
> specific mailing lists.
> 
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Free online calendar with sync to Outlook(TM).


Scott Nichol

Do not reply directly to this e-mail address,
as it is filtered to only receive e-mail from
specific mailing lists.


Reply via email to