error connecting in EJB

2002-04-12 Thread pop m
I am using Orion 1.5.4 and SOAP 2.2 . I have written a simple stateless EJB and I want to call a method via SOAP but always I am getting the next error from client:     Fault Code   = SOAP-ENV:Server  Fault String = Error in connecting to EJB and my Orion app. server writes this:   Except

SOAP envelope

2002-04-15 Thread pop m
Hi  everybody , I have just begun work with SOAP technology, and I've got a simple example as you'll see in the attachment files. However, my example works, I don't understand when/how should I use SOAP envelope (request , response).   I also want to pass parameters to my "scriey" method

SOAP envelope

2002-04-15 Thread pop m
Where should I put my SOAP envelope file(if it is a file)   Üdv. Pop Marius L.

Re: SOAP envelope

2002-04-15 Thread pop m
reates the > envelope for you based on what you tell it about parameters, target URI, method > name, etc. > > Scott > > - Original Message - > From: "pop m" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, April 15, 2002 12:10 PM

Error in connecting to EJB (second time)

2002-04-15 Thread pop m
  I am using Orion 1.5.4 and SOAP 2.2 . I have written a simple stateless EJB and I want to call a method via SOAP but always I am getting the next error from client:     Fault Code   = SOAP-ENV:Server  Fault String = Error in connecting to EJB   and my Orion app. server writes this:   Exc

firewall question

2002-04-18 Thread pop m
Hi everybody !   I am using Orion 1.5.4 app.server and Apache SOAP 2.2 on my machine which I'll call X. X machine is behind the firewall. I also have an application running on this application server who has EJB components. I've written a soap client to acces one of my EJB components, it loo

SOAP envelope

2002-04-18 Thread pop m
I have just understood that I don't need to write  SOAP envelopes, they are being created for us. (by DeploymentDescriptor)   But in much documentations I meet such code like:   /SOAP-ENV:Envelope>     and I really am a little bit confused. For me it sounds like

SOAP DeploymentDescriptor's methods tag

2002-04-18 Thread pop m
Hi everybody !   I am going to introduce  you my problem:   I've a SOAP DeploymentDescriptor showed below:           scope="Application"    methods="xyz">                    org.apache.soap.server.DOMFaultListener   My java soap client looks like:     try {   U

SOAP and SSL HELP

2002-04-19 Thread pop m
Hi !   I have the client.keystore and server.keystore files.   Can anyone send me a part of a soap client code example where SSl is being integrated with the code. My soap client looks like : ...   try {      Call call = new Call();      call.setTargetObjectURI("urn:" + m_s

Re: SOAP and SSL HELP

2002-04-19 Thread pop m
de using keytool, so i finally had a browser with a key in it that was the identity i wanted to use, I exported that key into a pkcs12 file and i use that file as my keystore, referenced in the code above. the basic idea here is that because the URL is "https..." instead of http,

Re: Help a beginner!!

2002-04-22 Thread pop m
I had the same problem, but I am using Orion1.5.4. I did this: in my orion\application-deployments\MYAPP-web\orion-web.xml I have put this row Hope will bve usefull for you ! Üdv. Pop Marius L. - Original Message - From: "sherine khoury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: Help a beginner!!

2002-04-22 Thread pop m
(jakarta-tomcat/conf directory): > reloadable="true"> > > where D:/soap/bin/soap-2_2/webapps/soap is the directory containing the > hello directory with all the files > > Is that code correct? > > Although I did add it the fault is still appearing. What should I

Re: Help a beginner!!

2002-04-22 Thread pop m
Hi ! You are not bothering me ! I would help you but unfortunatley I have no more ideas ! I'm sure that is a classpath configuration but I don't know where it is in Tomcat. Üdv. Pop Marius L. - Original Message - From: "sherine khoury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Mo

Re: Help a beginner!!

2002-04-22 Thread pop m
Hi ! here is my orion-web.xml. Look at the content below and maybe you'll find the point where you should do something. http://www.orionserver.com/dtds/orion-web.dtd";> Üdv. Pop Marius L. - Original Message - From: "sherine khoury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

VB SOAP Client (Collection, array)

2002-05-03 Thread pop m
Hi !   I am using Tomcat where I have a web app. hwo is capable to communicate via SOAP.   I also have a java bean class and one of its methods returns a Vector.   I've written a VB client who invokes this method and it works.   My problem is that the result I've got is something like this: