I think you want Message Binding - http://xfire.codehaus.org/Message+Binding
Not document style. Generally, document style still indicates that you want to marshall/unmarshall the XML to objects, whereas Message Binding says you just want to pass around XML messages. Sounds like you're after the latter. Cheers, Brice -----Original Message----- From: Marc Dumontier [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 12:02 PM To: [email protected] Subject: Re: [xfire-user] document style Hi I'm just looking to pass arbitrary xml documents in soap messages. I'm using a messaging protocol called HL7 which has an xml mapping, so i'm just looking to use web services to route these messages, and to provide authentication, etc Wondering if there's any examples of this. thanks, Marc Tomek Sztelak wrote: > What exactly you need to know ? > > Good start is : > http://www-128.ibm.com/developerworks/webservices/library/ws-whichwsdl/ > When you decide what style you want, you just specify it in XFire > config ( like services.xml ). > > On 1/3/07, Marc Dumontier <[EMAIL PROTECTED]> wrote: > >> Hi >> >> Where can i find the latest documentation for using document style web >> services >> >> I had found >> http://docs.codehaus.org/display/XFIRE/Example+-+Exposing+a+Document-Sty le+Service+that+uses+XMLBeans >> >> but it's marked as out of date. >> >> thanks, >> Marc >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
