unsubscribe me

2001-10-08 Thread toril . andersson
Please, unsubscribe me !

When TcpTunnelGUI doesn't work...

2001-10-08 Thread Simone Badoer
I've tried to run TcpTunnelGUI, but it never shows any data. So I ask if somebody can write me the SOAP-HTTP Request and Response for this simple example. CLIENT: String data="hello"; Call call = new Call(); call.setTargetObjectURI("urn:Boomerang"); call.setMethodName("getString");

Re: SOAP..I want more

2001-10-08 Thread Radovan Janecek
Hi all, just to inform you, WASP (SOAP engine implementation from Idoox) offers activation/passivation of web services, it supports object by reference passing, lifecycle service for web services (sound base for distributed garbage collection), and many other really 'distributed' features :-)

RE: WSDL Problem

2001-10-08 Thread James Pasley
Keith, This is an XML namespace issue. The targetNamespace attribute at the start of the file defines the namespace that all the definitions you define in your WSDL file will be in. Whenever you reference any of these definitions you must use the correct namespace prefix, in your case the tns

verbose debug settings for non-production environment

2001-10-08 Thread Bishr Tabbaa
Title: verbose debug settings for non-production environment What I have done: + Server/Logger[@verbosityLevel] of tc_log, servlet_log, and JASPER_LOG equals DEBUG + Server/ContextManager[@debug] = 10 + Server/Context[@debug] = 10 What about the request context interceptors? Any other

RE: DeployedServices.xml

2001-10-08 Thread Bishr Tabbaa
Title: DeployedServices.xml More setup details: 1)WEB-INF/web.xml specifies the RPC router servlet and a fully qualified path afile named 'soap.xml' in the same directory. 2)WEB-INF/soap.xml specifies org.apache.soap.server.XMLConfigManager and a fully qualified path to a file named

How to transmit a java.util.Date

2001-10-08 Thread dovle
Hi all , I am a newbe to Apache Soap and I have some problems transmiting some parameters to remote methods . On client side I work with kSoap that does not know explicitly to send a Date object so it should be more handcoded . I managed to send it like this SOAP-ENV:Envelope

RE: sessions

2001-10-08 Thread Ryan Winkler
I'd say that this would be a matter of design. Personally, I'd opt for the company to have a username and password, which you'd verify through some sort of login call through SOAP. Maintain the valid username (or a boolean, or whatever you choose) on your side, checking for a valid value as

RE: ms soap -- apache soap

2001-10-08 Thread Bono, Chris
Thanks a million Richard. You da man! I suppose further inspection of the MS Soap API would have the SOAPAttribute method. I know very little C++ and this is all new to me. Thanks again for your help. Chris -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED]] Sent:

Install Problem: Admin client prints raw HTML

2001-10-08 Thread Gordon Jones
Hi, I'm trying to upgrade from a previous version of Apache SOAP, and I'm having trouble running the admin client. The main page runs ok, but when I hit deploy or list any other button I get the following raw HTML/Java junk. Please assist me if you can. Here is the output I get in the browser

Re: Install Problem: Admin client prints raw HTML

2001-10-08 Thread Gordon Jones
Ok. The problem is due to precomiled jsps but I have no idea where they are. By continuously hitting refresh I eventually got new copies to load, but I have no idea where the original compiled pages were being kept ! --- Gordon Jones [EMAIL PROTECTED] wrote: Hi, I'm trying to upgrade from a