Re: In-flow request insertion

2008-10-12 Thread Amila Suriarachchi
On Mon, Oct 13, 2008 at 4:44 AM, Igor Nogueira <[EMAIL PROTECTED] > wrote: > Guys, I have the following situation: I have a handler inserted on > in-flow. It's phase is located after "postdispatch" phase. On this handler I > modify the message, I mean the SOAPEnvelope and I'd like to re-send it t

axis2 wsdl issue

2008-10-12 Thread ERaj
Hi , I need a help, I have created an .aar and deployed to axis2/services, if I want to change the namespace in WSDL file (currently it has got the reverse package name) whenever i change it and generate the soap stub it stops working and gives and error 'Unexpected subelement return'. How to wo

RE: Rampart 1.4 mustUnderstand

2008-10-12 Thread Taariq Levack
Had the same issue recently, the security header coming back from the service was empty in my case. For now I'm using 1.3 until the issue I raised is resolved. Try the same code with Axis 1.3 and Rampart 1.3 and see if that works for you. Taariq -Original Message- From: RonnieMJ [mailto:

Re: Defining Custom WSDL

2008-10-12 Thread keith chapman
Hi, Do not use the mechanism You've suggested (as above). If you do it this way it would be a RPC type binding and you will find it hard to describe the complex types, rather use a document approach as below, Now you could define add

Re: Java2WSDL - support for inheritance

2008-10-12 Thread keith chapman
Hi, On Fri, Oct 10, 2008 at 2:14 AM, Saurabh Garg <[EMAIL PROTECTED]>wrote: > Hi, > > I have the following: public interface XService extends IService {} > > When I run Java2WSDL, only methods in XService are showing up in the WSDL. > So does anyone know if: > > 1. Java2WSDL supports service inte

Re: In-flow request insertion

2008-10-12 Thread Igor Nogueira
Hey Martin, Thanks for answering! But I didn't understand. I mean the first phase of in-flow is "TransportIn" so shouldn't I send the message to this point, at the beginnig of the flow? How could I define an action there? Sorry me, but as a newbie at Axis and Java I'm confused ;-) Thanks again! I

RE: In-flow request insertion

2008-10-12 Thread Martin Gainty
you have an action thats defined which starts this chain of events ? so for an example lets call the mapping id is called result1 so by finding the Forward you will find the location that this is mapped to return mapping.findForward("result1"); HTH Martin __

In-flow request insertion

2008-10-12 Thread Igor Nogueira
Guys, I have the following situation: I have a handler inserted on in-flow. It's phase is located after "postdispatch" phase. On this handler I modify the message, I mean the SOAPEnvelope and I'd like to re-send it to the beginning of the in-flow, like a new invocation to the service. Is it possib

Re: Hep Needed:Response is not corresponding to the current request passed

2008-10-12 Thread Amila Suriarachchi
On Sat, Oct 11, 2008 at 12:28 PM, <[EMAIL PROTECTED]>wrote: > Hi , > > I am new for axis2-1.4. I am not sure what does it mean by blocking call. > > But here is the process i followed to generate my client stub and the > client calls. > > wsdl2java -uri C:\sample.wsdl -p sample -d xmlbeans -s > >