Hello.

I note the latest source code for MessageProvider.java works with the new 
message signatures proposed here:

http://marc.theaimsgroup.com/?l=axis-user&m=103280905917851&w=2

Two things:

1. The comments aren't quite in synch with the method signatures (the 
comments at the top refer to the old ones, and the comment on the 
Document/Document code says it's Element[]/Element[]).  The only reason I 
mention it is that there's not a lot of documentation on message stuff, and 
code comments were the first place I looked to figure it out.
2. I submitted a "how to write a message service" blurb for the User Guide 
right before these changes.  I would be happy to update it...

Andrew

At 02:00 PM 9/27/2002 -0400, you wrote:
>Do we have enough votes for this?  How many are needed?
>Dave
>
>
>Tom Jordahl wrote:
> >
> > +1 to merge these changes to the 1.0 branch.
> >
> > --
> > Tom Jordahl
> > Macromedia Server Development
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 26, 2002 10:02 AM
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: xml-axis/java/docs user-guide.html subsystems.jpg
> > architecture-guide.html
> >
> > dchappell    2002/09/26 07:02:23
> >
> >   Modified:    java/docs user-guide.html subsystems.jpg
> >                         architecture-guide.html
> >   Log:
> >   Updated user guide and architecture guide to reflect addition of JMS as a
> >   sibling transport to HTTP and SMTP
> >
> >   Revision  Changes    Path
> >   1.72      +3 -1      xml-axis/java/docs/user-guide.html
> >
> >   Index: user-guide.html
> >   ===================================================================
> >   RCS file: /home/cvs/xml-axis/java/docs/user-guide.html,v
> >   retrieving revision 1.71
> >   retrieving revision 1.72
> >   diff -u -r1.71 -r1.72
> >   --- user-guide.html   24 Sep 2002 13:12:26 -0000      1.71
> >   +++ user-guide.html   26 Sep 2002 14:02:21 -0000      1.72
> >   @@ -142,9 +142,10 @@
> >      <li>Preliminary support for the <b>SOAP with Attachments</b> 
> specification</li>
> >      <li> An EJB provider for accessing EJB's as Web Services</li>
> >      <li> HTTP servlet-based transport</li>
> >   +  <li> JMS based transport</li>
> >      <li> Standalone version of the server (with HTTP support)</li>
> >      <li> Examples, including a client and server for the soapbuilders 
> community
> >   -    interoperability tests and experimental TCP and file-based 
> transports.</li>
> >   +    interoperability tests and experimental TCP, JMS, and file-based 
> transports.</li>
> >    </ul>
> >
> >    <h3> What's missing?</h3>
> >   @@ -1374,6 +1375,7 @@
> >    <li>org.apache.axis.encoding.ser.SimpleDeserializer</li>
> >    <li>org.apache.axis.session.Session</li>
> >    <li>org.apache.axis.transport.http.SimpleAxisServer</li>
> >   +<li>org.apache.axis.transport.jms.SimpleJMSListener</li>
> >    <li>org.apache.axis.utils.BeanProperty</li>
> >    <li>org.apache.axis.wsdl.WSDL2Java</li>
> >    <li>org.apache.axis.wsdl.Java2WSDL</li>
> >
> >
> >
> >   1.4       +82 -157   xml-axis/java/docs/subsystems.jpg
> >
> >         <<Binary file>>
> >
> >
> >   1.17      +1 -1      xml-axis/java/docs/architecture-guide.html
> >
> >   Index: architecture-guide.html
> >   ===================================================================
> >   RCS file: /home/cvs/xml-axis/java/docs/architecture-guide.html,v
> >   retrieving revision 1.16
> >   retrieving revision 1.17
> >   diff -u -r1.16 -r1.17
> >   --- architecture-guide.html   4 Sep 2002 22:47:03 -0000       1.16
> >   +++ architecture-guide.html   26 Sep 2002 14:02:22 -0000      1.17
> >   @@ -152,7 +152,7 @@
> >    <p>The following diagram shows the layering of subsystems. The lower 
> layers
> >    are independent of the higher layers. The 'stacked' boxes represent 
> mutually
> >    independent, although not necessary mutually exclusive, 
> alternatives. For
> >   -example, the HTTP and SMTP transports are independent of each other but
> >   +example, the HTTP, SMTP, and JMS transports are independent of each 
> other but
> >    may be used together.
> >    <p><img SRC="subsystems.jpg">
> >    <p>
> >
> >
> >
>
>--
>Sonic Software - Backbone of the Extended Enterprise
>--
>David Chappell <[EMAIL PROTECTED]> Office: (781)999-7099
>Mobile: (617)510-6566
>Vice President and Chief Technology Evangelist, Sonic Software
>co-author,"Java Web Services", (O'Reilly 2002)
>"The Java Message Service", (O'Reilly 2000)
>"Professional ebXML Foundations", (Wrox 2001)
>--



Reply via email to