New

2003-06-03 Thread Petter Bengtsson
Hello, I wonder if anyone can explain the different concepts and connections between, web service, SOAP, tomcat and HTTP server. I think a now the difference but I thought it was best to get it correct from experts immediately /Petter

Shameless plug

2003-06-03 Thread Anne Thomas Manes
Hi folks. I just wanted to let you know that my book is now available for pre-order From Amazon: http://www.amazon.com/exec/obidos/ASIN/0321185773/qid%3D1053026860/sr%3D11-1/ref%3Dsr%5F11%5F1/104-3088696-7536717 From Barnes and Nobel:

Re: New

2003-06-03 Thread Vladimirov Sergey
Good time! PB different concepts and connections between, PB HTTP server Program to get queries from net (Internet) by HTTP protocol and returning result (file body or program result) to net PB tomcat Servlet container (may be I wrong). HTTP server may return not only file bodies, but program

Is this a bug for post version soap 2.3.1?

2003-06-03 Thread Daniel Zhang
Hi, Scott Nichol - I download soap nightly build from http://cvs.apache.org/dist/soap/nightly/ and try to use a method getEnvelope() in class org.apache.soap.rpc.SOAPContext in my soap program. I found its JavaDoc lists this method but my compiler (NetBean) complained it can not find this

Re: Is this a bug for post version soap 2.3.1?

2003-06-03 Thread Scott Nichol
The method is there. What I did to confirm this is 1. Download soap-bin-2.3.1.zip from the latest nightly directory. 2. Unzipped to I: 3. Ran I:\soap-2_3_1\libjavap -classpath i:\soap2_3_1\lib\soap.jar;%CLASSPATH% org.apache.soap.rpc.SOAPContext The output is attached. On 2 Jun 2003 at 9:32,

Re: de-serialisation problem

2003-06-03 Thread Scott Nichol
java.sql.Timestamp does not have a default constructor, which Apache SOAP requires for instantiation. An alternative for you would be to return a java.util.Date, which Apache SOAP knows how to serialize and de-serialize. On 2 Jun 2003 at 10:54, Jonathan Roberts wrote: Hi. I'm getting

Re: de-serialisation problem

2003-06-03 Thread Jonathan Roberts
HI Scott, I thought I'd got around this by declaring the java.sql.Timestamp as a class in the xml file and loaded it with all the other classes. This seems to be fine on my machine but not on a deployment server. Could it be a class problem? Cheers JonathanScott Nichol [EMAIL PROTECTED] wrote:

installation testing

2003-06-03 Thread Hyojeong Kim
Hi, I have installed the Apache Soap on my computer but I am getting trouble making it work correctly. I looked at the troubleshooting page on the web, and it says the following: The router URL you are using is incorrect. Basically the problem is that the server is not sending back text/xml as

Re: de-serialisation problem

2003-06-03 Thread Scott Nichol
I don't see how it could ever work, unless some version of java.sql.Timestamp has a default ctor. The following code in BeanSerializer creates the bean: private Object instantiateBean(Class javaType) throws IllegalArgumentException { try { return javaType.newInstance();

Re: installation testing

2003-06-03 Thread Scott Nichol
Check the installation instructions at http://cvs.apache.org/viewcvs.cgi/*checkout*/xml- soap/java/docs/install/tomcat.html?rev=HEADcontent-type=text/html If you did something different, undo your current install and re- install following the instructions at the link above. On 2 Jun 2003 at

Re: Shameless plug

2003-06-03 Thread Scott Nichol
It would be shameless were you not such an active contributor to this list. Thanks for the help you have given so many individuals along the way and good luck with the book. On 2 Jun 2003 at 9:23, Anne Thomas Manes wrote: Hi folks. I just wanted to let you know that my book is now available

Re: de-serialisation problem

2003-06-03 Thread Jonathan Roberts
Hi Scott, I have 2 applications using a number of Value Objects. One of these is a Web Service. In the Web Service implementation the Timestamp is in one of the Value Objects however its value is nver set, and always null.On my development server this seems to work fine and seems to deal with it

