RE: About to give up

2002-05-06 Thread BRICKER_JONATHAN_E
Thank you.  Already doing that and it still does not work. My classpath, which I use when I start orion, has soap.jar, myclasses.jar, activation.jar and mail.jar in it. when I deploy my DD.xml I have deployed to localhost:8088/soap/servlet/rpcrouter and localhost:8088/cande/servlet/rpcrouter.  I

About to give up

2002-05-06 Thread BRICKER_JONATHAN_E
I've been trying to get a soap service to work on the Orion application server for about a month now and have reached the frustration point.  Would some kind soul that has gotten a SOAP service working on Orion please write me. I'm down to the point that I'm getting the following error: Ouch, th

BadTargetObjectURI & TcpTunnelGUI

2002-04-18 Thread BRICKER_JONATHAN_E
I'm having a hell of a time trying to get a SOAP service running on an Orion app server. I understand that this error can be caused by a classpath problem.   I put all of my remote classes in a jar and put them in orion/lib which should pick them up for all applications on orion to use.  I als

SOAP-ENV:Server.BadTargetObjectURI & TcpTunnelGUI

2002-04-16 Thread BRICKER_JONATHAN_E
I'm having a hell of a time trying to get a SOAP service running on an Orion app server. I understand that this error can be caused by a classpath problem.   I put all of my remote classes in a jar and put them in orion/lib which should pick them up for all applications on orion to use.  I also

Re: SOAP->EJB example/problem -- Many questions

2002-04-08 Thread BRICKER_JONATHAN_E
It was a problem with the deployment descriptor.  I had an extra character in the Context factory name. Here is my current error In TemplateProvider.locate() URI: urn:CanDEDataMgr DD.ServiceClass: org.apache.soap.providers.StatelessEJBProvider DD.ProviderClass: null Call.MethodName: isUserValid

Re: SOAP->EJB example/problem -- Many questions

2002-04-07 Thread BRICKER_JONATHAN_E
My EJB is deploying.  I wrote a jsp to bring it up so it is deploying in the app. Jonathan Bricker Lilly Research Labs Java ATG Brian BBA41 Bannister <[EMAIL PROTECTED]> 04/02/02 07:31 PM Please respond to soap-user                 To:        [EMAIL PROTECTED]         cc:                

SOAP->EJB example/problem -- Many questions

2002-04-02 Thread BRICKER_JONATHAN_E
Hello, I'm new to SOAP and was trying to tackle setting up a SOAP service to a Stateless Session Bean.  I have a simple method to test this out that takes 2 strings and returns a Boolean.  When I run my test client I get the following error: In TemplateProvider.locate() URI: urn:CanDEDataMgr DD.