RE: Connecting to stateless Session EJB, Lookup error.

2002-03-18 Thread James McCarthy
02 12:48 PM To: [EMAIL PROTECTED] Subject: Re: Connecting to stateless Session EJB, Lookup error. James McCarthy wrote: > > With Drive Specifier: > > file:/C:/RestOfPath/file.name > > Without Drive Specifier: > > file:///RestOfPath/file.name file:/// is correct. With URLs, th

RE: Connecting to stateless Session EJB, Lookup error.

2002-03-18 Thread James McCarthy
Eddie, Are you sure you need to specify the path as a URL reference? If not you would drop the file:// if you do need to specify a file URL then I believe the proper way to do this is the following: With Drive Specifier: file:/C:/RestOfPath/file.name Without Drive Specifier: file:///RestOfPat

Has anyone seen the DIME spec

2002-03-13 Thread James McCarthy
I just read a submission from a few Microsoft engineers for the encapsulation of multiple arbitrary messages into a single binary message attachment. The submission is called Direct Internet Message Encapsulation (DIME). I am trying to understand why they did not just use the ZIP encoding standard

RE: document-style messaging and XML files

2002-03-12 Thread James McCarthy
Stan, I am not sure you can do this with JAXM. Unless I am mistaken the JAXM API requires that you send the entire SOAP content as an input stream. I am surprised that neither API allows you to specify just the BODY portion as an input stream. Did I mis-read JAXM or is this the case? Jim Symmet