RE: generation Client stub using WSDL - error

2001-06-28 Thread Dinh Viet Hung
Title: RE: generation Client stub using WSDL - error I don't think that XMLParserLiaison exist in Apache Soap2.2, so what i did was comment out the line:     private XMLParserLiaison xpl = new XercesParserLiaison(); as "xpl" isn't used anywhere. Hung -Original Message- Fro

Re: Multiple invoke on one call

2001-06-28 Thread Simon Fell
well, to be fair, SOAP v1.1 does not attempt to provide that, its doesn't say you're not allowed to do it. Cheers Simon On Thu, 28 Jun 2001 04:46:04 -0400, in soap you wrote: >No, you can't. SOAP v1.1 (which is what Apache SOAP implements) >does not permit that. > >Sanjiva. > >- Original Me

Re: VB / ASP code to Java service

2001-06-28 Thread Gaurav
HI there, Can you please send sample code...of vb to java web service invocation... Thanks. - Original Message - From: Khamesra, SandeepX <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001 10:43 PM S

Re: Multiple invoke on one call

2001-06-28 Thread Javier A. Soltero
I thought he was referring to calling invoke more than once on a single instance of a Call object. Is this ok or does the call need to be re-created for every request. My guess is re-use is ok, based on the addressbook2 sample but if you can reassure me that would be great. thanks, Javier Sanji

Re: VB / ASP code to Java service

2001-06-28 Thread Janesh Vasudeva
If u don't mind u could send me sample code so that i know how it works, and what are the requiremnts on client side for it i have implemented java client for java object , but now i want to access from vb. Thanks Janesh - Original Message - From: Khamesra, SandeepX <[EMAIL PROTECTED]> To

weblogic 6.01 & message service

2001-06-28 Thread SBC
Hi, I am able to create a message style service which send a string to MDB. But I could not find any example or documentation for attachments. Does anybody has any sample code,pseudo code,any pointers If I send a org.w3c.dom.Document object to JMS & my MDB will get an ObjectMessage object from

potential performance improvements

