Réf. : Multiple invoke on one call

2001-06-27 Thread manuel . paitreault
>> all I can say you is that you can, in the same SOAP call, pass several parameters !! the parameter of a SOAP call is a vector, so you can pass (with an appropriate serializer) whatever you want does it answer your question ?? Hello, does anyone know if it's possible to perform more t

Re: TcpTunnelGui.

2001-06-27 Thread Gopinath M.R.
Hi, When you are using TcpTunnelGui, the format is The second parameter has to be only remote host IP address and not complete URL, I guess the following command should work. java org.apache.soap.util.net.TcpTunnelGui 8070 www-3.ibm.com 80 The relative URL part ("serv

Re: 4S4C Soap Service: ExecuteWithConfig2 Error

2001-06-27 Thread Simon Fell
Hartmut, is this on your w2k SP2 box ?, do you have another machine to try it on ? BTW, there's a dedicated pocketSOAP / 4s4c mailing list at http://groups.yahoo.com/group/pocketSOAP Cheers Simon On Wed, 27 Jun 2001 14:23:14 +0200, in soap you wrote: >Hello, > >I am using 4S4C 1.3.3 from Sim

RE: TcpTunnelGui.

2001-06-27 Thread venkat reddy
Is this ( http://www-3.ibm.com/services/uddi/testregistry/inquiryapi) the router URL at the IBM site? I tried that URL in a browser and it displayed a Deployment discriptor. Check the correct url and try. ~Venkat -Original Message- From: Hartmut Bernecker [mailto:[EMAIL PROTECTED]] Sen

RE: SOAP problem - not xerces - SOLUTION

2001-06-27 Thread HariNam Singh
Hi, this was a tricky one. When deploying SOAP with tomcat, I just used the web archive that included the jar file. It worked for almost everything. For some strange reason, it couldn't find RPCMessage in that jar file. This explains, why everything else with SOAP was working. Once, I added SOA

RE: SOAP problem - not xerces

2001-06-27 Thread HariNam Singh
Servlet-Engine: Tomcat Web Server/3.2.2 (JSP 1.1; Servlet 2.2; Java 1.3.1; Windows 2000 5.0 x86; java.vendor=Sun Microsyste -Original Message- From: Rosh R Nair [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 10:26 AM To: [EMAIL PROTECTED] Subject: RE: SOAP problem - not xerces

RE: SOAP problem - not xerces

2001-06-27 Thread HariNam Singh
yep, admin tool runs fine to deploy/undeploy services. The router gives me the expected don't talk to me with gets message. -Original Message- From: Saint-Martin Cecile [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 9:53 AM To: [EMAIL PROTECTED] Subject: RE: SOAP problem - not

RE: Problem Returning BEAN

2001-06-27 Thread venkat reddy
well My method takes an 'int' datatype so I set the params vector with a parameter object for int. The method returns a bean object so I set a SoapMappingRegistry with the Bean class and the BeanSerializer and set the registry in the call object. Should that be sufficient to extract my bean class

RE: Problem Returning BEAN

2001-06-27 Thread Kartheek Hirode
The encoding style is set in the Response constructor in your RPCProvider class. This could be the same as the incoming 'call' or something different if that is what is needed. resp = new Response (targetID, callMethodName, returnParam, null, null, call.getEncodingStyleU

Problem Returning BEAN

2001-06-27 Thread venkat reddy
How do we set the encoding style of the return value of a soap call? I have a service that creates a bean which has nothing but a couple of class variable set to data from the database. In the service side I get the data create this bean object and return it. On the client when i extract the obj

RE: Error when selecting List option

2001-06-27 Thread Kartheek Hirode
Your servlet engine may not have the soap.jar in its classpath. If Tomcat, look at tomcat.bat where it checks for CLASSPATH settings or you can create your own startup batch file which pre-sets all environment variables and then starts the servlet engine. I believe xerces.jar should be the first

Re: simple-jdbc web services question

2001-06-27 Thread sushi mitra
Can anybody point me to any sample example which does something like this? >From: "Warwick Slade" <[EMAIL PROTECTED]> >Reply-To: "Warwick Slade" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Re: simple-jdbc web services question >Date: Wed, 27 Jun 2001 09:24:59 +1000 > >MY preference:

RE: SOAP problem - not xerces

2001-06-27 Thread Rosh R Nair
Which version of Tomcat are u using? -Rosh -Original Message- From: HariNam Singh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 9:39 AM To: '[EMAIL PROTECTED]' Subject: SOAP problem - not xerces Hi, it's day two, and I still can't get my 'hello world' soap service to work.

JRun 3.0

2001-06-27 Thread Craig Morton
I'd like to talk to anyone that has successfully deployed a service under Apache 139, SOAP2.2 and JRun3.0. Anyone help? Thanks in advance Craig.

RE: SOAP problem - not xerces

2001-06-27 Thread Saint-Martin Cecile
Did you check with admin tool that soap is correctly installed on Tomcat? SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : HariNam Singh [mailto:[EMAIL PROTECTED]] > Envoyé : mercredi 27 juin 2001 18:46 > À : '[EMAIL PROTECTED]' > Objet : RE: SOAP problem - not xerces >

RE: SOAP problem - not xerces

2001-06-27 Thread Hansen, Richard
Go to the IBM developer works web site and follow the link to Web Services section. There is a good series of tutorial articles by Graham Glass on SOAP using Apache SOAP with Tomcat. You might find them helpful, I know they got me started. Rick Hansen > -Original Message- > From: HariNam

RE: Error when selecting List option

2001-06-27 Thread Hansen, Richard
It would seem that your servlet engine classpath does not have soap.jar. > -Original Message- > From: Chiranjeevi Paruchur [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 27, 2001 11:32 AM > To: SOAP Discussion group > Subject: Error when selecting List option > > > Hi! All, > > In

RE: SOAP problem - not xerces

2001-06-27 Thread HariNam Singh
thanks. I use tomcat. There is not a single message on the console. I also use TcpTunnel. The same message there, no additional info. Any other ideas? -Original Message- From: Saint-Martin Cecile [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 9:44 AM To: [EMAIL PROTECTED] Sub

Virtual Machine Error !!

2001-06-27 Thread Francisco Javier Cantos Moreno
# # HotSpot Virtual Machine Error, Unexpected Signal 11 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID: 4F533F4C494E55580E43505005BC # # Problematic Thread: prio=1 tid=0x48982810 nid=0x3cdb runnable This error ocurred when execute http://localhost:8080/soa

RE: SOAP problem - not xerces

2001-06-27 Thread Saint-Martin Cecile
Do you use Tomcat? If yes, is there any message in tomcat console? You should use TcpTunnel tool to obtain more details on exception. SAINT-MARTIN Cecile [EMAIL PROTECTED] > -Message d'origine- > De : HariNam Singh [mailto:[EMAIL PROTECTED]] > Envoyé : mercredi 27 juin 2001 18:39 > À : '

SOAP problem - not xerces

2001-06-27 Thread HariNam Singh
Hi, it's day two, and I still can't get my 'hello world' soap service to work. IT IS NOT XERCES. I tried Xerces 1.2.1, 1.3.0, 1.4.1, Jaxp, neither of them made it work. Xerces is at the beginning of the class path. I tried 3 different Java VMs (1.4.0 beta, 1.3.0 and 1.3.1). It just give me an un

Error when selecting List option

2001-06-27 Thread Chiranjeevi Paruchur
Hi! All, In admin interface, If i select ' List ' Option i am getting the Following Error. javax.servlet.ServletException: org/apache/soap/server/ServiceManager. This Error is B'coz of CLASSPATH Settings. Though my CLASSPATH Contains soap.jar, i am getting this Error. CLASSPATH=.;"D:\Soap-2_2

Attachments

2001-06-27 Thread Khan, Fahad
Hi, In the mime example Wouter Cloetens seems build the envelope as a string. Is there a simpler way of doing this? Fahad.

When 2 or more thread call to SOAP deployed service exception occur

2001-06-27 Thread Alex_Mazurok
Hello all! Can anybody help me? I try simple example - GetQuoteService and deploy itAfter I create client which in cycle for(i=0;i<100;i++) call to GetQuoteProxy. One client work perfect. BUT when I run another one(and more), I get exception.Exception in thread "main" [SOAPException: faul

Multiple invoke on one call

2001-06-27 Thread Fabrizio Candon
Hello, does anyone know if it's possible to perform more than one invoke on the same request?? Fab

SOAP2.2 Error?

2001-06-27 Thread Ola Hamfors
Why do I get this fault with SOAP2.2 ? -- C:\projects\SOAPTest>java -classpath .;classes;lib\wstk.jar;lib\sd.jar;lib\soap. jar;lib\xerces.jar;lib\xalan.jar;lib\bsf.jar;lib\activation.jar;lib\mail.jar test2 Exception in thread "main" java.lang.StringIndexOutOfBoundsE

RE: SOAP Performance (against RMI)

2001-06-27 Thread Ralf Bierig
Does somebody has papers, links, stuff about the topic: - Performance of Apache SOAP (2.0) - Apache SOAP 2.0 <-> Java RMI - Java RMI and some other this-topic-related stuff? Cheers Ralf --- Jean-Louis Vila <[EMAIL PROTECTED]> wrote: > Hi, > > 1) My opinion is that you couldn't compare SOAP > a

a general question

2001-06-27 Thread Chiranjeevi Paruchur
"Chiranjeevi Paruchur"To: [EMAIL PROTECTED]

4S4C Soap Service: ExecuteWithConfig2 Error

2001-06-27 Thread Hartmut Bernecker
Hello, I am using 4S4C 1.3.3 from Simon Fell under Windows 2000 for providing a SOAP-Service (via ASP-File) for an Apache Soap Client. Now, since I use Win 2000 and 4S4C 1.3.3 in 50% [!!!] of all SOAP-Request an error ocurres. - Sometimes (but apparently not in strange conjunction with that erro

Re: TcpTunnelGui.

2001-06-27 Thread Chiranjeevi Paruchur
Hi ! All, I am new to SOAP and XML but we are trying to use SOAP in our latest project. While reading the Documentation for Apache Soap I found there are some APIs. Can some one throw light on how to use them and where to use them. Sorry for this nonsense question. Thanks in advance Chiran

Re: TcpTunnelGui.

2001-06-27 Thread Hartmut Bernecker
Yes, you can. But maybe you are behind a firewall or a proxy and/or you cannot resolve the Domain Name. There is another good tool you can try, which I use for Debugging. Have a look at http://www.pocketsoap.com/tcptrace/. Tarun Garg schrieb: > > Can I use TcpTunnelgui to tunnel my soap reques

TcpTunnelGui.

2001-06-27 Thread Tarun Garg
Can I use TcpTunnelgui to tunnel my soap requests to some host other than the localhost ? I tried to tunnel the requests to the ibm uddi test registry site and get the following error. What am I doing wrong ? C:\apache\soap\soap-2_2>java org.apache.soap.util.net.TcpTunnelGui 8070 http://www-3.

SOAPException --- no signature match

2001-06-27 Thread Dinh Viet Hung
Title: SOAPException --- no signature match Hi all SOAPers out there, I have spent almost a day to figure out why SOAP throws me the "no signature match" error, but have not found any solution yet. I'm trying a very simple service with 2 methods, one uses primitive data type and the other

Réf. : RE: can't run StockQuote example. PleaseHELP!!!

2001-06-27 Thread manuel . paitreault
>> BadTargetObjectURI comes from a classpath problem ... I advise you to add "." in your classpath and to start the server Tomcat (or another web server) from the directory where is stocked the class you want Thanks Prasad and Matt, I ran testit.cmd script, now I got a different error

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

2001-06-27 Thread Christian Cerny
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. As I changed it to the system classpath it worked. But i don'

Accessing SOAP-Header on the server side

2001-06-27 Thread Kam Fung
Hi, Does anyone have a suggestion on accessing the Header on the server side in Apache-SOAP? I don't think it can be navigated from SOAPContext, right? Kam.

RE: SOAP Performance (against RMI)

2001-06-27 Thread Jean-Louis Vila
Hi, 1) My opinion is that you couldn't compare SOAP and RMI because SOAP is a protocol definition. So you must compare RMI with a SOAP implementation. 2) SOAP is just near 1,5 year old and you must be patient to get a good SOAP implementation 3) In some case, XML parsers are not efficient, espe