RE: Sessions across several services with Client

2004-04-24 Thread Krishnendu Kunti
Hi I think you might be using RPC style service, I suggest you use Document style service with the signature : public void getDetail(SOAPEnvelope req, SOAPEnvelope resp) Then you will be able to get the headers along with the whole SOAP envelope and use it the way you want ... Cheers Krish

How to create custom header with WSDL2Java

2004-04-24 Thread rakesh maheshwari
Hello, I am axis newbie. I have a wsdl file which defines a header. When i generate the file skelton, and stubs using WSDL2Java i get everything except the header information. Can anybody help me on this. I have no idea how to get my custom header in my request and reply. Any help will be highly

Re: "Unique" classpath problem

2004-04-24 Thread mshetye1
hi , You have to create your classpath in .bashrc file . try compiling all the files in your samples directory . Secondly the errors always happen in .bashrc file . I am having a very bad experience. DO NOT use any environment varibles in the file itself . ie if you want to set a classpath DONT DO

Re: 1.2 final when

2004-04-24 Thread Davanum Srinivas
Right now, am concentrating on performance, glen will look into some more doc/lit issues. But MAJOR time sink is passing the JAX-RPC TCK. You can expect a Beta2 early next month. -- dims --- "Yakulis, Ross (Ross)" <[EMAIL PROTECTED]> wrote: > > I concur with the earlier post, I would be useful

Re: "Unique" classpath problem

2004-04-24 Thread Mark Leone
Shaun, I have no experience with linux, but I have a few questions that might help you zero in on your problem. You mention two run-time errors in this thread. Your fist message reported "Exception in thread "main" java.lang.NoClassDefFoundError," and your second message reported "Unrecognized

Re: "Unique" classpath problem

2004-04-24 Thread shaun lim
Hi Mark! thanks for the reply. Yup i typed -l as in l for Lion. i have a feelings its cause my classpath isn't set properly because i'm unable to echo the $AXIS_HOME directory.   Am i supposed to set the $AXIS_HOME,$AXISLIB etc in the bash_profile or bashrc? sorry i'm almost a total linux noob.  

Re: "Unique" classpath problem

2004-04-24 Thread Mark Leone
Are you typing -1 (dash ) or -l (dash ) for the option? They look identical in some fonts. Looks like your message is related to the option you specifed and not the classpath. From: shaun lim <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: "Unique" classpath p