ÄúµÄÇàËÉ£¬ÎªÄúÉè¼Æ£¬ÖúÄú³É¹¦£¬ÓëÄú¹²ÈÙ

2001-08-29 Thread soap-dev
ÈôҪȡÏû£¬Çë»Ø¸´: [EMAIL PROTECTED] ×𾴵Ŀͻ§£ºÄúºÃ£¡ ÎÒÃÇÊÇÒ»¼ÒרҵÉè¼Æ¹«Ë¾£º±±¾©ÇàËÉÎÄ»¯ÒÕÊõÓÐÏÞ¹«Ë¾¡£ ÎÒÃÇÒÔÆóÒµÐÎÏóVIÉè¼Æ¡¢±êÖ¾Éè¼Æ¡¢°ü×°Éè¼Æ¡¢»­²áÉè¼Æ¡¢¿¨Í¨Éè¼Æ(http://www.easypine.com/index3.htm)¼û³¤¡£ ÎÒÃǵÄ×÷Æ··ç¸ñ¼ò½à¡¢´óÆø£¬ÖØ´´Ò⣬½²ÊÖ·¨£¬¸»Ô̺­¡£ ÎÒÃÇÔ¸ÒâΪÔöÇ¿ÄúÔÚÊг¡ÉϵÄÈ

ejb sample - does it work?

2001-08-29 Thread Cook, Martin
Has anyone managed to get the ejb sample to work? If so, how did you do it?

RE: calling stateless EJB via SOAP

2001-08-29 Thread Cook, Martin
Thanks for taking the time to reply, Jared. I added my EJB jar file to the classpath, but it doesn't seem to make any difference. I do agree with you, in that I also believe that my problem is related to a classpath issue, but I'm not sure how to proceed. Has anyone out there managed to get Apach

Re: calling stateless EJB via SOAP

2001-08-29 Thread Cook, Martin
Thanks for taking the time to reply, Jared. I added my EJB jar file to the classpath, but it doesn't seem to make any difference. I do agree with you, in that I also believe that my problem is related to a classpath issue, but I'm not sure how to proceed. Has anyone out there managed to get Apach

RE: calling stateless EJB via SOAP

2001-08-29 Thread Matt Barnes
I was able to get an EJB running using JBoss and tomcat by unzipping my EJB's jar into the \jakarta-tomcat\classes directory (which is in my CLASSPATH). -Original Message- From: Cook, Martin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 10:38 AM To: '[EMAIL PROTECTED]' Subje

Re: calling stateless EJB via SOAP

2001-08-29 Thread Jared P Jurkiewicz
I have most certainly got the EJB working through SOAP, just not JBOSS, sorry. :) -- Jared "Cook, Martin" <[EMAIL PROTECTED]> on 08/29/2001 12:23:57 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: Re: calling stateless EJB via SOAP Thanks

RE: calling stateless EJB via SOAP

2001-08-29 Thread Gerry Woods
And I'll vouch for the fact that it works with stateless session EJBs on WebLogic. I don't want to sound like a broken record but this really does look like a classpath problem. Gerry -Original Message- From: Jared P Jurkiewicz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001

Need help!

2001-08-29 Thread Dujrudee Triyawatt
Dear sir,     I'm just new for SOAP and Tomcat Jakarta. I want to using SOAP with Tomcat. Everything looks fine but when I deploy DeployementDescription.xml of messaging example. With command(as in testit): java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rp

HTTPS Support - getting error java.net.MalformedURLException

2001-08-29 Thread rudi . himawan
  We have the new lib 2.2 with client side HTTPS Support.  We are trying to test it along with an example, and we get java.net.MalformedURLException.  Our example is based on addressbook, so the client is invoked as java samples.test1.Client https://localhost:7002/soap/servlet/rpcrouter  This rpc

RE: No Deserializer found Exception...............

2001-08-29 Thread Raja Gangavarapu
Title: RE: No Deserializer found Exception... Hi All I got the following exception .. Caught SOAPException (SOAP-ENV:Client): No Deserializer found to deserialize a http://xmlme.net/webservices/:FindVideoGamesResult' using encoding style 'http: /schemas.xmlsoap.org/soap

Re: HTTPS Support - getting error java.net.MalformedURLException

2001-08-29 Thread David Melgar
You need to setup an ssl provider. This is unrelated to proxy. An ssl provider can be done in code included below. More typically its configured in the JAVA_HOME\jre\lib\security\java.security file. I dont remember the proper configuration off hand. System.setProperty("java.protocol.handl

Re: Need help!

2001-08-29 Thread Scott Nichol
It looks as though you may be using Xerces 1.3.1, which has a bug that causes problems like the one below. If this is so, please try another version of Xerces. I have had success with 1.2.3 and 1.3.0. Others have reported success with other versions as well. Scott - Original Message -

Re: No Deserializer found Exception...............

2001-08-29 Thread Scott Nichol
Among the Apache SOAP docs is the User Guide. This includes a section on Interoperability. On that page you will find information about "Depending on xsi:type". Scott - Original Message - From: "Raja Gangavarapu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2

Re: HTTPS Support - getting error java.net.MalformedURLException

2001-08-29 Thread Archana . Chaphekar
After setting the properties as given in the mail, if I try to excute the client I am getting error as unable to open the socket :null What is the error? Any help is appreciated Rgds,