Re: ReST with Axis2

2013-04-26 Thread Jack Sprat
Thank you very much for the reply. The web service was originally written with WSDL 1.1 and I got the same result - The response was always blank. From: Kishanthan Thangarajah To: "java-dev@axis.apache.org" ; Jack Sprat Cc: "axis-u..

Re: ReST with Axis2

2013-04-26 Thread Jack Sprat
is2 here but will lose the fight if it will not work for ReST requests. Please feel free to contact me off-list. Thank you. - Original Message - From: Jack Sprat To: "axis-u...@ws.apache.org" Cc: Sent: Wednesday, April 24, 2013 5:11 PM Subject: ReST with Axis2 I've bee

ReST with Axis2

2013-04-24 Thread Jack Sprat
I've been struggling with Axis2 and ReST for a few days and hope someone can help. I have created a version 2.0 WSDL for a very simple service and can generate the code stubs using the wsdl2java command.  In the WSDL I have 2 bindings - 1 for HTTP and 1 for SOAP.  SOAP requests work fine.  All

Re: [Axis2] wsdl2java with WSDL 2.0

2013-04-22 Thread Jack Sprat
'restPath' configuration variables in the axis2.xml configuration file? Thanks, J From: Kishanthan Thangarajah To: "java-dev@axis.apache.org" ; Jack Sprat Cc: "java-u...@axis.apache.org" Sent: Friday, April 19, 2013 3:00 AM Subj

Re: [Axis2] wsdl2java with WSDL 2.0

2013-04-10 Thread Jack Sprat
Can anyone point me to an example or instructions of an Axis2 web service that works for both SOAP and ReST?  I'd really appreciate it. Thanks, J From: Jack Sprat To: "java-u...@axis.apache.org" Sent: Monday, April 8, 2013 9:08 AM Subj

Re: [Axis2] wsdl2java with WSDL 2.0

2013-04-08 Thread Jack Sprat
dl/in-out";;> > >             > xmlns:ship="http://ws.estesexpress.com/schema/shipmenttracking";; /> > >             > xmlns:ship="http://ws.estesexpress.com/schema/shipmenttracking";; /> > >         > >     > > > >     &g

Re: [Axis2] wsdl2java with WSDL 2.0

2013-04-04 Thread Jack Sprat
3.org/ns/wsdl/in-out";;> > >             > xmlns:ship="http://ws.estesexpress.com/schema/shipmenttracking";; /> > >             > xmlns:ship="http://ws.estesexpress.com/schema/shipmenttracking";; /> > >         > >     &

Re: [Axis2] wsdl2java with WSDL 2.0

2013-04-03 Thread Jack Sprat
sdl/in-out";;> > >             > xmlns:ship="http://ws.estesexpress.com/schema/shipmenttracking";; /> > >             > xmlns:ship="http://ws.estesexpress.com/schema/shipmenttracking";; /> > >         > >     > >

Re: [Axis2] REST web service

2013-03-29 Thread Jack Sprat
> >     > >     > >     > >     > >     > >     > >     > >     > >     > >     > >     > >     > >     > >     > >     > >     >

Re: [Axis2] REST web service

2013-03-29 Thread Jack Sprat
>     /> >     minOccurs="0" /> >

[Axis2] wsdl2java with WSDL 2.0

2013-03-25 Thread Jack Sprat
Does the wsdl2java command work with a version 2.0 WSDL?  I have created a version 2.0 WSDL and validated it with Woden (included with Axis2 1.6.1).  The WSDL also passed validation using Altova XML Spy.  However, an error is thrown when I try to create the code stubs using wsdl2java.  Below is

Re: [Axis2] REST web service

2013-03-22 Thread Jack Sprat
ing"; attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://ws.estesexpress.com/schema/shipmenttracking"; xml:lang="en">         Common elements for shipment tracking service. Copyright 2012 Estes Express Lines, Inc.                                                                                                   

Axis2 REST web service

2012-07-06 Thread Jack Sprat
I have a WSDL 1.1 web service with 2 operations. The service was generated with wsdl2java in Axis2 1.6.1. One operation is a simple echo that I am trying to invoke via REST. The echo operation should return the request string in the response. I can access the operation but nothing comes back