Delphi Client &Java Server

2001-08-14 Thread Julian
Hello, Can I program a Delphi Client for a Java Server? For Example,My Java sample server is addressbook sample that come Apache-Soap 2.2. How to program this client? I know the first step is generation a WSDL file. How to generate this WSDL? Create by myself or by an

Re: excpetion in running examples

2001-08-14 Thread Julian
Hello srinivasa, Saturday, August 11, 2001, 1:56:02 AM, you wrote: scr> list-unsubscribe: scr> list-post: scr> I am trying to run examples of Apache soap2.2 on JRun with testit.cmd file scr> given in the samples scr> I get the following erro

RE: Getting started with Providers

2001-08-14 Thread Dinh Viet Hung
Title: RE: Getting started with Providers well, the aim of user's Provider is for you to interfere in the routing process, and that Provider should work with every service. Hence you can use your new Provider with existing services or new services, it shouldn't matter.   cheers, Hung -

Custom Fault Handlers

2001-08-14 Thread Kris Dosch
I am experimenting with writing my own fault handler. I have a simple HelloWorld service with a method that throws an exception. I created a class called MyFaultListener which implements SOAPFaultListener. For now, the fault() method code is identical to that in DOMFaultListener. If I deploy t

Re: FW: how to serialize an array of java.lang.String?

2001-08-14 Thread Steeve Gilbert
Question about CVS? http://www.loria.fr/~molli/cvs/cvs-FAQ/cvsfaq2.html In short, it's a source file repository. So the latest source file are there. But it's not really important for SOAP users since there's a nigthly build each day (or night I guess) where you can get the bin as if it was a

FW: how to serialize an array of java.lang.String?

2001-08-14 Thread Tolsch, Ed
I'm trying to do the EXACT same thing, mix encoding styles, and of course I'm receiving the same error message. When you say it's fixed, in what release of SOAP I'm running SOAP 2.1. By the way, what is CVS? > -Original Message- > From: Anthony Dodd [SMTP:[EMAIL PROTECTED]] > Sent: Mo

RE: Serializer for JAXB

2001-08-14 Thread Glen Daniels
Hi Soumen: The problem is that the Apache SOAP 2.2 serializer doesn't support writing the SOAP "multi-ref" syntax, which allows object references in the serialized graphs. This is necessary to support circular references as you suggest. Apache Axis (http://xml.apache.org/axis), the next versio

Re: problem with mapping registry

2001-08-14 Thread Steeve Gilbert
Try this... smr.mapTypes(Constants.NS_URI_SOAP_ENC, new QName("", "out"), null, null, new StringDeserializer()); I've replace "String.class" with "null". It's working for me. Steeve... [EMAIL PROTECTED] on 14/08/2001 14:20:41 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] c

problem with mapping registry

2001-08-14 Thread andreg
I have the following situation: I am calling a SOAP service that takes an input parameter and returns one result element. Let's assume the input parameter is called "in" and is of type string. Here is how this looks in the request envelope: some input value The result is called "out" and is of t

RE: Serializer for JAXB

2001-08-14 Thread Glen Daniels
I'd love to see it. Would you be willing to post it to the list? > -Original Message- > From: Radek Wisniewski [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 12:09 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Serializer for JAXB > > > I'v written one, works. >

Serializer for JAXB

2001-08-14 Thread Radek Wisniewski
I'v written one, works. I have'n tested to much but i hope its good. Is anybody interested in? Radek Wisniewski

Wrapper classes as parameters on server side

2001-08-14 Thread Radek Wisniewski
While doing RPC with wrappers classes as parameters like: public class foo { getFoo(Long id){ ... } } we became an error like this: getFoo(long) -- no signature match It mean, we must use only base types on server side as parameters. But in User Guide the

ANT Soap and EJB's

2001-08-14 Thread mario . heiss
Inside an ANT script we want to deploy an EJB. The EJB should be called via an Soap Server. Now the SoapServer needs a Deployment Descriptor for calling the Bean... http://xml.apache.org/xml-soap/deployment"; id="urn:EnaEJB"> . Everytime we place the org.apache.soap.providers.Statel

RE: Getting started with Providers

2001-08-14 Thread Peter Doyle
Title: RE: Getting started with Providers Hi, thanks for all your help. so if I was to have a provider (myProvider) which has locate and invoke methods, does this then mean that I need some other service (myService) running within which a method (myMethod) will be called by use of my Deploy

RE: TcpTunnelGui in Apache SOAp.2

2001-08-14 Thread mario . heiss
It's not necessary to run TCPTunnel at Linux, you can configure TCPTunnel in this way, that it is connecting against your web Server. That means you run your sources at your local PC also TCPTunnel which is connecting against your Linux WebServer. Just make a File with the extension .cmd and co

UNSUBSCRIBE ME

2001-08-14 Thread Ranjith Chinni

TcpTunnelGui in Apache SOAp.2

2001-08-14 Thread jyothi
Hi, I configured Apache SOAP2.2 in Linux and i am using Tomcat as the web server. When i tried to run the TcpTunnelGui tool provided by apache soap i got the following exception. The TcpTunnnelGui worked fine in Windows but in Linux it is giving some problems. Can anyone help me o

Custom ConfigurationManager, the "query" method is called 3 times/request ??

2001-08-14 Thread Damien Vincent
All, I use a custom ConfigurationManager. I notice that the "query(String id)" method of my ConfigurationManager is called 3 times on each request of my client with the same parameter value (the name of the service on wich to provide a DeploymentDescriptor instance). This behavior may cause a loo

Re: how to invoke the method in Server-side(Apache) from Client-side(VB) using WSDL.

2001-08-14 Thread Nicholas Quaine
Chi-Hong, best to make the wsdl file available over http. you can do this by setting up an apache web server (or as you already have tomcatup and running you could let tomcat handle this for you) and making the wsdl file available to it. after that you need tocreate a vb client according to the