Re: WELCOME to soap-dev@xml.apache.org

2002-10-31 Thread fairuz
hello, i need help and it has been 2 hours trying to solve this problem. i set my /etc/profile into CLASSPATH=/usr/soap/lib/soap.jar  and then export it (as usual) . however the problem is when i run , jar -tvf soap.jar the message is no acrhieve found.  i init 3 to reinitialize the path but st

Re: WELCOME to soap-dev@xml.apache.org

2002-10-31 Thread Scott Nichol
> hello, > i need help and it has been 2 hours trying to solve this problem. > i set my /etc/profile into CLASSPATH=/usr/soap/lib/soap.jar and then export it (as usual) . however the problem is when i run , > jar -tvf soap.jar > the message is no acrhieve found. i init 3 to reinitialize the path

RE: how to override code in SOAP-ENV:Server tag

2002-10-31 Thread Omprakash Bachu
Hi Scott, I'm setting xsi:type in the elements which you suggested. But still finding null if I System.out.println( fault.getDetailEntries() ) where as if I see System.out.println(fault) then I can see at client side its getting received below fault block. This is some thing very similar to, if I

Re: WELCOME to soap-dev@xml.apache.org

2002-10-31 Thread fairuz
thank you for the tips, actually i try to run one of the sample in /usr/soap/samples/messaging   but unfortunately got the error java.lang.ClassNotFoundException: org/apache/soap/server/ServiceManagerClient at java.lang.Class.forName(Class.java:native) at java.lang.Class.forName(Class.java:52)  

Re: WELCOME to soap-dev@xml.apache.org

2002-10-31 Thread Scott Nichol
First, confirm your CLASSPATH setting (by doing echo $CLASSPATH). Your CLASSPATH will be different because of where you have installed things, but my CLASSPATH is a good example: /usr/local/jakarta-tomcat-4.0.4/common/lib/xerces.jar:\ /usr/local/soap-2_3_1/soap.jar:\ /usr/local/soap-2_3_1:\ /usr/