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 String

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

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

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!

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 IServiceA, B {} When I run Java2WSDL, only methods in XService are showing up in the WSDL. So does anyone know if: 1. Java2WSDL supports service

Re: Defining Custom WSDL

2008-10-12 Thread keith chapman
Hi, message name=addRequest part name=number1 type=xs:int/ part name=number2 type=xs:int/ /message message name=addResponse part name=result type=xs:int/ /message portType name=glossaryAdd operation name=add input message=addRequest/ output message=addResponse/ /operation

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