That would be helpful Dennis, I was thinking of writing a couple of classes to encapsulate the minimum required to do SOAP 1.2 (mainly the envelope, headers, body, and fault element support) and bind those classes as well but if you already have something that would be great.
Thanks. -----Original Message----- From: Dennis Sosnoski [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 28, 2004 1:26 AM To: Silva, Carlos Cc: '[EMAIL PROTECTED]' Subject: Re: [jibx-users] SOAP usage Hi Carlos, I've actually got a light-weight SOAP framework build around JiBX. I've been trying to get this released but have had a number of distractions. I'll at least get it checked into CVS with a demonstration application within the next couple of days. Trying to do this with one of the other SOAP frameworks is likely to be ugly - you'd basically need to treat the SOAP data as a DOM or equivalent, then read it out with an XMLPull parser interface. The current frameworks don't work well with data binding (which includes Castor or JAXB, not just JiBX). - Dennis Silva, Carlos wrote: >What is the recommended way to use SOAP in combination with jibx? I'm trying >to avoid the need to use an external SOAP API if possible. > > ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users
