Re: Orion with Axis Part 2

2002-04-22 Thread Peter Beck
the orion default website to http://localhost:8080/ it works, otherwise it fails with the error message below. Using proxy without session maintenance. Storing address for 'Purdue Boilermaker' Exception in thread main The AXIS engine could not find a target service to in voke! targetService

RE: Soap with Axis ?

2002-03-25 Thread bigd_00
FYI - Axis works fine. Have not heard of or ever used GLUE. ba -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Eddie Post Sent: Wednesday, March 20, 2002 3:08 PM To: Orion-Interest Subject: RE: Soap with Axis ? Thanks, With the Standard Edition you

RE: Soap with Axis ?

2002-03-20 Thread Satter, Rabi
GLUE is a product similar to Axis. Although from what I have seen I would say that Axis has a long way to go before it can match GLUE. GLUE product line has two versions, a Standard Edition (Free) which only talks to local classes and a Pro Edition (~$1500/per server) that can talk to Stateless

RE: Soap with Axis ?

2002-03-20 Thread Eddie Post
it with that not ?? Eddie From: Satter, Rabi [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: RE: Soap with Axis ? Date: Wed, 20 Mar 2002 09:43:55 -0600 GLUE is a product similar to Axis. Although from what I have seen I would say that Axis has

R: Soap with Axis ?

2002-03-19 Thread Montebove Luciano
-Messaggio originale- Da: Eddie [mailto:[EMAIL PROTECTED]] Inviato: martedì 19 marzo 2002 13.17 A: Orion-Interest Oggetto: Re: Soap with Axis ? Montebove, How do you do the EJB facade thing you explain below ? Where can I see an example ? BTW: the second URl in you mail below doesn't

Re: Soap with Axis ?

2002-03-19 Thread Eddie
? How do you invoke the EJB method ?: Using java reflection ? Eddie - Original Message - From: Montebove Luciano [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 3:19 PM Subject: R: Soap with Axis ? Your facade class to EJB must: 1) implements

Axis and EJB lookup - NamingException

2002-03-18 Thread Eddie Post
Hellu, I am trying to connect to my EJB in Orion 1.5.4 through Apache Axis. I configured everyting like in the mail that I found in the mailinglist: http://marc.theaimsgroup.com/?l=axis-userm=100879873023841w=2 However, I do get the NamingException (see below) when my test-client tries

R: Soap with Axis ?

2002-03-12 Thread Montebove Luciano
Why use an alpha-3 code (axis) when you can have a fast production quality soap implementation like GLUE for free? http://www.themindelectric.com/products/glue/glue.html http://www.themindelectric.com/products/glue/releases/GLUE-2.0.1/docs/glue/g uide/hosting/orion.html Don't be confused from

RE: Soap with Axis ?

2002-03-11 Thread Eddie Post
Hellu, Thanks for your reaction. I see two examples of interest on the Atlassian site: - One with SOAP and EJB. I am just starting to use SOAP and the example is for Apache Soap and not with Apache Axis. Axis needs some other values and I don't know how what/how to change the SOAP values

RE: Soap with Axis ?

2002-03-11 Thread Djemal, Guy (TWIi London)
Well I've been using Axis for a while now. The namespace issue can be resolved by using the follow: call.setProperty(Call.NAMESPACE, urn:TheNameSpace); An entire SOAP call would then look something like following: Service service = new Service(); Call call= (Call

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

RE: Soap with Axis ? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

Soap with Axis ?

2002-03-09 Thread Eddie
Hellu, Does anyone has an example descriptor of a web service to connect a client to a EJB through SOAP (Axis of Apache) ? Most os the examples I find are not based on Ejb connections and on the Atlassian site I saw a example for Apache Soap but I can't get it to work with Orion. Eddie

RE: Soap with Axis ?

2002-03-09 Thread The elephantwalker
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eddie Sent: Saturday, March 09, 2002 11:05 AM To: Orion-Interest Subject: Soap with Axis ? Hellu, Does anyone has an example descriptor of a web service to connect a client to a EJB through SOAP (Axis of Apache) ? Most os the examples I

Axis

2001-12-15 Thread Namor Taror
Finally, I have solved the soap iiop problem. And the way to do it is to move up to Axis. Just watch out, it's an alpha release. there will be some changes in the package between now and than. One question to those who deployed ejbs as web services using axis. I have a couple of orions clustered