Re: Is this a bug for post version soap 2.3.1?

2003-06-03 Thread Daniel Zhang
Scott - Are you sure that you download soap-bin-2.3.1.zip from the latest nightly directory? I follow your way exactly and found no getEnvelope method in the output, the following is what I did, output is in attachment. (1) Download soap-bin-2.3.1.zip from

Re: de-serialisation problem

2003-06-03 Thread Jonathan Roberts
Hi Scott, No. Bizarrely, only get the standard ones: public java.sql.Timestamp(int,int,int,int,int,int,int); public java.sql.Timestamp(long); Hmmm. I wonder if the issue I raised earlier is the case, as long as it is defined it is valid as long as you never pass a timestamp through. It only

Re: de-serialisation problem

2003-06-03 Thread Scott Nichol
If the value being serialized is really null and you have the same version of Apache SOAP on the deployment server as the development, I would expect things to work. It is true that null values can be deserialized. This should be true for beans you've mapped and ones you have not (ur-type).

Re: Is this a bug for post version soap 2.3.1?

2003-06-03 Thread Scott Nichol
Check for an old soap.jar in %JAVA_HOME%/jre/lib/ext or %JAVA_HOME%/lib/ext. Classes there will get picked up before those in your classpath. On 2 Jun 2003 at 11:07, Daniel Zhang wrote: Scott - Are you sure that you download soap-bin-2.3.1.zip from the latest nightly directory? I follow

Re: Is this a bug for post version soap 2.3.1?

2003-06-03 Thread Scott Nichol
I highly recommend no one put soap.jar (or activation.jar or xerces.jar, etc.) in lib/ext. That directory is for Sun's extensions, not jars we are too lazy to add to our classpath! On 2 Jun 2003 at 11:33, Scott Nichol wrote: Check for an old soap.jar in %JAVA_HOME%/jre/lib/ext or

Re: Is this a bug for post version soap 2.3.1?

2003-06-03 Thread Daniel Zhang
Thank you, Scott! You are right. I have an old soap.jar in %JAVA_HOME%/jre/lib/ext, after delete it, it works! It seems we should not put soap.jar there. I learned a lesson. -Daniel Scott Nichol wrote: Check for an old soap.jar in %JAVA_HOME%/jre/lib/ext or %JAVA_HOME%/lib/ext. Classes there

RE: Is this a bug for post version soap 2.3.1?

2003-06-03 Thread Manish Sangani
how to unsubscribe from soap-user list. I am trying this email address : [EMAIL PROTECTED] which seeems to be not working. let me know thanks

RE: Is this a bug for post version soap 2.3.1?

2003-06-03 Thread Scott Nichol
Try [EMAIL PROTECTED] While postings seem to make it to the right place using xml.apache.org, commands (such as unsubscribe) do not. On 2 Jun 2003 at 11:57, Manish Sangani wrote: how to unsubscribe from soap-user list. I am trying this email address : [EMAIL PROTECTED] which seeems to be

Re: Is this a bug for post version soap 2.3.1?

2003-06-03 Thread Anne Thomas Manes
The address has changed. It is now: [EMAIL PROTECTED] - Original Message - From: Manish Sangani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 02, 2003 11:57 AM Subject: RE: Is this a bug for post version soap 2.3.1? how to unsubscribe from soap-user list. I am trying

SOAP/Tomcat

2003-06-03 Thread Rob McGrath
OK. This is my first time using this mail list. Forgive me if I fall short of the norm on appropriate info and/or standards... I'm glad I've found it though. :D I work for a major corporation and have been tasked with integrating a Web Reporting Server with our in house security. Problem is,

SOAP/Tomcat

2003-06-03 Thread Nirmal Mukhi
Return Receipt Your SOAP/Tomcat document :

Re: SOAP/Tomcat

2003-06-03 Thread Paul J. Caritj
Sounds to me like you need to have the SOAP classes in the Tomcat classpath. Forgive me if I underestimate you familiarity with Tomcat, but Tomcat uses its own classpath for the processing of imports (not the globally defined CLASSPATH environment variable). For classes that are used only in this

