Re: Client Code generator ..

2001-07-12 Thread Michele Costabile
> Hen, not to discourage since what I am working on is vapor since it hasn't > been released, but I am porting a WSDL2 Axis Client proxy (from another > source base) which I hope to have working with primitive types by the end of > the week (and damn that end is coming up fast :-(). I would be ve

Issues in SOAP 2.2

2001-07-12 Thread kim . schjefstad
Hello fellow developers(?) I'm running Apache SOAP 2.2 (not the nightly builds) and I'm having problem with the xsi:null attribute. I've found that xsi:null only works with the 99-xsi namespace. The problem is in the static method SoapEncUtils.isNull(Element element). Below is a quick fix I made

I met an error

2001-07-12 Thread 이강희
Hi, I'm Rocker Lee. I intalled SOAP tool kit and tested to find an error. When I use web browser to view, "http://localhost:8080/apache-soap/servlet/rpcrouter", which showed normal message in install guide. But I tried org.apache.soap.server.ServiceManagerClient, then  " Ouch, the

Re: Tomcat problem

2001-07-12 Thread Dom Peluso - Albany
Title: Please remove from list.     I've just installed tomcat and when i'm running simple servlet everything goes fine, but at the end tomcat server closes himself. Is it something wrong with the configuration ? Please help me?

Re: Client Code generator ..

2001-07-12 Thread Scott Nichol
Michele, I am curious: have you tried WASP (http://www.idoox.com) or GLUE (http://www.themindelectric.com)? I have no experience with either, but both claim to support Java and WSDL. Scott - Original Message - From: "Michele Costabile" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMA

RE: Client Code generator ..

2001-07-12 Thread John Maughan
Hi Michele, At Cape Clear we have built a WSDL to Java (&VB) proxy generator as part of our CapeStudio toolset. This generator handles primitive & complex types, arrays etc. The tool also includes a graphical XSLT generator which performs bi-directional XML to XML, XML to SOAP and SOAP to SOAP ma

cvs commit: xml-soap/java/samples/interop EchoTestClient.java

2001-07-12 Thread rubys
rubys 01/07/12 08:59:11 Modified:java/samples/interop EchoTestClient.java Log: Make clear that faults and exceptions are not "OK" Revision ChangesPath 1.9 +5 -8 xml-soap/java/samples/interop/EchoTestClient.java Index: EchoTestClient.java =

RE: Client Code generator ..

2001-07-12 Thread KIND,LANCE (HP-FtCollins,ex1)
The Structs and arrays will have to wait another release. I am just trying to get the simplest thing out right now. The release after will be arrays, then at last Structs. It is planned that the Structs will be represented by classes with public fields. Those 'struct classes' are generated as

cvs commit: xml-soap/java/samples/interop EchoTestClient.java

2001-07-12 Thread rubys
rubys 01/07/12 09:50:47 Modified:java/samples/interop EchoTestClient.java Log: Order the tests per http://www.whitemesa.com/interop/proposal2.html Revision ChangesPath 1.10 +22 -22xml-soap/java/samples/interop/EchoTestClient.java Index: EchoTestClient.jav

RE: Bugs in Soap 2.2 BeanSerializer?

2001-07-12 Thread Soumen Sarkar
How sad.. that nobody in Apache Soap Development community has the GUTS to acknowledge that either it is a bug or not a bug in Soap 2.2 BeanSerializer. Why should Soap 2.2 BeanSerialize run out of stack depth if class Employee contains a field 'subordinates' of type Employee[] or Vector of Employe

Re: Bugs in Soap 2.2 BeanSerializer?

2001-07-12 Thread Brett McLaughlin
> How sad.. that nobody in Apache Soap Development community has the GUTS to > acknowledge that either it is a bug or not a bug in Soap 2.2 BeanSerializer. > Why should > Soap 2.2 BeanSerialize run out of stack depth if class Employee contains a > field 'subordinates' > of type Employee[] or Vecto

IBM Webservice Development Kit

2001-07-12 Thread N.V.Sairam
Hi, I am trying to deploy a Java Bean using IBM Webservice Development Kit. The Java Bean has the following signature, // public Element getDetailFromEmployeeID(Element searchId) throws SQLException {} // The method does connect to oracle 8i, query the records, create a Element Object, which I w

Re: Bugs in Soap 2.2 BeanSerializer?

2001-07-12 Thread Scott Nichol
Soumen, As I see it, as a user of Apache SOAP, you are a member of a community. You have contributed by posting notice of a possible bug and pointing out what you believe is an inefficiency in the implementation. You have a wonderful chance to contribute further by reading the source yourself,