Create an initial web service
Create a maven project structure. One mock webservice should be included. Both Json and XML payload accepted. Configuration of this webservice (response body, response headers, http status code) should be fully configured in a configuration file. Invoication details (headers, payload) should be logged. Closes #T124
This commit is contained in:
		
							
								
								
									
										22
									
								
								.idea/compiler.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								.idea/compiler.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <project version="4"> | ||||
|   <component name="CompilerConfiguration"> | ||||
|     <annotationProcessing> | ||||
|       <profile default="true" name="Default" enabled="true" /> | ||||
|       <profile name="Maven default annotation processors profile" enabled="true"> | ||||
|         <sourceOutputDir name="target/generated-sources/annotations" /> | ||||
|         <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> | ||||
|         <outputRelativeToContentRoot value="true" /> | ||||
|         <module name="Klaus" /> | ||||
|       </profile> | ||||
|     </annotationProcessing> | ||||
|     <bytecodeTargetLevel> | ||||
|       <module name="Klaus" target="14" /> | ||||
|     </bytecodeTargetLevel> | ||||
|   </component> | ||||
|   <component name="JavacSettings"> | ||||
|     <option name="ADDITIONAL_OPTIONS_OVERRIDE"> | ||||
|       <module name="Klaus" options="-parameters" /> | ||||
|     </option> | ||||
|   </component> | ||||
| </project> | ||||
		Reference in New Issue
	
	Block a user
	 Szakalakamaka
					Szakalakamaka