Axis vs. Apache SOAP

2002-09-19 Thread Mark Hansen
What is the difference between Axis and Apache SOAP?  

Apache XMLParserUtils.getXMLDocBuilder vs. JAXP DocumentBuilderFactory.newDocumentBuilder

2002-04-25 Thread Mark Hansen
I'm using Apache SOAP 2.2 and also Sun's J2EE reference implementation. Is there any difference between the two approaches available for obtaining a DocumentBuilder: Apache's XMLParserUtils.getXMLDocBuilder or Sun's JAXP DocumentBuilderFactory.newDocumentBuilder? If so, which approach is recomme

Using Apache SOAP v2.2 WITHOUT HTTP

2002-04-19 Thread Mark Hansen
Does anyone know where I can find some example code that illustrates using Apache SOAP with a transport OTHER THAN HTTP? Like a message queuing system? Thanks, Mark __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.ya

RE: SOAP 2.2 vs. AXIS

2002-02-08 Thread Mark Hansen
vices go down, networks go down, etc. The required fault tolerance is not available via HTTP. Would you say that AXIS is as robust at SOAP 2.2 in this regard? Mark Hansen bus tel: 888-360-7285 bus fax: 914-723-8671 email: [EMAIL PROTECTED] -Original Message- From: Sam Ruby [mailto:[

SOAP 2.2 vs. AXIS

2002-02-08 Thread Mark Hansen
XIS rather than the older SOAP 2.2 code. Question: Should I use SOAP 2.2 or AXIS for the code examples in my book?? Anyone and everyone with an opinion is invited to respond to this message. It is really important to me to get a sense of what the SOAP/Java community is doing. Thanks, Mark Hans

SOAP over MQ Series

2002-01-11 Thread Mark Hansen
Apache 2.2 OS: Win 2K Pro TIA, Mark Hansen tel (888)-360-7285 email: [EMAIL PROTECTED] = __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/

SOAP and MQ Series

2002-01-04 Thread Mark Hansen
Does anyone have any experience running SOAP over IBM's MQ Series at the messaging transport (rather than HTTP)? If so, please let me know your experiences. If this is a stupid idea, please let me know what! ;-) Thanks in advance, Mark __ Do

difference between terms "marshall" and "serialize"

2001-11-29 Thread Mark Hansen
Can anyone explain to me what the difference (if there is any) is between the terms "marshall" and "serialize"? TIA, Mark __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1

IDEs that work with SOAP

2001-11-15 Thread Mark Hansen
Has anyone had any luck using any of the IDEs with Apache-SOAP? -- Mark __ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com

Re: Prnting SOAP envelope

2001-11-14 Thread Mark Hansen
Yes, you simply need to marshall the Envelope to a file writer. Below is the code for a simple method, that given an Envelope env, and a SOAPContext ctx - writes the envelope to a text file. Deploy the class XYZ as message service or put the method WriteEnvelope in your existing service. Hope t