2001-06-28 Thread Sanjiva Weerawarana
I committed some changes to the way SOAPMappingRegistry works and was being used to reduce a bunch of unneeded overhead. I would appreciate if people could try the code from CVS (or tonite's nightly build) and see whether there are any noticeable changes. Thanks, Sanjiva.

RE: generation Client stub using WSDL - error

2001-06-28 Thread Catalin Tomescu
I'm using SOAP Apache 2.1 I also had problems with Xerces 1.3.1 so I went back to Xerces 1.3.0 _ Get your FREE download of MSN Explorer at http://explorer.msn.com

RE: generation Client stub using WSDL - error

2001-06-28 Thread Hansen, Richard
Ouch, I don't think XMLParserLiaison exists in Apache 2.2. > -Original Message- > From: Catalin Tomescu [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 3:46 PM > To: [EMAIL PROTECTED] > Subject: Re: generation Client stub using WSDL - error > > > This is easy. The path to so

Re: generation Client stub using WSDL - error

2001-06-28 Thread Catalin Tomescu
This is easy. The path to soap.jar is not in CLASSPATH. Just add the path to your soap.jar file in the CLASSPATH. Catalin >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: generation Client stub using WSDL - error >Date: Thu, 28 Jun 2001 16:03:44 -0400 > > >

generation Client stub using WSDL - error

2001-06-28 Thread tctan
I am working through a worksheet from the Web service revolution and is getting an error using the WSDL to generate the CurrencyExchangeService Client Stub. The error msg given is: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/soap/util/xml/XMLParserLiaison at com.ibm.ws

RE: Which is better design

2001-06-28 Thread Khamesra, SandeepX
Yes you got my question correct.. My client will be non - java too.. But I am of the impression that SOAP's underlying layer converts every thing to XML then why we explitly do it.. Am I missing some concept here ? -Original Message- From: Wilkins, Craig [mailto:[EMAIL PROTECTED]] Sent:

RE: Which is better design

2001-06-28 Thread Wilkins, Craig
Are you asking if it is better to return a Java Object or an XML Element? If so, are you ever going to have non-Java clients to this service? If so, you are better returning the XML. If your clients are all Java, then it will be easier to work with a Java Object on the client side than it is to

Which is better design

2001-06-28 Thread Khamesra, SandeepX
Guys, I need some of your advice and suggestion.. If I need to return a set of information from a java service and this information is scattered in different java classes.. Which is better Get all the information from all the classes and formulate a XML and retur

RE: Installing ejbs on glue

2001-06-28 Thread graham glass
some folks have exposed ejbs on a server using GLUE by wrapping them and then exposing them as soap objects. GLUE 3.1, due out next week, can expose EJBs automatically without you having to write any code. cheers, graham -Original Message- From: Yashasree [mailto:[EMAIL PROTECTED]] S

ServiceManagerClient error

2001-06-28 Thread Eamon Oneill
My install went fine, and I can use the web-based admin client to list, etc. However, a command-line invocation fails: C:\soap-2_2\samples\stockquote>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml Exception in thread "

VB / ASP code to Java service

2001-06-28 Thread Khamesra, SandeepX
Able to successfully talk to Java service using Apache Soap from VB / ASP code

XML integration and Struts documentation

2001-06-28 Thread Duffiana Jones
I'v read something about the availability of the Struts documentation in XML format, that was transformed for presentation using XSLT (xalan implementation). If right, can anyone give me a pointer related to this, and especialy a pointer to the used DTD : I'd want to know if this uses a specific

RE: can't run StockQuote example. Please HELP!!!

2001-06-28 Thread Tom Myers
At 10:51 AM 6/27/2001 +0200, Christian Cerny wrote: >Hi, > >Try to put the Server Class File ( samples.stockquote.StockQuoteservice )in >the System Classpath >(if you are using Tomcat: TOMCAT_HOME\classes\... ) >I had the same Problem yesterday as a had the class in the soap-webapp >classpath. >A

JBoss/Tomcat and Soap setup

2001-06-28 Thread Bruce Scharlau
Hi all, I'm setting up Soap 2-2 to work with JBoss2.2.2/Tomcat 3.2.2 and having a hell of a time with the classpath setting in JBoss. There were a few cryptic comments in the archives, but no clear answer as to what worked. I've changed the run.bat file in JBoss to from the default crimson.jar

Re: can't run StockQuote example. Please HELP!!!

2001-06-28 Thread Truong,Hoang C.
Hello and thanks for your response, I tried your suggestion, but the result is the same. I even made a jar and included it in my classpath before starting tomcat, it didn't work either. I didn't see TOMCAT_HOME\classes in my system. Did you manually create it? I am using tomcat-3.2.2. Do you hav

Installing ejbs on glue

2001-06-28 Thread Yashasree
Hi Is anybody aware of any examples of ejbs as web services on the GLUE soap implementation? Thanks Yash

Re: TcpTunnelGui.

2001-06-28 Thread oh
If you are behind a socks server, and start the TcpTunnelGui from the sockscap, you can access the server located outside. (I am using this way for debugging in my project now) good luck, Huimin Wang Globus, Inc Japan - Original Message - From: "Tarun Garg" <[EMAIL PROTECTED]> To: <[EM

Re: TcpTunnelGui.

2001-06-28 Thread Tarun Garg
This is the correct url. This gives the "can respond to post request only" error as expected with a browser. - Original Message - From: "venkat reddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001 4:38 AM Subject: RE: TcpTunnelGui. >

Re: TcpTunnelGui.

2001-06-28 Thread Tarun Garg
Yes, I am behind a proxy. I've tried this other tool you suggested. Even that one doesn't work with a proxy. Can you suggest what should I do to make it work from behind a proxy ? - Original Message - From: "Hartmut Bernecker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

ServiceManagerClient - Creating my own class

2001-06-28 Thread Anthony Ikeda
I have created my own class that should: *load a deployment descriptor file *construct a ServiceManagerClient and DeploymentDescriptor class *List all deployed services *If the service to be deployed does not exist, deploy it *Create a new entry for a particular service Here

SOAP2.2, StringOutOfBoundsException

2001-06-28 Thread weidemann thomas
Does anbody know whats wrong with this ... URL url = new URL("http://172.16.22.101:5433/ctrTest/";); resp = call.invoke(url, null); ... I always get a StringOutOfBoundsException when the URL contains the port number. This works fine: ... URL url = new URL("http://172.16.22.101

Re: Multiple invoke on one call

2001-06-28 Thread Sanjiva Weerawarana
No, you can't. SOAP v1.1 (which is what Apache SOAP implements) does not permit that. Sanjiva. - Original Message - From: "Fabrizio Candon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 27, 2000 12:14 PM Subject: Multiple invoke on one call > Hello, > does anyone

Re: SOAP problem - not xerces - SOLUTION

2001-06-28 Thread Sanjiva Weerawarana
I just checked soap.jar from the 2.2 distribution and it certainly contains org.apache.soap.rpc.RPCMessage.class in it. You appear to have a corrupted distribution somehow; please get v2.2 again. What you described should've worked just fine. Sanjiva. - Original Message - From: "HariNam

Re: SOAP problem - not xerces

2001-06-28 Thread Sanjiva Weerawarana
This sure looks like a class not found problem. Can you try the following: In the shell (command prompt) that you start tomcat, *just before* typing "startup", type: javap org.apache.soap.rpc.RPCMessage and see whether it finds the class. If it does I'm baffled. If it doesn't then you somehow

RE: java client to MS Soap service

2001-06-28 Thread Opacic, Zarko
Hi, I have the same problem. How to use Java client to call a service described with a WSDL file (WSDL and service generated with MS SOAP toolkit) Thanks Zarko -Original Message- From: Mullin Yu [mailto:[EMAIL PROTECTED]] Sent: Montag, 11. Juni 2001 08:16 To: [EMAIL PROTECTED] Subject:

xerces

2001-06-28 Thread Adam.Leggett
Can someone clarify the situation re: xerces versions. I've not had a problem with Apache-Soap as yet but i may have to deploy to a situation where i don't control the servlet engine classpath. It has xerces 1.3.1. in it. I've seen some of postings saying to avoid this version. So can some kind