RE: SOAP/Tomcat

2003-06-03 Thread Rob McGrath
No forgiveness needed. 1) you didn't underestimate my familiarity as this is almost mpossible; 2) This is exactly the type of help I needed. So thank you. Let me double-check my setup... I appreciate your time and quick response. Hope I can return the favor sometime. -Original Message-

Re: SOAP/Tomcat

2003-06-03 Thread Paul J. Caritj
Upon reading all of your email, I see you had deduced this fact. Still, my email should be of some help. Sorry, Paul On Mon, 2003-06-02 at 14:52, Rob McGrath wrote: OK. This is my first time using this mail list. Forgive me if I fall short of the norm on appropriate info and/or standards...

RE: SOAP/Tomcat

2003-06-03 Thread Rob McGrath
That's not completely true. Had guessed at its existence... but, couldn't be sure that I wasn't embarking down a fruitless path. In addition, you provided the specific paths. Thanks - very much! -Original Message- From: Paul J. Caritj [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003

RE: SOAP/Tomcat

2003-06-03 Thread Nirmal Mukhi
Return Receipt Your RE: SOAP/Tomcat document :

RE: SOAP/Tomcat

2003-06-03 Thread Nirmal Mukhi
Return Receipt Your RE: SOAP/Tomcat document :

Doc/Literal Web service

2003-06-03 Thread Vishal Shah
Hi, I'm looking for some detailed info (snippet, interoperability) on Doc/Literal type of web service using Apache. Thanks Do you Yahoo!? Free online calendar with sync to Outlook(TM).

Re: dot net java web services

2003-06-03 Thread Vishal Shah
You don't need to make any changes to the service so long as its design factors ininteroperability issues. Parames [EMAIL PROTECTED] wrote: Hi folks ,I developed java web services and its working fine.Nowi wanted to change my application to .net client.Sowhat are the changes i need to make in my

RE: SOAP/Tomcat

2003-06-03 Thread Rob McGrath
Gave me the clue I needed. Is working! Thanks Paul. -Original Message- From: Paul J. Caritj [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 3:26 PM To: [EMAIL PROTECTED] Subject: Re: SOAP/Tomcat Upon reading all of your email, I see you had deduced this fact. Still, my email

Re: Doc/Literal Web service

2003-06-03 Thread Scott Nichol
If you want to create a doc/lit service, you should use Apache Axis. The messaging capability of Apache SOAP is a pretty weak comparison to what Axis can do with doc/lit. On 2 Jun 2003 at 12:55, Vishal Shah wrote: Hi, I'm looking for some detailed info (snippet, interoperability) on

Re: Doc/Literal Web service

2003-06-03 Thread Scott Nichol
If you want an Apache SOAP client to a doc/lit service, download a nightly build an see the doclit sample. On 2 Jun 2003 at 17:14, Scott Nichol wrote: If you want to create a doc/lit service, you should use Apache Axis. The messaging capability of Apache SOAP is a pretty weak comparison

nightly built

2003-06-03 Thread aliya khan
HI What's nightly built and where from I can download it for APache-SOAP Aliya _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

Re: nightly built

2003-06-03 Thread Scott Nichol
Nightly builds are distributions created from the most recent revisions of all files in CVS. As such, they contain fixes and enhancements made since the last release (in this case 2.3.1), but, of course, may contain new bugs. The builds are in subdirectories of

Re: de-serialisation problem

2003-06-03 Thread Jonathan Roberts
Hi Scott, Thanks for the reply. This is all very wierd, its possible there is a different version of java running, but only the one version of soap - I will have to take another look at this. I put the xml sniffer on the lines and got the following : 1. One thats works : ExtractDate

Re: de-serialisation problem

2003-06-03 Thread Jonathan Roberts
Scott, Excellent news - this was defiantely a version issue. I've just made doubly sure and the version of the soap war files "are different". Interestly the latest version causes this error whereas the older version does not. Scott again thanks for all your help and your continual support of