Skip to content

Commit

Permalink
Added save file and presentation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen committed Aug 27, 2017
1 parent 6cac1a9 commit df176ca
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1 deletion.
Binary file added Documentation/readme-xmldotneti.docx
Binary file not shown.
Binary file modified IbmiXmlserviceStd/.vs/IbmiXmlserviceStd/v15/.suo
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion IbmiXmlserviceStd/XmlServicei.vb
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Public Class XmlServicei
''' </summary>
''' <param name="sUser">IBM i User</param>
''' <param name="sPassword">IBM i Password</param>
''' <param name="UseHttpCredentials">Use Apache HTTP authentication credentials</param>
''' <param name="UseHttpCredentials">Use Apache HTTP authentication credentials.</param>
''' <returns>True-Success, False-Fail</returns>
''' <remarks></remarks>
Public Function SetUserInfo(sUser As String, sPassword As String, UseHttpCredentials As Boolean) As Boolean
Expand Down
Binary file added Presentations/IBMiDotNetWithXMLService.pdf
Binary file not shown.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ You can always refer to the Yips site for more install info on XMLSERVICE:
http://yips.idevcloud.com/wiki/index.php/xmlservice/xmlserviceinstall

Class has been tested with XML Tookit library (XMLSERVICE) V1.9.7.

There is a Nuget package available to install the DLL in to a new .Net 4.6.1+ or .Net Core 2.0.0+ application.

IBM i Multi-platform Xmlservice .Net Wrapper for Dotnet Standard Nuget Site Link
https://www.nuget.org/packages/IbmiXmlserviceStd



Binary file added SaveFile/xmldotneti.svf
Binary file not shown.

0 comments on commit df176ca

Please sign in to comment.