Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 367005 - Tooling to better support integration with IBM i XMLSERVICE
Summary: Tooling to better support integration with IBM i XMLSERVICE
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard: ibmi
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-17 08:40 EST by Will Smythe CLA
Modified: 2017-02-23 14:18 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Will Smythe CLA 2011-12-17 08:40:14 EST
There is a very interesting open source project for exposing existing logic on IBM i as an XML web service (http://www.ibmsystemsmag.com/ibmi/developer/rpg/xmlservice_new_life/). "XMLSERVICE is an open-source project that’s the result of a collaborative effort between IBM, Zend, and the Young i Professionals group". It is a library that gets wired into Apache and provides access to IBM i program calls, command calls, service program procedure calls (which is not always possible with the Java Toolbox).

EGL RUI supports invoking XML-based web services today (there is a bug in 0.7, however, which is preventing EGL from serializing a record as XML properly - see bug 366994), so supporting XMLSERVICE is fairly straight-forward. 

This request is to provide tooling to speed up the process for creating an EGL interface for invoking one of these services.