Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-23 Thread robertlazarski .
Port 8443 is HTTPS, you likely mean port 8080 as you would need a cert, and in most cases load balancer of some sort, for SSL. On Sat, Dec 21, 2019 at 2:50 AM albert kao wrote: > > Thank you for your suggestions :). > I did: > cd $AXIS2_HOME/samples/transport/https-sample/httpsClient > mvn packag

Re: samples json : "com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '{' (code 123) in prolog; expected '<'"

2019-12-23 Thread robertlazarski .
The next release will include improved json docs and a few bug fixes, as this is the direction my day job has moved into for some time now. What I suspect is your problem, is that you need the right axis2.xml file config that supports json. Its setup for SOAP by default. Here's how mine looks. No