iscobol.compiler.servicebridge.bean=rest  | 
iscobol.compiler.servicebridge.bean=soap  | 
iscobol.compiler.servicebridge.bean.prefix=prefix (default bean) iscobol.compiler.servicebridge.bean.url=shttp://myip:8081/myservices (default "http://localhost:8080/services")   | 
iscobol.soap.log=true  | 
iscobol.soap.log.methodname=true  | 
iscobol.soap.log.folder=/path  | 
=============================== Request received at 2016-12-354 - 11.14.53.0758 Begin request id:1mj2hvpsysi7wne8lbwev9wb Request headers: User-Agent=Java/1.8.0_65 Connection=keep-alive Host=127.0.0.1:55171 Accept=text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Content-Length=1335 Content-Type=application/soap+xml; charset=utf-8 Request body: Input Request <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="http://tempuri.org/SONGS">   <soapenv:Body>     <tns:SONGS>       <tns:lnk_op_code>F</tns:lnk_op_code>       <tns:lnk_song_data_in> 		…                 </tns:lnk_sd_authors_in>       </tns:lnk_song_data_in>     </tns:SONGS>   </soapenv:Body> </soapenv:Envelope> Output Response generated at 2016-12-354 - 11.14.53.0771 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="http://tempuri.org/SONGS">   <soapenv:Body>     <tns:SONGSResponse>       <tns:lnk_song_data_out>         <tns:lnk_sd_id_out>1</tns:lnk_sd_id_out>         <tns:lnk_sd_title_out>Let It Be                     </tns:lnk_sd_title_out>         <tns:lnk_sd_length_out>4:03 </tns:lnk_sd_length_out>         <tns:lnk_sd_artist_out>Beatles             </tns:lnk_sd_artist_out>         <tns:lnk_sd_album_out>Let It Be                     </tns:lnk_sd_album_out>         <tns:lnk_sd_genre_out>Pop            </tns:lnk_sd_genre_out>         <tns:lnk_sd_label_out>Apple Records                 </tns:lnk_sd_label_out>         <tns:lnk_sd_year_out>1970</tns:lnk_sd_year_out>         <tns:lnk_sd_authors_out>           <tns:lnk_sd_author_out>Paul McCartney      </tns:lnk_sd_author_out>         </tns:lnk_sd_authors_out> …       </tns:lnk_song_data_out>       <tns:lnk_return_status>         <tns:lnk_status>OK</tns:lnk_status>         <tns:lnk_file_status/>         <tns:lnk_status_message>Operation successful                              </tns:lnk_status_message>       </tns:lnk_return_status>     </tns:SONGSResponse>   </soapenv:Body> </soapenv:Envelope>  |