Skip to content

Commit 092b1a8

Browse files
Doc typos and updates
1 parent 2ab3718 commit 092b1a8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/site/xdoc/docs/json-springboot-userguide.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ prefix the subject of the mail with [Axis2].</p>
6868
<h2>Getting Started</h2>
6969

7070
<p>This user guide explains how to write and deploy a
71-
new JSON and REST based Web Service using Axis2, and how to write a Web Service client
72-
using JSON with Curl.
71+
new JSON and REST based Web Service using Axis2, and how to invoke a Web Service client using JSON with Curl.
7372
</p>
7473

7574
<p>All the sample code mentioned in this guide is located in
@@ -150,7 +149,7 @@ that registers AxisServlet with Spring Boot 3.
150149
</p>
151150
<p>
152151
Axis2 web services are installed via a WEB-INF/services directory that contains
153-
files with an .aar extention for each service. These aar files are similar to
152+
files with an .aar extension for each service. These aar files are similar to
154153
jar files, and contain a services.xml that defines the web service behavior.
155154
The pom.xml supplied in this guide generates these files.
156155
</p>

src/site/xdoc/docs/json_support_gson.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@
101101
<p>With this approach you can expose your POJO service to accept pure JSON request other than converting to
102102
any representation or format. You just need to send a valid JSON string request to the service url and,
103103
in the url you should have addressed the operation as well as the service. Because in this scenario Axis2
104-
uses URI based operation dispatcher to dispatch the correct operation. in
104+
uses URI based operation dispatcher to dispatch the correct operation. In the docs
105105
<a href="json_gson_user_guide.html#native_approach">here</a> you can
106-
find the complete user guide for this native approach.</p>
106+
find the guide for setting up this native approach, while <a href="json-springboot-userguide.html">here</a> you can find a complete Native Approach example for the client and server with a Spring Boot 3 sample application. </p>
107107

108108
<p>The Native approach is being implemented to use pure JSON throughout the axis2 message processing
109109
process. In Axis2 as the content-type header is used to specify the type of data in the message body,

0 commit comments

Comments
 (0)