I've just entered axis-user list for solving some issues. (1) axis2-1.6.1\samples's maven build pattern needs services.xml

2012-01-25 Thread IKEDA TOMOKAZU
Dear SirNow, I just started practice axis2 programming using samples inside axis2-1.6.1-bin.zip but some trouble happened. Bellow C:\axis2-1.6.1\samples databindingfaulthandlingjava_first_jaxwsjaxws-addressbookjaxws-calculatorjaxws-dynamicjaxws-interopjaxws-samplesjaxws-versionmtompojopojoguidep

Re: I've just entered axis-user list for solving some issues. (1) axis2-1.6.1\samples's maven build pattern needs services.xml

2012-01-25 Thread Sagara Gunathunga
You have to read this guide[1] too. Since this service packaged as a .jar archive it should deploy in a directory called "servicejars" not "services". In your case you can create a following directory and copy your .jar file there. HTH C:\axis2-1.6.1\repository\servicejars\jaxws-addressbook-1.6.1.

Re: [Axis2] REST web service

2012-01-25 Thread Sagara Gunathunga
On Tue, Jan 24, 2012 at 10:31 PM, Jack Sprat wrote: > I have a WSDL 1.1 web service with 2 operations. One is a simple echo > that I am trying to invoke via REST. The echo operation should giove back > the request string in the response. I can access the operation but cannot > pass the data in

RE: I've just entered axis-user list for solving some issues. (1) axis2-1.6.1\samples's maven build pattern needs services.xml

2012-01-25 Thread IKEDA TOMOKAZU
Yes ! C:\axis2-1.6.1\samples\jaxws-addressbook \ README.txt saies "(b) Copy the service implementation JAR file from the sample target directory to the appropriate Axis2 repository directory, %AXIS2_HOME%\repository\servicejars. Note that JAR files in this ." I catched on %AXIS2_HOME%\re