Where to catch http protocol?

2004-02-09 Thread Bill Pfeiffer
the determination. Thanks for any assistance and let me know if you need more info, Bill Pfeiffer

Re: using TcpTunnelGui for debugging SOAP services

2003-03-28 Thread Bill Pfeiffer
ars that whatever utility you are running is listening on localhost:. Bill Pfeiffer - Original Message - From: Mark Meyer To: '[EMAIL PROTECTED]' Sent: Friday, March 28, 2003 8:12 PM Subject: RE: using TcpTunnelGui for debugging SOAP services hi everyone...

Re: Axis with JBOSS

2003-03-26 Thread Bill Pfeiffer
) I'm really not sure of the behavior of putting the war in tomcat's webapps directory. I know that JBoss expects wars, jars, ears, etc to go in it's deploy directory. Hope this helps, Bill Pfeiffer - Original Message - From: byers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday

How to set --all option in Wsdl2Java ant task

2003-03-25 Thread Bill Pfeiffer
How do you set the --all option in the Wsdl2Java ant task? Bill

Re: How to set --all option in Wsdl2Java ant task

2003-03-25 Thread Bill Pfeiffer
-wsdl2java all=true -like this output=${generated.dir} testcase=true verbose=true url=${local.wsdl} mapping namespace=http://axis.apache.org/ns/interop; package=interop / /axis-wsdl2java Bill Pfeiffer wrote: How do you set the --all

Re: How do I deal with ArrayList, java.sql.Date as method parameters?

2003-03-23 Thread Bill Pfeiffer
Rebuilt axis from cvs and your fix appears to have dealt with the ArrayList, java.sql.Date issues. Thanks for your help, Bill Pfeiffer - Original Message - From: Davanum Srinivas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 21, 2003 9:16 PM Subject: Re: How do I deal

How to make Java2Wsdl ArrayList aware

2003-03-22 Thread Bill Pfeiffer
section, but never gets the the objects contained by the ArrayList. This kind of makes sense, since ArrayList contain java.lang.Objects, but there must be SOME way to tell the Java2Wsdl utility the types contined by the collection classes. Any ideas? Bill Pfeiffer

How do I deal with ArrayList, java.sql.Date as method parameters?

2003-03-21 Thread Bill Pfeiffer
to make this work before moving on to GLUE or some other platform. I'll be glad to provide more details on request, but I didn't want to immediatly upload my entire source. Thanks for any and all help, Bill Pfeiffer

Wrong mail list for WSDL questions?

2003-03-21 Thread Bill Pfeiffer
Over the last few weeks I have asked a couple of questions on this list concerning seemingly incorrect WSDL generation with little response. Is this the incorrect place for such questions? Does IBM maintain the java2wsdl wsdl2java stuff elsewhere? Thanks for any answers. Bill Pfeiffer

Re: XDoclet and Axis deployment descriptor

2003-03-10 Thread Bill Pfeiffer
my own templates to generate all those SOAP specific codes and configuration files. Regards, Armond -Original Message- From: Bill Pfeiffer [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 12:11 AM To: [EMAIL PROTECTED] Subject: Re: XDoclet and Axis deployment descriptor Armond

Help on ArrayList, java.sql.Date classes

2003-03-10 Thread Bill Pfeiffer
want to use the WSDL to generate the java to make the call. This is where the collections/sql Dates are tripping me up. Thanks for any pointers here. Bill Pfeiffer

Re: Simple little trick for easing (de)serialization issues

2003-03-10 Thread Bill Pfeiffer
data these clients can expect to provide when using my service. Thanks for the response and please feel free to correct any ignorance displayed on my part above! Bill Pfeiffer - Original Message - From: Milind Gadre [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 4

Re: Share classes in client and server

2003-03-10 Thread Bill Pfeiffer
generated by the WSDL. Good luck, Bill Pfeiffer - Original Message - From: Aureliano Calvo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 5:04 PM Subject: Share classes in client and server Hi! I have an service with a method that haves a bean on it's

Re: Simple little trick for easing (de)serialization issues

2003-03-10 Thread Bill Pfeiffer
Steve, I have bought into the interop thing because there's an extremely good chance that my future clients (Insurance inducstry) will be using .NET and Java. So I have one choice and that is to make interop work. Now reality sets in. My data model contains java.sql.Date and ArrayList. I have

Re: Simple little trick for easing (de)serialization issues

2003-03-10 Thread Bill Pfeiffer
, Anthony (HQP) To: 'Bill Pfeiffer' ; [EMAIL PROTECTED] Sent: Monday, March 10, 2003 6:30 PM Subject: RE: Simple little trick for easing (de)serialization issues Hi Bill, Sorry to step in but why are you writing serializers/deserializers? I am using Axis and have no problems

Re: XDoclet and Axis deployment descriptor

2003-03-09 Thread Bill Pfeiffer
… As for old Apache SOAP (2.2), I’m not experienced so prefer not to answer this part. Best Regards, Armond -Original Message-From: Bill Pfeiffer [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 08, 2003 6:01 PMTo: [EMAIL PROTECTED]; 'Axis-User'Subject

Re: XDoclet and Axis deployment descriptor

2003-03-08 Thread Bill Pfeiffer
the problem on your side? Best Regards, Armond -Original Message-From: Bill Pfeiffer [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 2:14 AMTo: Axis-UserSubject: XDoclet and Axis deployment descriptor Is anyone working on an XDoclet task to generate

Ser/Deser for ArrayList and java.sql.Date

2003-03-07 Thread Bill Pfeiffer
)? Thanks for any help, Bill Pfeiffer

XDoclet and Axis deployment descriptor

2003-03-07 Thread Bill Pfeiffer
Is anyone working on an XDoclet task to generate the WSDD from javadoc tags? Bill Pfeiffer