Re: Is Java2WSDL WRAPPED style WS-I conform?

2007-10-14 Thread Anne Thomas Manes
Just to clarify: Axis supports unwrapped doc/lit, wrapped doc/lit, rpc/lit, and rpc/encoded. All but rpc/encoded is WS-I compliant. See this blog post for info about Axis styles: http://atmanes.blogspot.com/2007/03/axis-message-style.html Axis2 supports unwrapped doc/lit, wrapped doc/lit (with

Re: Differences between Axis 1.4 and Axis2 client generation

2007-10-14 Thread Anne Thomas Manes
You need to specify the unwrap option (-uw) when running wsdl2java. Anne On 10/8/07, TimDog [EMAIL PROTECTED] wrote: I'm using Axis2 to generate the WSDL for my service...and I have a nagging question in the back of my mind. Why are clients generated by the Axis2 wsdl2java (the default

Axis 2 client part of web app

2007-10-14 Thread Srikanth Muthyala
I have a client code generated using Axiscode generator in eclipse. If I make a call to the service when client is running as a standalone main method it works fine but when the same code is called while running in web app it gets fault Faultcode = { http://www.w3.org/2005/08/addressing

getting java.lang.NoClassDefFoundError while invocation

2007-10-14 Thread Anumodh Sreedharan
Hi, I had sent this mail earlier, but got no reply. I'm unable to proceed further. Hence, resending it again. I'm using axis2 1.3 for developing a web service (3 methods) along with spring and hibernate. I was successful in deploying the web service and also invoking one of the methods. But on

Re: Axis 2 client part of web app

2007-10-14 Thread keith chapman
Hi Srikanth, Can you use TCP-Monitor (U can use the eclipse plugin) and capture the request and responses in the two cases and post it here. That'll help diagnose the problem. Thanks, Keith. On 10/15/07, Srikanth Muthyala [EMAIL PROTECTED] wrote: I have a client code generated using Axiscode

Re: problem when axessing a method

2007-10-14 Thread Deepal jayasinghe
After doing following change your code works for me, Hi everybody, I wrote a basic web service: public String test (String t) { return (t); } when deployed, I have access to it easily throught my broser: http://localhost:8080/axis2/services/Test/test?t=I love axis But when

Re: AxisCallback stuck the application

2007-10-14 Thread Amila Suriarachchi
On 10/12/07, Huitang Li [EMAIL PROTECTED] wrote: With further debugging, I found something interesting: when the onMessage() method is done in AxisCallback, the application proceeds on the method public void run() in class OutInAxisOperationClient, and then somehow the application seems

Re: Soap Faults and Exception

2007-10-14 Thread Amila Suriarachchi
what is the data bind you use? Axis2 generates a seperate class for every element. and each fault message. so if an element with the wsdl namespace with the name same as the fault message then both classes would have the same package and class names. to avoid this use -p option to specify a

Re: wsdl2java generate abstract class rather than skeleton

2007-10-14 Thread Amila Suriarachchi
you can generate an interface to your skelton using -ssi option. here the problem is wsdl2java should know the implementation class name to put in the services.xml. you can keep your correct implementation class some where and always replace the generated one with it. Amila. On 10/13/07, Michael

Re: [Axis2] Stopping display of WSDL

2007-10-14 Thread Amila Suriarachchi
On 10/11/07, Nathan Hook [EMAIL PROTECTED] wrote: Is there a way to stop Axis2 from displaying a WSDL when a request is made to a service with the ?wsdl ending? why you want to do this. if you do not show your wsdl how other can access your service? you can add a servelt filter to filt the

Re: getting java.lang.NoClassDefFoundError while invocation

2007-10-14 Thread Deepal jayasinghe
Hi Anumodh Is this a code-generated service ? Thanks Deepal /Hi,/ /I had sent this mail earlier, but got no reply. I’m unable to proceed further. Hence, resending it again./ /I’m using axis2 1.3 for developing a web service (3 methods) along with spring and hibernate. I was successful in

RE: What is the difference between Hello Client and Hello Server?

2007-10-14 Thread Chen, Lizhao
Please follow the tutorial step by step, then you should know it. Best Regards! Lizhao Chen From: H.Z [mailto:[EMAIL PROTECTED] Sent: Saturday, October 13, 2007 11:49 PM To: axis-user@ws.apache.org Subject: What is the difference between Hello Client and

RE: [wsf-php-user] key failure

2007-10-14 Thread shams jawaid
Hi kaushalye, i did this in tomcat 5.5 then in tomcat 6. i attached both the outputs in the tomcat window and in tcpmon, thanks Date: Mon, 15 Oct 2007 11:07:12 +0530 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED]; axis-user@ws.apache.org Subject: Re: [wsf-php-user] key