RE: [Axis2] wsdl2java with WSDL 2.0

2013-04-01 Thread Martin Gainty
Jack I dont know if I mentioned but you're going to need to convert your WSDL to WADL to implement REST..I have no idea if there are automatic converters so my best suggestion is to handcraft a WADL (from a working WADL example) from WSDL contents.. On the other hand if you get the impression

RE: [Axis2] wsdl2java with WSDL 2.0

2013-04-01 Thread Martin Gainty
Jack I dont know if I mentioned but you're going to need to convert your WSDL to WADL to implement REST..I have no idea if there are automatic converters so my best suggestion is to handcraft a WADL from a working WADL example On the other hand if you get the impression that there is "NO REST

Re: Axis2 Client receiving element, but value object is null

2013-04-01 Thread Kishanthan Thangarajah
On Wed, Mar 20, 2013 at 3:50 PM, Adam wrote: > All, > A quick description of my problem. I'm using axis2 1.6.2 and am > generating the stubs using xmlbeans binding. > I'm calling a web service that has a response consisting of different > namespace elements. > I've installed a log handler, and se

Re: How to add soapactor to AXISFAULT using java

2013-04-01 Thread satyapriya sahoo
Any feed back on it On Mon, Apr 1, 2013 at 9:08 PM, satyapriya sahoo wrote: > Any feed back on it > > > On Wed, Mar 20, 2013 at 1:00 PM, satyapriya sahoo < > [email protected]> wrote: > >> I am using axis2 and I want to throw axis fault (SOAP1.1), my fault xml >> sh

Re: [Axis2] wsdl2java with WSDL 2.0

2013-04-01 Thread Jack Sprat
I don't think I can attach files here so I have pasted the WSDL below.  There are 3 included schemas.  I have not included those here to keep this message from getting too long.  Can I send those to you off-list? http://www.w3.org/ns/wsdl";     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap

In Axis2, faultactor is not coming In AxisFault

2013-04-01 Thread satyapriya sahoo
I am using axis2 and I want to throw axis fault (SOAP1.1), my fault xml should be http://schemas.xmlsoap.org/soap/envelope/";> http://schemas.xmlsoap.org/soap/envelope/";> SOAP-ENV:Server Unable to process the request because EMPID is null. EMP-XM