How can I get a session mechanism?

2003-02-06 Thread Oliver Rettig
on it. You understand the problem? best regards Oliver -- Oliver Rettig Gottesauerstr. 14 76131 Karlsruhe ORAT Software-Entwicklung www.orat.de Steinstr. 23, 76131 Karlsruhe Tel.: 0721/38489600

Apache-Soap2.2/3 count of JavaVMs

2003-02-03 Thread Oliver Rettig
Hallo, I`m using tomcat4.0 and apache soap2.2/3. I have trouble with a memory leak in my application and that is the reason I am interesting in how many java VMs are started and in which VMs my the Threads of my soap-RPCs are running. As I have configured in server.xml tomcat has started 10

Problems with Vector result value by changing soap2.2 - soap2.3.1

2002-06-19 Thread Oliver Rettig
seams to be the vector result value. Can anybody help me? best regards Oliver -- Oliver Rettig Lachnerstr. 6 76131 Karlsruhe ORAT Software-Entwicklung www.orat.de Steinstr. 23, 76131 Karlsruhe Tel.: 0721/38489600

Delay of http-soap-response and timeout behavoir

2002-06-19 Thread Oliver Rettig
with my java-service-method. I am afraid, that there is no possibility to check if connection ok or broken down. Does anybody knows something about this theme? best regards Oliver -- Oliver Rettig Lachnerstr. 6 76131 Karlsruhe ORAT Software-Entwicklung www.orat.de Steinstr. 23, 76131 Karlsruhe

empty response of soap-requests

2002-05-28 Thread Oliver Rettig
to have a more close look. Looks it like a tomcat or a apache-soap-error? Or can it be a bug in my server-code? best regards Oliver Rettig -- Oliver Rettig Lachnerstr. 6 76131 Karlsruhe ORAT Software-Entwicklung www.orat.de Steinstr. 23, 76131 Karlsruhe Tel.: 0721/38489600

getting ip and ports of the invoking clients

2002-05-28 Thread Oliver Rettig
Hallo, I want to to get the ip and the sending/receiving ports of the client which invokes my apache soap service. Is there a possiblilty to get it. I think especially to get the port seams to be difficult. best regards Oliver Rettig -- Oliver Rettig Lachnerstr. 6 76131 Karlsruhe ORAT

Re: Help!

2001-08-22 Thread Oliver Rettig
Hi Luyantao, I am sorry to brother you. I had read your mail_lists about using string[] as parameter on ms_client invoking apache on Apache Soap mail list. And I met the same problem as yours.I wonder if you have solved the problem. If you hava , I hope you can tell me the solution.

where to get the schemas for wsdl/xmlsoap etc.

2001-08-17 Thread Oliver Rettig
Hi all, since last weekend on the server http://schemas.xmlsoap.org/... we cauld find the schemas for wsdl, soap etc. This url is used in the wsdl-file e.g. in the example addressbook2 in the apache-soap. Now you can´t get the files from that server. So the addressbook2-client failes if it is

http://schemas.xmlsoap.org/... does´t work

2001-08-15 Thread Oliver Rettig
Oliver Rettig begin:vcard n:Rettig;Oliver tel;fax:0721/38489606 tel;home:0721/9662896 tel;work:0721/38489600 x-mozilla-html:FALSE org:ORAT Software-Entwicklung adr:;;ORAT Software-Entwicklung;Karlsruhe;;76133; version:2.1 email;internet:[EMAIL PROTECTED] title:Dipl.Phys. x-mozilla-cpt:;5760

where to put .war-file

2001-07-26 Thread Oliver Rettig
Hallo, I want to deploy my soap-service which I have packed as an .war-file. I Use TOMCAT with running apache-soap. For running apache.soap I have put the soap.war file in the folder tomcat-home/webapps. But now I don´t know where I should save my application.war. It´s a soap-server so I think I

Re: Generic Compound Type?

2001-07-13 Thread Oliver Rettig
Hi Michael, I'd like to use a generic compound type, as it is described in the Soap-Spec in chapter 5.4.3. But I have no idea what has to be done, to use it. I even don't know if Apache supports it. Does anyone tried it out and has a code snipplet from a client and the web-service method?

Re: problems with String[], apache-soap.server-ms-soap-client: type conversion-error

2001-07-11 Thread Oliver Rettig
Hallo all, I havnt solve the problem. Perhaps I need another Deployment-descriptor for invoking with ms-soap-high-level-client. Please have a look on it. Thanks Oliver Ive written a soap-server with apache-soap and a want to invoke it via a ms-high-level-soap-client. Invocation of methods String

problems with String[], apache-soap.server-ms-soap-client: type conversion-error

2001-07-10 Thread Oliver Rettig
Hallo, I´ve written a soap-server with apache-soap and a want to invoke it via a ms-high-level-soap-client. Invocation of methods String dummy(String string) works fine but invocation of String[] dummy1(String[] stringArray) produces an error: Type conversion failure for element arg0. Please

Re: problems with String[], apache-soap.server-ms-soap-client: type conversion-error

2001-07-10 Thread Oliver Rettig
- service name=Arraytest - port name=Class1SoapPort binding=wsdlns:Class1SoapBinding soap:address location=http://localhost/arraytest/Arraytest.WSDL; / /port /service /definitions -- Oliver Rettig wrote: Hi Christian, did you try to build a dummy VB project as the SOAP server

Re: problems with String[], apache-soap.server-ms-soap-client: typeconversion-error

2001-07-10 Thread Oliver Rettig
Hi Dirk-Willem, Aye - it might be that the types for the KlickBOperator reference; i.e. the datatype is wrong; does the WSDL give a warning when fed through a dtd validator about misplaced structures ? thanks for trying help. I use a validater to check the wsdl-files. But all is correct.

String[] QName

2001-06-22 Thread Oliver Rettig
Hallo, my soap-server implements String[] dummy(). How can I say the server to use the qualified name ArrayOfString that I defined in wsdl-file that I use with my ms-clients? cheers Oliver begin:vcard n:Rettig;Oliver tel;fax:0721/38489606 tel;home:0721/9662896 tel;work:0721/38489600

SOAP Fehler(SOAP-ENV:Client): I only know how to serialize an 'org.w3c.dom.Element'.

2001-06-22 Thread Oliver Rettig
Hallo, I get from my java-client the following error-message: SOAP Fehler(SOAP-ENV:Client): I only know how to serialize an 'org.w3c.dom.Element' I invoke a method String[] test() on my apache-soap-server. What does it mean? Thanks for help Oliver begin:vcard n:Rettig;Oliver

wsdl arrayOfString ms-soap-client

2001-06-20 Thread Oliver Rettig
Hallo, I´ve the following wsdl-file for access of my apache soap-server with a ms-client: ?xml version=1.0 encoding='UTF-8'? definitions name=urn:KlickBlickOperator targetNamespace=urn:KlickBlickOperator xmlns:typens=urn:xml-klickblick

Re: SV: wsdl arrayOfString ms-soap-client

2001-06-20 Thread Oliver Rettig
Hi Kim, thank you for help. Try replacing the types with this: The targetNamespace should be the same as xsd and arrayType should be xsd:string. types xsd:schema targetNamespace=http://www.w3.org/2001/XMLSchema; xmlns:xsd='http://www.w3.org/2001/XMLSchema' xsd:complexType

Re: Compatibility with MS SOAP

2001-06-19 Thread Oliver Rettig
Hallo Oleg Dulin, I can't figure something out from the FAQs. Is Apache SOAP 2.2 now fully compatible with MS SOAP ? It seems that getting Apache SOAP to infer parameter types should not be very difficult. I have a class written that infers a Java type based on a string. Excuse that I

org.w3c.dom.Element, apache-soap-server, ms-soap-client, wsdl?

2001-06-15 Thread Oliver Rettig
describe a user-defined type and to write serializer/deserializer for the client or is it a standard type. And what about name-spaces? Can somebody give me a wsdl example? best regards Oliver Rettig begin:vcard n:Rettig;Oliver tel;fax:0721/38489606 tel;home:0721/9662896 tel;work:0721/38489600 x