IbmiXmlserviceStd 1.1.2
Install-Package IbmiXmlserviceStd -Version 1.1.2
dotnet add package IbmiXmlserviceStd --version 1.1.2
<PackageReference Include="IbmiXmlserviceStd" Version="1.1.2" />
paket add IbmiXmlserviceStd --version 1.1.2
#r "nuget: IbmiXmlserviceStd, 1.1.2"
// Install IbmiXmlserviceStd as a Cake Addin
#addin nuget:?package=IbmiXmlserviceStd&version=1.1.2
// Install IbmiXmlserviceStd as a Cake Tool
#tool nuget:?package=IbmiXmlserviceStd&version=1.1.2
This is an IBMi - AS/400 data access layer that can be used with the standard Windows .Net Framework 4.6.1 and above as well as .Net Core 2.0.0 and above. It requires an IBM i or AS/400 running OS/400 or IBMi V5R4 and above and the XMLSERVICE software must be installed and an Apache Web Server instance of it must be running.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on IbmiXmlserviceStd:
Package | Downloads |
---|---|
EradaniConnector
.NET utility to execute PGM and SQL on the IBMi Series |
GitHub repositories
This package is not used by any popular GitHub repositories.
-Set table name for returned DataTable. Default name=Table1
-ExecuteSqlQuery method now supports SELECT or CALL. Call can be used to execute an SQLRPGLE program call to return resultset.The program does NOT have to be registered with DB2 in order to return a resultset so you might call it a simulated stored procedure call.
-Added GetLastPostData method to gain access to the actual call data passed to XMLSERVICE. Good for troubleshooting or simply logging the formatted XML calls made to XMLSERVICE.