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 Christian Weyer
Oliver, did you try to build a dummy VB project as the SOAP server, generate the WSDL from this COM object and compare it with your WSDL? This might help out for some further steps. Regards, Christian Oliver Rettig wrote: Hallo, Ive written a soap-server with apache-soap and a want to invoke it

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

2001-07-10 Thread Dirk-Willem van Gulik
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 ? Dw On Tue, 10 Jul 2001, Christian Weyer wrote: Oliver, did you try to build a dummy VB project as the

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

2001-07-10 Thread Oliver Rettig
Hi, thanks for help but your your wsdl includes nothing new. hier ist ein WSDL File, das ich aus einer COM Komponente mit dem WSDLGenerator aus dem STK 2.0 erzeugt habe: --- ?xml version=1.0 encoding=UTF-8 ? - !-- Generated 07/10/01 by Microsoft SOAP Toolkit WSDL File Generator, Version