WO2003034228A1 - System and method for implementing a schema object model in application integration - Google Patents

System and method for implementing a schema object model in application integration Download PDF

Info

Publication number
WO2003034228A1
WO2003034228A1 PCT/US2002/033090 US0233090W WO03034228A1 WO 2003034228 A1 WO2003034228 A1 WO 2003034228A1 US 0233090 W US0233090 W US 0233090W WO 03034228 A1 WO03034228 A1 WO 03034228A1
Authority
WO
WIPO (PCT)
Prior art keywords
xml
xml document
schema
document
client application
Prior art date
Application number
PCT/US2002/033090
Other languages
French (fr)
Inventor
Mitch Upton
Original Assignee
Bea Systems, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US10/271,423 external-priority patent/US20030093471A1/en
Application filed by Bea Systems, Inc. filed Critical Bea Systems, Inc.
Publication of WO2003034228A1 publication Critical patent/WO2003034228A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications

Definitions

  • the invention relates generally to systems and methods for integrating applications.
  • the first attempts at application integration were primarily focused on low-level implementation details such as the format of the data, the byte ordering between machines, and character encoding.
  • the focus on low- level data formats was necessary because, for the first generation of application integration solutions, there were no widely adopted standards for data encoding that could be deployed across multiple vertical applications.
  • Systems and methods in accordance with embodiments of the present invention allow communication to be passed between components, such as an enterprise system and a client application, by taking advantage of schemas.
  • a schema can be used to ensure that a communication, such as a request or response, is in the proper format for one of the components. For instance, metadata can be received from an enterprise system in response to a request from a client application. That metadata can be transformed to a response document that conforms to a schema.
  • the document can be validated against the schema and passed on to the client application.
  • Figure 1 is a diagram of an integration system that can be used in accordance with one embodiment of the present invention.
  • Figure 2 is a diagram of an integration system that can be used in accordance with another embodiment of the present invention.
  • Figure 3 shows a method that can be used with the systems of Figures 1 and 2.
  • Figure 4 is a flowchart showing a process that can be used with the systems of Figures 1 and 2.
  • Application integration components can be used to integrate a variety of applications and systems, such as Enterprise Information Systems (EISs).
  • EISs Enterprise Information Systems
  • IT Information technology
  • IT Information technology
  • Application integration can utilize adapters to establish an enterprise-wide, united framework for integrating any current or future application.
  • Adapters can simplify integration efforts by allowing each application to be integrated with an application server, instead of requiring that each application being integrated with every other application.
  • J2EE Java 2 Platform, Enterprise Edition
  • XML extensible Markup Language
  • J2EE Connector architecture provides a standardized approach for the development of adapters for all types of applications, from legacy mainframe applications, such as CICS from IBM, to packaged applications such as PeopleSoft, Siebel, and SAP.
  • legacy mainframe applications such as CICS from IBM
  • packaged applications such as PeopleSoft, Siebel, and SAP.
  • the adoption of such standards enables businesses to develop adapters that work on any J2EE-compliant application server, for example.
  • Application integration can build on this standardized approach in an application integration framework by providing a standards-based architecture for hosting J2EE Connector architecture-based adapters. Developers can build J2EE Connectorarchitecture-compliant adapters and deploy these adapters, in the integration framework, to connect enterprise applications to an application server.
  • An application view can provide a simple, self- describing, consistent interface to services and events in an application.
  • Application views can make use of an adapter for an EIS, making it possible to expose existing information systems as business services. Unlike adapters, however, an application view does not require users to have intimate knowledge of the EIS or the client interface for that EIS, such that non-programmers or technical analysts can use application views.
  • An application view can provide a business-oriented way for business analysts to access enterprise data without worrying about the programmatic details defined in an adapter. These same users may be otherwise unable to use an adapter directly, due to a lack of familiarity with the EIS.
  • An application integration component directed at enterprise application integration can have several primary aspects. If the functionality of an EIS such as a PeopleSoft system or an SAP system is to be invoked, an implementation of the J2EE Connector Architecture can be used. If something occurs inside an EIS system, such as a trigger going off, an event can be generated. This event may, in some embodiments, need to be communicated to an external application. An event architecture in an application integration component can handle this communication.
  • An application view can provide significant value to an application integration component.
  • An application view can abstract away much of the complexity in dealing with an application, such as a backend EIS system.
  • Application views can also simplify the way in which adapters are accessed.
  • Application views can provide a layer of abstraction, for example, between an adapter and the EIS functions exposed by that adapter. Instead of accessing an EIS by direct programming a user can simply: edit an adapter's application views, create new application views, or delete any obsolete application view(s).
  • a layer of abstraction formed by application views can help non-programmers maintain the services and events exposed by an adapter.
  • Each application view can be specific to a single adapter, and can define a set of business functions on that adapter's EIS. After an adapter is created, a Web-based interface for the adapter can be used to define application views.
  • Application views can, for example, use XML as a common language among applications.
  • Service and event definitions can be used to expose application capabilities.
  • XML schemas can be used to define the data for services and events. Bidirectional communication can also be supported in adapters.
  • An application view can be an integral part of an integration framework.
  • An application view can provide a view of the application capabilities exposed by an adapter that a user can customize to meet specific needs.
  • a user can tailor an application view, for example, for a specific business purpose.
  • the application view can provide an effective alternative to the "one size fits all" approach that many applications provide for the design of a client interface.
  • An application view can be defined for only the business or other capabilities that are applicable for a specific purpose. The capabilities can be customized such as by naming, describing, and defining the data requirements.
  • adapters 106, 108, 110 can be developed that allow a client application 100 to communicate with an Enterprise Information System 104 through the use of an application view 102.
  • a developer can begin by coding an adapter that exposes the functionality in the enterprise application that accesses enterprise data.
  • the functionality the adapter exposes could, for example, update records in a database using SQL statements, or could request information from an SAP system using its BAPI or IDOC interfaces.
  • a business analyst, working with the developer, can then define an application view of the adapter using an application view interface.
  • a client application 200 can communicate with an EIS 218 through an integration server 202.
  • the integration server can be, for example, a web server or application server 202, and can be included in a cluster or integration system, represented here by the dotted line.
  • the integration server can include an application view component 204 and a resource adapter 206 for the EIS 218.
  • An XML schema API 208 useful in generating an XML schema 214 for the client application 200 using the schema object model 212 can be included in the integration server 202.
  • An XML document API 210 which can provide an interface to an XML document using an IDocument component 216 such as IDoc class libraries, for example, can also be included on the integration server 202.
  • the schema object model 212, XML schema 214, and IDocument component 216 do not need to be contained on the integration server 202, but should be accessible to the integration server.
  • An application view is an object, which can be implemented in one embodiment as a stateless session JavaBean.
  • a Java application can be custom coded to use that object, such as by passing XML in and receiving XML back.
  • a business process manager component can be included that allows process engineers to define workflows, and allows application views to be invoked as business services. In a workflow, a callout can be made to an EIS to get information such as a customer's credit record.
  • the fact that the application view is a Java object or enterprise JavaBean can be hidden from the process and designer.
  • a web services interface can also be used with an application view.
  • a protocol such as SOAP can be used to invoke a web service.
  • Another protocol that may be used includes UDDI, a platform-independent, open framework for describing services, discovering businesses, and integrating business services using the Internet.
  • a WSDL protocol can also be used, which is an XML format for describing network services .
  • a web services layer can be provided on top of the application view so that any application view can be invoked as a web service.
  • new application views can be hot- deployed against an existing EIS through a web-based interface.
  • An application view is hot-deployed when it is deployed with the system running, without restarting the destination server.
  • a new customer management tool for SAP for example, can also be defined through a web browser.
  • Integration Framework can utilize an integration framework, which can provide a systematic, standards-based architecture for hosting application views.
  • a framework can include application views for exposing application functions and design-time graphical user interfaces (GUIs), such as web-based interfaces that can be used for creating application views.
  • GUIs design-time graphical user interfaces
  • the integration framework utilizes adapters, instead of "hardwiring" enterprise systems together. Once an adapter is deployed for an EIS, other components and applications can use that adapter to access data on the EIS.
  • a framework in accordance with one embodiment of the present invention relies on XML as the standard format for messages.
  • XML includes XSLT, a standard fortransforming XML documents into otherXML documents.
  • XSLT is designed for use as part of XSL, which is a stylesheet language for XML.
  • XSL a stylesheet language for XML.
  • an XML document is used to specify the operations to perform on a class of XML documents in order to transform the documents' structure and content.
  • An XSLT transformation can make use of any of the operations built into the Java programming language, or can make use of custom operations written either in Java or in native code.
  • An integration framework allows a business process to invoke an XSLT engine in order to transform XML messages.
  • JMS Java Message Service
  • HTTPS HyperText Transfer Protocol Secure
  • An integration framework can be based on an existing standard infrastructure, such as an application server that supports J2EE, JMS, and the J2EE Connector architecture. Using such a standard infrastructure also provides for high availability and scalability, such as by clustering and resource pooling.
  • the framework can provide for universal connectivity by enabling the construction of XML-based application adapters that can connect to any legacy and packaged application.
  • An adapter development kit can be used to allow users such as customers, system integrators, and packaged application vendors to quickly develop J2EE connector architecture-compliant and integration framework-based adapters.
  • the framework can utilize XML, which means that the same data format can be used for both within- and between-enterprise integration, since many e- commerce systems use XML as the standard message format.
  • An integration framework can also utilize a business-process engine to allow non-programmers to graphically construct and maintain business processes.
  • An integration framework can implement a common model on top of the J2EE Connector architecture that is focused on business-level concepts. This model, which can consist of XML-encoded events and services, allows the management of a consistent integration environment, regardless of the interface required between adapters and their target applications.
  • the business processes can react to events generated by applications, and they can invoke an application's functionality via services that are exposed by an application adapter.
  • XML development tools such as may be included in an ADK, can be considered part of a metadata support layer for a design-time framework.
  • These tools which can comprise an XML Toolkit, can include an XML schema API, which can be characterized by a Schema Object Model (SOM).
  • SOM Schema Object Model
  • An adapter can call an enterprise system or EIS for specific request and response metadata, which can then be programmatically transformed into an XML schema.
  • the SOM is a set of tools that can extract many of the common details, such as syntactical complexities of XML schema operations so that a user can focus on its more fundamental aspects.
  • Another tool that can be included is an XML Document API, which can be characterized by IDocument. This API can provide an x-path interface to a document object model (DOM) document.
  • DOM document object model
  • IDocument which can facilitate XML input and output from the CCI layer in an adapter, is a higher-order wrapper around the W3C Document Object Model (DOM).
  • the primary value-add of the IDocument interface is that it provides an XPath interface to elements in an XML document.
  • Jimmy's hair color can be retrieved using code such as:
  • a common design pattern that emerges when using an XCCI approach is to support the definition of services in an interaction implementation.
  • a javax.resource.cci. Interaction implementation for an adapter can allow a client program to retrieve metadata from an underlying EIS in order to define an Integration service.
  • Data transformation is the process of taking data from an enterprise system and transforming the data into an XML schema that can be read by the application server. For each event, a schema can define what the XML output looks like. This can accomplished by using SOM and IDocument class libraries.
  • SOMSchema schema new SOMSchema()
  • SOMEIement root new SOMEIementfSENDINPUT"
  • SOMComplexType mailType new SOMComplexType()
  • SOMEIement cc new SOMEIementfCC"); cc.setMinOccursP”); ccsetMaxOccursfunbounded”); sequence.add(cc);
  • SOMEIement bcc new SOMEIement("BCC”); bcc.setMinOccurs("1"); bcc.setMaxOccurs("unbounded”); sequence.add(bcc);
  • SOMEIement subject new SOMEIementfSUBJECT"); subject.setMinOccurs("1 "); subject.setMaxOccurs("1 "); sequence, add(bcc);
  • An XML toolkit can be utilized that can help to develop valid XML documents to transmit information from a resource or enterprise system to an application on the other side of an adapter.
  • the toolkit can incorporate many of the operations required for XML manipulation into a single location, relieving the user of these often tedious chores.
  • An XML toolkit can be comprised primarily of two Java packages, such as a com.document package and a com. schema package. These packages can include complete Javadocs for each class, interface, and method.
  • An IDocument, or IDoc is a container that combines the W3C Document Object Model (DOM) with an XPath interface to elements in an XML document. This combination can make IDocument objects queryable and updatable simply by using XPath strings. These strings can eliminate the need to parse through an entire XML document to find specific information by allowing a user to specify just the elements the user wants to query and then returning the values of those queries.
  • DOM Document Object Model
  • An IDocument can be a public interface that represents an XML document.
  • An IDocument can provide a document type name, which can be used to refer to a description of its structure and usage.
  • I Documents can be mutable, and can provide methods for retrieving, modifying, adding, and removing data elements. All IDocument objects can be queryable, and can be updatable such as by using XPath strings. Also, IDocument instances can be serializable to, and un-serializable from, XML.
  • IDocument objects can implement a Java interface such as Java. io. Serializable.
  • the default representation of the document represented by an IDocument can be a W3C DOM instance, such as org.w3c.dom. Document.
  • the IDocument may at times be in an unparsed state. This can happen if the IDocument was explicitly constructed this way, by using a method such as DocumentFactory.createDocument(String, boolean), forexample, where the boolean argument is 'true.'
  • the internal state of an IDocument can be determined using a method such as isParsed(). If this returns true, then the content of the document has been parsed into a DOM. If 'false' is returned, the IDocument may contain just the raw XML text.
  • the content can be parsed using a SAX parsing scheme that allows a user to build an in-memory representation of the document that is not DOM.
  • a method such as fromXML(ContentHandler) can be used for this purpose, allowing a user to parse the document's content manually using an interface such as an implementation of a ContentHandler interface.
  • a usercould achieve similar results by getting the raw content from the IDocument and creating/invoking a custom SAX parser.
  • IDocument can simplify the code necessary to query and find information in a document, as opposed to code such as DOM code.
  • an XPath string can be created that seeks exactly that information, as shown the following I Document data retrieval code sample: System.out.printlnfJimmy's hair color: " + person.getStringFrom
  • a schema object model is an interface useful for programmatically building schemas, such as XML schemas.
  • SOM can comprise a set of tools that can extract and validate many of the common details, such as syntactical complexities of schema, so that a user can focus on more fundamental aspects.
  • an XML schema can be created for a client application using a schema object model 300.
  • a component such as a resource adapter can call into an EIS for specific request/response metadata. Metadata can be received from the EIS in response to the request 302, which can be programmatically transformed into an XML document that conforms to the XML schema for the client application 304.
  • At least a portion of the XML document can be validated against the XML schema for the client application 306.
  • An IDocument interface can be used to parse and/or retrieve elements or portions from the XML document in order to validate those elements or portions. Once the XML document is validated, it can be passed to the client application as a response document 308.
  • FIG. 4 A flowchart for such a method is shown in Figure 4.
  • the request is received from the client application to an EIS 400.
  • the EIS returns metadata in response to the request 402.
  • the metadata is transformed into an XML document 404.
  • At least portions of the XML document can be parsed or extracted, such as by using an IDocument interface, and can be compared to the XML schema for the client application in order to validate those portions 406.
  • a determination is made as to whether each portion is valid 408. If each portion is valid, the validated XML document can be returned to the client as a response document 410. If each portion is not valid, a determination should be made whetherthe client application should receive invalid documents 412. If the client should receive an invalid document, each error can be logged 414 and the validated (or invalidated) XML document is passed to the client as a response document 410.
  • an end condition can be set so that an infinite loop is not created if the metadata cannot be transformed into a valid XML document. "Valid" in this instance means that the XML document is valid against the XML schema, not that the document is a valid XML document.
  • the client application may receive a document that conforms to the XML schema but that is not a proper XML document. If the end condition has not been met, another attempt can be made to transform the metadata into an XML document 404. If the end condition has been met, such as a number of iterations or timeout period end being reached, an error can be returned to the client application and processing of this request can stop 418.
  • An XML schema is like a contract between the EIS and an application on the other side of the adapter. This contract can specify how data coming from the EIS must appear in order for the application to manipulate it.
  • a document, or an XML-rendered collection of metadata from an EIS can be considered valid if it meets the rules specified in the schema, regardless of whether or not the XML is correct. For example, if a schema required a name to appear in a ⁇ name> element and that element required two child elements, such as ⁇ firstname> and ⁇ lastname>, to be valid, the document from the EIS would have to appear in a form such as:
  • An XML schema can be created programmatically by using the classes and methods provided with SOM.
  • One benefit of using such a tool is that it allows a user to tailor a schema for that user's needs simply by populating the variables in the program components. For instance, the following code examples create a schema that validates a purchase order document:
  • Attributes can be set in the same way that elements are created, such as:
  • simpleTypes can be added to the root of the schema, such as:
  • the addSequence() method of a SOMComplexType object can return a SOMSequence reference, allowing a user to modify the element that was added to the element.
  • objects can be added to the schema, such as by implementing an addSequence() method to modify an element:
  • poType_seq poType.addSequence(); poType_seq.addElement("shipTo", usAddress); poType_seq.addElement("billTo", usAddress);
  • Attributes of an element within a schema can be set by calling setter methods of a SOMEIement object. For example, .an the implementation of setMinOccurs() and setMaxOccurs() can be given by:
  • the items element for PurchaseOrderType was created before Items type.
  • the reference can be created and the type set once the Items type object is available, such as by using: poType_items.setType(itemType);
  • An element can also be added to the schema. Adding an element can be done by implementing an addElement() method of SOMSequence, or the add() method from a previously created SOMEIement. These methods can be shown by:
  • SOMEIement commentRef2 new SOMEIement(comment); commentRef2.setMinOccurs(0); seq4.add(commentRef2);
  • SOMEIement shipDate new SOMEIementfshipDate", SOMType.DATE); shipDate.setMinOccurs(O); seq4.add(shipDate); t.addAttribute("partNum", skuType); return po_schema;
  • SOM can be used to validate XML DOM documents by using a SOMSchema method such as isValid().
  • SOMEIement can have a corresponding isValid() method for validating an element instead of the DOM document.
  • the isValid() method can determine if 'document' or 'element' is valid, and if not, can compile a list of the errors. If the document is valid, isValid() can return 'true' and the list of errors can be empty.
  • An isValid() method can be implemented in a number of different ways, including the following ways: public boolean isValid(org.w3c.dom. Document doc, java. util. List errorList) public boolean isValid(IDocument doc,
  • doc refers to the document instance to be validated
  • errorList refers to a list of errors found in the document and/or doc.
  • the isValid() method can return a boolean value of 'true' if the document is valid with respect to this schema. If the document is not valid with respect to the schema, isValid() can return 'false' and the errorList can be populated.
  • the errorList is a java. util. List for reporting errors found in the document, doc. The error list is cleared before validating the document.

Abstract

Communication can be passed between components, such as an enterprise system (104) and a client application (100), by utilizing schemas. A schema can ensure that a communication, such as a request or response, is in the proper format for one of the components. For instance, metadata can be received from an enterprise system (104) in response to a request from a client application (100). That metadata can be transformed into an XML document that conforms to an XML schema, such as by an XML schema mechanism. At least portions of the XML document can be validated against the XML schema, such as by using a schema object model. The XML document can be passed on to the client application (100) after validation.

Description

SYSTEM AND METHOD FOR IMPLEMENTING A SCHEMA OBJECT MODEL IN APPLICATION INTEGRATION
CLAIM OF PRIORITY
This application claims priority to the following applications each of which is hereby incorporated herein by reference:
U.S. Provisional Patent Application No. 60/347,919, filed October 18, 2001 , entitled "APPLICATION VIEW".
U.S. Provisional Patent Application No.60/347,901 , filed Octoberl 8, 2001 , entitled "EVENT ADAPTER".
U.S. Patent Application No. entitled "APPLICATION VIEW
COMPONENT FOR SYSTEM INTEGRATION," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND
METHOD FOR INVOKING BUSINESS FUNCTIONALITY FOR A WORKFLOW," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND
METHOD FOR IMPLEMENTING AN EVENT ADAPTER," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND METHOD USING A CONNECTOR ARCHITECTURE FOR APPLICATION
INTEGRATION," by Mitch Upton, filed October 15, 2002. U.S. Patent Application No. entitled "SYSTEM AND
METHOD FOR IMPLEMENTING A SCHEMA OBJECT MODEL IN APPLICATION INTEGRATION," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND
METHOD UTILIZING AN INTERFACE COMPONENT TO QUERY A DOCUMENT," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND METHOD USING ASYNCHRONOUS MESSAGING FOR APPLICATION
INTEGRATION," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND
METHOD FOR IMPLEMENTING A SERVICE ADAPTER," by Mitch Upton, filed October 15, 2002.
COPYRIGHT NOTICE A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document of the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
CROSS-REFERENCED CASES
The following applications are cross-referenced and incorporated herein by reference: U.S. Patent Application No. entitled "APPLICATION VIEW
COMPONENT FOR SYSTEM INTEGRATION," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND
METHOD FOR PROVIDING A JAVA INTERFACE TO AN APPLICATION VIEW COMPONENT," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND METHOD FOR INVOKING BUSINESS FUNCTIONALITY FOR A
WORKFLOW," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND
METHOD FOR USING WEB SERVICES WITH AN ENTERPRISE SYSTEM," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND
METHOD FOR IMPLEMENTING AN EVENT ADAPTER," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND
METHOD USING A CONNECTOR ARCHITECTURE FOR APPLICATION INTEGRATION," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND
METHOD UTILIZING AN INTERFACE COMPONENT TO QUERY A DOCUMENT," by Mitch Upton, filed October 15, 2002. U.S. Patent Application No. entitled "SYSTEM AND
METHOD USING ASYNCHRONOUS MESSAGING FOR APPLICATION INTEGRATION," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEMS AND
METHODS FOR INTEGRATION ADAPTER SECURITY," by Mitch Upton, filed October 15, 2002.
U.S. Patent Application No. entitled "SYSTEM AND METHOD FOR IMPLEMENTING A SERVICE ADAPTER," by Mitch Upton, filed October 15, 2002.
FIELD OF THE INVENTION The invention relates generally to systems and methods for integrating applications.
BACKGROUND OF THE INVENTION E-commerce has become a major driving factor in the new economy. To be successful in the long-term, e-commerce will require many companies to engage in cross-enterprise collaborations. To achieve cross-enterprise integration, a company must first integrate its internal applications. Using existing technology and tools, application integration can be an expensive proposition. No integration solution exists that is easy to use, affordable, and based on industry standards. Neither does a solution exist that is based on an industry standard infrastructure, has universal connectivity, is capable of massive scalability, and has accessible business process tools. Application integration to this point has been very inward-focused. Many existing integration systems have not focused on integrating applications between enterprises. Even when integration solutions were used for cross-enterprise integration, the solutions were still narrowly focused and aimed at vertical markets. This inward focus did little to help companies field external business-to-consumer and business-to-business applications, such as applications that can utilize the Internet to generate revenue and reduce costs. The requirement for Internet-enabled applications led to the rise of the application server market. To date, application servers have primarily been used to host external applications targeted at customers and partners. Application servers are themselves packaged applications that, instead of solving a specific problem, are general-purpose platforms that host vertical solutions.
The first attempts at application integration were primarily focused on low-level implementation details such as the format of the data, the byte ordering between machines, and character encoding. The focus on low- level data formats was necessary because, for the first generation of application integration solutions, there were no widely adopted standards for data encoding that could be deployed across multiple vertical applications.
The traditional approach involved connecting individual systems to, in effect, hardwire the systems together. This approach can be complex, as connecting different systems can require an intimate, low-level knowledge of the proprietary technologies of multiple systems.
Present integration systems, which have moved away from "hardwiring" systems together, still suffer from a lack of standards. Each integration vendor typically provides a proprietary solution for application integration, message transformation, message formats, message transport, and routing. Not one of these systems to date has achieved significant market share to enable its technologies to become the de-facto standard. This lack of standards has given packaged application vendors little incentive to integrate these systems with their. Further, each of these integration systems or servers has its own proprietary API, such that packaged application vendors cannot leverage development beyond a single integration server. This fragmentation of the integration market has provided little financial incentive for third parties.
SUMMARY OF THE INVENTION Systems and methods in accordance with embodiments of the present invention allow communication to be passed between components, such as an enterprise system and a client application, by taking advantage of schemas. A schema can be used to ensure that a communication, such as a request or response, is in the proper format for one of the components. For instance, metadata can be received from an enterprise system in response to a request from a client application. That metadata can be transformed to a response document that conforms to a schema.
The document can be validated against the schema and passed on to the client application.
Other features, aspects, and objects of the invention can be obtained from a review of the specification, the figures, and the claims.
BRIEF DESCRIPTION OF THE DRAWINGS Figure 1 is a diagram of an integration system that can be used in accordance with one embodiment of the present invention. Figure 2 is a diagram of an integration system that can be used in accordance with another embodiment of the present invention.
Figure 3 shows a method that can be used with the systems of Figures 1 and 2.
Figure 4 is a flowchart showing a process that can be used with the systems of Figures 1 and 2.
DETAILED DESCRIPTION OF THE INVENTION
Application integration components can be used to integrate a variety of applications and systems, such as Enterprise Information Systems (EISs). Information technology (IT) organizations typically utilize several highly-specialized applications. Without a common integration platform to facilitate application-level integration, these applications cannot be integrated without extensive, highly-specialized development efforts.
Application integration can utilize adapters to establish an enterprise-wide, united framework for integrating any current or future application. Adapters can simplify integration efforts by allowing each application to be integrated with an application server, instead of requiring that each application being integrated with every other application.
The development and widespread acceptance of standards such as the Java 2 Platform, Enterprise Edition (J2EE)from Sun Microsystems, Inc. of Santa Clara, CA, as well as the extensible Markup Language (XML), has laid the groundwork for a standardized approach to the development of these adapters. Perhaps the most significant of these standards for application integration is the J2EE Connector architecture. The J2EE Connector architecture provides a standardized approach for the development of adapters for all types of applications, from legacy mainframe applications, such as CICS from IBM, to packaged applications such as PeopleSoft, Siebel, and SAP. The adoption of such standards enables businesses to develop adapters that work on any J2EE-compliant application server, for example.
Integration Architecture
Application integration can build on this standardized approach in an application integration framework by providing a standards-based architecture for hosting J2EE Connector architecture-based adapters. Developers can build J2EE Connectorarchitecture-compliant adapters and deploy these adapters, in the integration framework, to connect enterprise applications to an application server.
These adapters can be used to define business-focused interfaces to an EIS, the interfaces referred to herein as "application views" of the respective adapters. An application view can provide a simple, self- describing, consistent interface to services and events in an application. Application views can make use of an adapter for an EIS, making it possible to expose existing information systems as business services. Unlike adapters, however, an application view does not require users to have intimate knowledge of the EIS or the client interface for that EIS, such that non-programmers or technical analysts can use application views. An application view can provide a business-oriented way for business analysts to access enterprise data without worrying about the programmatic details defined in an adapter. These same users may be otherwise unable to use an adapter directly, due to a lack of familiarity with the EIS. An application integration component directed at enterprise application integration can have several primary aspects. If the functionality of an EIS such as a PeopleSoft system or an SAP system is to be invoked, an implementation of the J2EE Connector Architecture can be used. If something occurs inside an EIS system, such as a trigger going off, an event can be generated. This event may, in some embodiments, need to be communicated to an external application. An event architecture in an application integration component can handle this communication.
Application Views
An application view can provide significant value to an application integration component. An application view can abstract away much of the complexity in dealing with an application, such as a backend EIS system. Application views can also simplify the way in which adapters are accessed. Application views can provide a layer of abstraction, for example, between an adapter and the EIS functions exposed by that adapter. Instead of accessing an EIS by direct programming a user can simply: edit an adapter's application views, create new application views, or delete any obsolete application view(s). A layer of abstraction formed by application views can help non-programmers maintain the services and events exposed by an adapter. Each application view can be specific to a single adapter, and can define a set of business functions on that adapter's EIS. After an adapter is created, a Web-based interface for the adapter can be used to define application views.
If an application view is used as a primary user interface for an adapter, a number of features can be included that are not commonly found in existing enterprise application integration technologies. Application views can, for example, use XML as a common language among applications. Service and event definitions can be used to expose application capabilities. XML schemas can be used to define the data for services and events. Bidirectional communication can also be supported in adapters.
An application view can be an integral part of an integration framework. An application view can provide a view of the application capabilities exposed by an adapter that a user can customize to meet specific needs. A user can tailor an application view, for example, for a specific business purpose. As a result, the application view can provide an effective alternative to the "one size fits all" approach that many applications provide for the design of a client interface. An application view can be defined for only the business or other capabilities that are applicable for a specific purpose. The capabilities can be customized such as by naming, describing, and defining the data requirements.
In one example, shown in Figure 1 , adapters 106, 108, 110 can be developed that allow a client application 100 to communicate with an Enterprise Information System 104 through the use of an application view 102. A developer can begin by coding an adapter that exposes the functionality in the enterprise application that accesses enterprise data. The functionality the adapter exposes could, for example, update records in a database using SQL statements, or could request information from an SAP system using its BAPI or IDOC interfaces. A business analyst, working with the developer, can then define an application view of the adapter using an application view interface.
Another example of a system is shown in Figure 2. In this figure, a client application 200 can communicate with an EIS 218 through an integration server 202. The integration server can be, for example, a web server or application server 202, and can be included in a cluster or integration system, represented here by the dotted line. The integration server can include an application view component 204 and a resource adapter 206 for the EIS 218. An XML schema API 208, useful in generating an XML schema 214 for the client application 200 using the schema object model 212 can be included in the integration server 202. An XML document API 210, which can provide an interface to an XML document using an IDocument component 216 such as IDoc class libraries, for example, can also be included on the integration server 202.
The schema object model 212, XML schema 214, and IDocument component 216 do not need to be contained on the integration server 202, but should be accessible to the integration server.
An application view is an object, which can be implemented in one embodiment as a stateless session JavaBean. There can be a Java interface to the application view for the client application. A Java application can be custom coded to use that object, such as by passing XML in and receiving XML back. In addition, a business process manager component can be included that allows process engineers to define workflows, and allows application views to be invoked as business services. In a workflow, a callout can be made to an EIS to get information such as a customer's credit record. The fact that the application view is a Java object or enterprise JavaBean can be hidden from the process and designer.
A web services interface can also be used with an application view. A protocol such as SOAP can be used to invoke a web service. Another protocol that may be used includes UDDI, a platform-independent, open framework for describing services, discovering businesses, and integrating business services using the Internet. A WSDL protocol can also be used, which is an XML format for describing network services . A web services layer can be provided on top of the application view so that any application view can be invoked as a web service.
In application integration, new application views can be hot- deployed against an existing EIS through a web-based interface. An application view is hot-deployed when it is deployed with the system running, without restarting the destination server. A new customer management tool for SAP, for example, can also be defined through a web browser.
Integration Framework Application integration can utilize an integration framework, which can provide a systematic, standards-based architecture for hosting application views. Features of such a framework can include application views for exposing application functions and design-time graphical user interfaces (GUIs), such as web-based interfaces that can be used for creating application views. The integration framework utilizes adapters, instead of "hardwiring" enterprise systems together. Once an adapter is deployed for an EIS, other components and applications can use that adapter to access data on the EIS.
A framework in accordance with one embodiment of the present invention relies on XML as the standard format for messages. XML includes XSLT, a standard fortransforming XML documents into otherXML documents. XSLT is designed for use as part of XSL, which is a stylesheet language for XML. In XSLT, an XML document is used to specify the operations to perform on a class of XML documents in order to transform the documents' structure and content. An XSLT transformation can make use of any of the operations built into the Java programming language, or can make use of custom operations written either in Java or in native code. An integration framework allows a business process to invoke an XSLT engine in order to transform XML messages.
An integration framework can also rely on standards for transporting messages such as Java Message Service (JMS) and HTTPS. JMS is a standard API for interfacing with message transport systems. Using JMS, a framework can utilize any message transport mechanism that provides a JMS interface. The J2EE Connector architecture standard does not specify a message transport mechanism, but an application integration framework can specify such a transport mechanism.
An integration framework can be based on an existing standard infrastructure, such as an application server that supports J2EE, JMS, and the J2EE Connector architecture. Using such a standard infrastructure also provides for high availability and scalability, such as by clustering and resource pooling. The framework can provide for universal connectivity by enabling the construction of XML-based application adapters that can connect to any legacy and packaged application. An adapter development kit can be used to allow users such as customers, system integrators, and packaged application vendors to quickly develop J2EE connector architecture-compliant and integration framework-based adapters. The framework can utilize XML, which means that the same data format can be used for both within- and between-enterprise integration, since many e- commerce systems use XML as the standard message format. An integration framework can also utilize a business-process engine to allow non-programmers to graphically construct and maintain business processes. An integration framework can implement a common model on top of the J2EE Connector architecture that is focused on business-level concepts. This model, which can consist of XML-encoded events and services, allows the management of a consistent integration environment, regardless of the interface required between adapters and their target applications. The business processes can react to events generated by applications, and they can invoke an application's functionality via services that are exposed by an application adapter.
Adapter Development
XML development tools, such as may be included in an ADK, can be considered part of a metadata support layer for a design-time framework. These tools, which can comprise an XML Toolkit, can include an XML schema API, which can be characterized by a Schema Object Model (SOM). This API can be used to programmatically build XML schemas. An adapter can call an enterprise system or EIS for specific request and response metadata, which can then be programmatically transformed into an XML schema. The SOM is a set of tools that can extract many of the common details, such as syntactical complexities of XML schema operations so that a user can focus on its more fundamental aspects. Another tool that can be included is an XML Document API, which can be characterized by IDocument. This API can provide an x-path interface to a document object model (DOM) document.
An IDocument, which can facilitate XML input and output from the CCI layer in an adapter, is a higher-order wrapper around the W3C Document Object Model (DOM). The primary value-add of the IDocument interface is that it provides an XPath interface to elements in an XML document. In otherwords, I Document objects are queryable and updatable using XPath strings. For example, the following XML document describes a person named "Bob" and some of the details about "Bob." <Person name="Bob">
<Home squareFeet="2000"/> <Family>
<ChiId name="Jimmy">
<Stats gender="male" hair="brown" eyes="blue"/> </Child>
<Child name="Susie">
<Stats gender="female" hair="blonde" eyes="brown"/> </Child> </Family> </Person>
By using IDocument, Jimmy's hair color can be retrieved using code such as:
System.out.printlnfJimmy's hair color: " + person.getStringFrom(7/Person[@name=\"Bob\"]/Family/Child
[@name=\"Jimmy\"]/Stats/@hair");
On the other hand, if DOM is used it would be necessary to use code such as: String strJimmysHairColor = null; org.w3c.dom. Element root = doc.getDocumentElement(); if (root.getTagName().equals("Person") && root.getAttribute("name").equals("Bob") { org.w3c.dom.NodeList list = root. getElementsByTagNamefFamily"); if (Nst.getLengthO > 0) { org.w3c.dom. Element family = (org.w3c.dom. Element)list.item(O);
org.w3c.dom.NodeList childList = family.getElementsByTagName("Child"); for (int i=0; i < childList.getLength(); i++) { org.w3c.dom. Element child = childList.item(i); if (child.getAttribute("name").equals("Jimmy")) { org.w3c.dom.NodeList statsList = child.getElementsByTagNamefStats"); if (statsList.getLength() > 0) { org.w3c.dom. Element stats = statsList.item(O); strJimmysHairColor = stats.getAttributefhair");
} } } } }
XCCI Design Pattern
A common design pattern that emerges when using an XCCI approach is to support the definition of services in an interaction implementation. In other words, a javax.resource.cci. Interaction implementation for an adapter can allow a client program to retrieve metadata from an underlying EIS in order to define an Integration service.
Specifically, this means that the interaction must be able to generate the request and response XML schemas and additional metadata fora service. Additionally, the Interaction could also allow a client program to browse a catalog of functions provided by the EIS. This approach facilitates a thin client architecture for an adapter.
Data Transformation Method
Data transformation is the process of taking data from an enterprise system and transforming the data into an XML schema that can be read by the application server. For each event, a schema can define what the XML output looks like. This can accomplished by using SOM and IDocument class libraries.
The following sample code listings show one data transformation sequence. The following code can be used to transform data from an EIS into an XML schema:
SOMSchema schema = new SOMSchema(); SOMEIement root = new SOMEIementfSENDINPUT"); SOMComplexType mailType = new SOMComplexType(); root.setType(mailType);
SOMSequence sequence = mailType.addSequence(); SOMEIement to = new SOMEIement("TO"); to.setMinOccurs('T'); to.setMaxOccursfunbounded"); sequence.add(to); SOMEIement from = new SOMEIement("FROM"); from.setMinOccurs("1"); from.setMaxOccurs("1"); sequence. add(from);
SOMEIement cc = new SOMEIementfCC"); cc.setMinOccursP"); ccsetMaxOccursfunbounded"); sequence.add(cc);
SOMEIement bcc = new SOMEIement("BCC"); bcc.setMinOccurs("1"); bcc.setMaxOccurs("unbounded"); sequence.add(bcc);
SOMEIement subject = new SOMEIementfSUBJECT"); subject.setMinOccurs("1 "); subject.setMaxOccurs("1 "); sequence, add(bcc);
SOMEIement body = new SOMEIementfBODY"); if (template == null) { body.setMinOccursP"); body.setMaxOccurs("1 "); }else
{ Iterator iter = template.getTags(); if (iter.hasNext())
{ SOMComplexType bodyComplex = new SOMComplexType(); body.setType(bodyComplex); SOMAII all = new SOMAII(); while (iter.hasNext()) { SOMEIement eNew = new SOMEIement((String)iter.next()); all.add(eNew); }//endwhile bodyComplex.setGroup(all);
}//endif }//endif sequence.add(body); schema. addElement(root);
The following example shows an XML schema created by the above code:
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element name="SENDINPUT"> <xsd : com pi exType> <xsd:sequence> <xsd:element name="TO" maxOccurs="unbounded" type-'xsd: string"/> <xsd:element name="FROM" type-'xsd :string"/>
<xsd:element name="CC" maxOccurs-'unbounded" type-'xsd :string'7> <xsd:element name="BCC" maxOccurs= "unbounded" type= "xsd:string"/> <xsd:element name="BCC" maxOccurs-'unbounded" type="xsd:string'7> <xsd:element name="BODY" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element>
The following example shows a valid XML document created by the schema shown above:
</xsd:schema> <?xml version="1.0"?>
<!DOCTYPE SENDINPUT> <SENDINPUT> <TO/> <FROM/> <CC/>
<BCC/> <BCC/> <BODY/> </SENDINPUT> <xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema"> The adapter can be tested and then deployed. An adapter can be deployed manually, or through a tool such as a server or integration console.
XML Toolkit
An XML toolkit can be utilized that can help to develop valid XML documents to transmit information from a resource or enterprise system to an application on the other side of an adapter. The toolkit can incorporate many of the operations required for XML manipulation into a single location, relieving the user of these often tedious chores.
An XML toolkit can be comprised primarily of two Java packages, such as a com.document package and a com. schema package. These packages can include complete Javadocs for each class, interface, and method.
IDOC
An IDocument, or IDoc, is a container that combines the W3C Document Object Model (DOM) with an XPath interface to elements in an XML document. This combination can make IDocument objects queryable and updatable simply by using XPath strings. These strings can eliminate the need to parse through an entire XML document to find specific information by allowing a user to specify just the elements the user wants to query and then returning the values of those queries.
An IDocument can be a public interface that represents an XML document. An IDocument can provide a document type name, which can be used to refer to a description of its structure and usage. In addition, I Documents can be mutable, and can provide methods for retrieving, modifying, adding, and removing data elements. All IDocument objects can be queryable, and can be updatable such as by using XPath strings. Also, IDocument instances can be serializable to, and un-serializable from, XML.
IDocument objects can implement a Java interface such as Java. io. Serializable.
The default representation of the document represented by an IDocument can be a W3C DOM instance, such as org.w3c.dom. Document.
The IDocument may at times be in an unparsed state. This can happen if the IDocument was explicitly constructed this way, by using a method such as DocumentFactory.createDocument(String, boolean), forexample, where the boolean argument is 'true.' The internal state of an IDocument can be determined using a method such as isParsed(). If this returns true, then the content of the document has been parsed into a DOM. If 'false' is returned, the IDocument may contain just the raw XML text.
In cases where an IDocument is in an unparsed state, the content can be parsed using a SAX parsing scheme that allows a user to build an in-memory representation of the document that is not DOM. A method such as fromXML(ContentHandler) can be used for this purpose, allowing a user to parse the document's content manually using an interface such as an implementation of a ContentHandler interface. A usercould achieve similar results by getting the raw content from the IDocument and creating/invoking a custom SAX parser. IDocument can simplify the code necessary to query and find information in a document, as opposed to code such as DOM code. For example, the following XML document describes a person named "Bob" and some of the details about "Bob": <Person name="Bob">
<Home squareFeet="2000"/> <Family>
<Child name=" immy">
<Stats sex="male" hair="brown" eyes="blue"/> </Child>
<Child name="Susie">
<Stats sex-"female" hair="blonde" eyes="brown"/> </Child> </Family> </Person>
In order to retrieve Jimmy's hair color from the <child> element by using IDocument, an XPath string can be created that seeks exactly that information, as shown the following I Document data retrieval code sample: System.out.printlnfJimmy's hair color: " + person.getStringFrom
( /Person[@name=\"Bob\"] /Family/Child[@name=\"Jimmy\"]/Stats/@hair");
Schema Object Model (SOM)
A schema object model (SOM) is an interface useful for programmatically building schemas, such as XML schemas. SOM can comprise a set of tools that can extract and validate many of the common details, such as syntactical complexities of schema, so that a user can focus on more fundamental aspects. As shown in the method of Figure 3, for example, an XML schema can be created for a client application using a schema object model 300. A component such as a resource adapter can call into an EIS for specific request/response metadata. Metadata can be received from the EIS in response to the request 302, which can be programmatically transformed into an XML document that conforms to the XML schema for the client application 304. At least a portion of the XML document can be validated against the XML schema for the client application 306. An IDocument interface can be used to parse and/or retrieve elements or portions from the XML document in order to validate those elements or portions. Once the XML document is validated, it can be passed to the client application as a response document 308.
A flowchart for such a method is shown in Figure 4. The request is received from the client application to an EIS 400. The EIS returns metadata in response to the request 402. The metadata is transformed into an XML document 404. At least portions of the XML document can be parsed or extracted, such as by using an IDocument interface, and can be compared to the XML schema for the client application in order to validate those portions 406. A determination is made as to whether each portion is valid 408. If each portion is valid, the validated XML document can be returned to the client as a response document 410. If each portion is not valid, a determination should be made whetherthe client application should receive invalid documents 412. If the client should receive an invalid document, each error can be logged 414 and the validated (or invalidated) XML document is passed to the client as a response document 410.
If the client should not receive an invalid XML document, a determination should be made whether an end condition has been met 416. An end condition can be set so that an infinite loop is not created if the metadata cannot be transformed into a valid XML document. "Valid" in this instance means that the XML document is valid against the XML schema, not that the document is a valid XML document. The client application may receive a document that conforms to the XML schema but that is not a proper XML document. If the end condition has not been met, another attempt can be made to transform the metadata into an XML document 404. If the end condition has been met, such as a number of iterations or timeout period end being reached, an error can be returned to the client application and processing of this request can stop 418.
An XML schema is like a contract between the EIS and an application on the other side of the adapter. This contract can specify how data coming from the EIS must appear in order for the application to manipulate it. A document, or an XML-rendered collection of metadata from an EIS, can be considered valid if it meets the rules specified in the schema, regardless of whether or not the XML is correct. For example, if a schema required a name to appear in a <name> element and that element required two child elements, such as <firstname> and <lastname>, to be valid, the document from the EIS would have to appear in a form such as:
<name>
<firstname>Joe</firstname>
<lastname>Smith</lastname> </name>
and the schema would have to appear in a form such as:
<schema> <element name- 'name"> <complexType> <sequence>
<element name- 'firstname" /> <element name- 'lastname" /> </sequence> </complexType> </element>
</schema>
No other form of <name></name>, such as "<name>Joe Smith</name>" would be valid, even though the XML is correct. Creating the Schema
An XML schema can be created programmatically by using the classes and methods provided with SOM. One benefit of using such a tool is that it allows a user to tailor a schema for that user's needs simply by populating the variables in the program components. For instance, the following code examples create a schema that validates a purchase order document:
import com. bea.schema.*; import com. bea.schema.type.SOMType;
public class PurchaseOrder
{ public static void main(String[] args)
{
System. out.println(getSchema().toString());
}
public static SOMSchema getSchema()
{
SOMSchema po_schema = new SOMSchema();
po_schema.addDocumentation("Purchase order schema for
Example.comΛnCopyright 2000 Example.comΛnAII rights reserved.");
SOMEIement purchaseOrder = po_schema.addElement("purchaseOrder");
SOMEIement comment = po_schema.addElement("comment");
SOMComplexType usAddress = po_schema.addComplexType("USAddress");
SOMSequence seq2 = usAddress. addSequenceQ; // adding an object to a SOMSchema defaults to type="string" seq2.addElement("name"); seq2.addElement("street"); seq2.addElement("city"); seq2.addElement("state"); seq2.addElement("zip", SOMType. DECIMAL);
One benefit to such a tool is that it is only necessary to populate the variables in the program components to tailor a schema for particular needs. Attributes can be set in the same way that elements are created, such as:
SOMAttribute country_attr = usAddress.addAttributefcountry", SOMType.NMTOKEN); country_attr.setUse("fixed"); country_attr.setValue("US");
To correctly set these attributes, their addressibility should be maintained. Like complexTypes, simpleTypes can be added to the root of the schema, such as:
SOMSimpleType skuType = po_schema.addSimpleType("SKU"); SOMRestriction skuRestrict = skuType.addRestriction (SOMType.STRING); skuRestrict.setPattern("\\d{3}-[A-Z]{2}"); SOMComplexType poType = po_schema.addComplexType("PurchaseOrderType"); purchaseOrder.setType(poType); poType.addAttribute("orderDate", SOMType. DATE);
The addSequence() method of a SOMComplexType object can return a SOMSequence reference, allowing a user to modify the element that was added to the element. In this way objects can be added to the schema, such as by implementing an addSequence() method to modify an element:
SOMSequence poType_seq = poType.addSequence(); poType_seq.addElement("shipTo", usAddress); poType_seq.addElement("billTo", usAddress);
Attributes of an element within a schema can be set by calling setter methods of a SOMEIement object. For example, .an the implementation of setMinOccurs() and setMaxOccurs() can be given by:
SOMEIement commentRef = new SOMEIement(comment); commentRef.setMinOccurs(O); poType_seq.add(commentRef); SOMEIement poTypejtems = poType_seq.addElement("items");
SOMComplexType itemType = po_schema.addComplexType("ltems"); SOMSequence seq3 = itemType.addSequence(); SOMEIement item = new SOMEIement("item"); item.setMinOccurs(O); item.setMaxOccurs(-l ); seq3.add(item); SOMComplexType t = new SOMComplexType(); item.setType(t); SOMSequence seq4 = t.addSequence(); seq4.addElement("productName");
SOMEIement quantity = seq4.addElement("quantity"); SOMSimpleType st = new SOMSimpleType(); quantity.setType(st); SOM Restriction restrict = st.addRestriction(SOMType.POSITIVEINTEGER); restrict.setMaxExclusive("100");
In this example, the items element for PurchaseOrderType was created before Items type. The reference can be created and the type set once the Items type object is available, such as by using: poType_items.setType(itemType);
An element can also be added to the schema. Adding an element can be done by implementing an addElement() method of SOMSequence, or the add() method from a previously created SOMEIement. These methods can be shown by:
seq4.addElement("USPrice", SOMType.DECIMAL);
SOMEIement commentRef2 = new SOMEIement(comment); commentRef2.setMinOccurs(0); seq4.add(commentRef2);
SOMEIement shipDate = new SOMEIementfshipDate", SOMType.DATE); shipDate.setMinOccurs(O); seq4.add(shipDate); t.addAttribute("partNum", skuType); return po_schema;
} }
When running the code shown in the previous examples, the following schema can be created:
<?xml version="1.0" ?>
<!DOCTYPE schema (View Source for full doctype...)> <xsd:schema xmlns:xsd="http://www.w3.org/2000/XMLSchema"> <xsd:annotation>
<xsd:documentation>Purchase order schema for Example.com. Copyright 2000 Example.com. All rights reserved. </xsd:documentation>
</xsd:annotation> <xsd:simpleType name="SKU">
<xsd:annotation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:pattern value="\d{3}-[A-Z]{2}" /> </xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="PurchaseOrderType"> <xsd:sequence> <xsd:element type="USAddress" name="shipTo" /> <xsd:element type="USAddress" name="billTo" /> <xsd:element ref="comment" minOccurs="0" /> <xsd:element type="ltems" name="items" /> </xsd:sequence>
<xsd:attribute name="orderDate" type="xsd:date" /> </xsd:complexType>
<xsd:complexType name="ltems"> <xsd:sequence> <xsd:element maxOccurs-'unbounded" name="item" minOccurs="0"> <xsd:complexType>
<xsd:sequence> <xsd:element type- 'xsd :string" name="productName"/> <xsd:element name="quantity"> <xsd:simpleType>
<xsd:restriction base= "xsd:positivelnteger"> <xsd:maxExclusive value="1007> </xsd:restriction> </xsd:simpleType>
</xsd:element> <xsd:element type="xsd:decimal" name=
"USPrice" /> <xsd:element ref="comment" minOccurs="0" />
<xsd:element type- 'xsd :date" name="shipDate" minOccurs="0" /> </xsd:sequence>
<xsd:attribute name="partNum" type="SKU" /> </xsd:complexType>
</xsd:element> </xsd:sequence> </xsd:complexType>
<xsd:complexType name="USAddress"> <xsd:sequence>
<xsd:element type="xsd:string" name- 'name" /> <xsd:element type="xsd:string" name="street" /> <xsd:element type-'xsd :string" name="city" /> <xsd:element type- 'xsd :string" name="state" /> <xsd:element type="xsd:number" name="zip" />
</xsd:sequence>
<xsd:attribute name="country" use="fixed" value="US" type="xsd:NMTOKEN" /> </xsd :com plexType> <xsd:element type="PurchaseOrderType" name="purchaseOrder" />
<xsd:element type="xsd:string" name-'comment" /> </xsd:schema> Validating an XML Document
Once the schema is created, it can be used to validate a document sent from an EIS. SOM can be used to validate XML DOM documents by using a SOMSchema method such as isValid(). SOMEIement can have a corresponding isValid() method for validating an element instead of the DOM document. The isValid() method can determine if 'document' or 'element' is valid, and if not, can compile a list of the errors. If the document is valid, isValid() can return 'true' and the list of errors can be empty.
An isValid() method can be implemented in a number of different ways, including the following ways: public boolean isValid(org.w3c.dom. Document doc, java. util. List errorList) public boolean isValid(IDocument doc,
List errorList)
In this example, "doc" refers to the document instance to be validated, and "errorList" refers to a list of errors found in the document and/or doc.
The isValid() method can return a boolean value of 'true' if the document is valid with respect to this schema. If the document is not valid with respect to the schema, isValid() can return 'false' and the errorList can be populated. The errorList is a java. util. List for reporting errors found in the document, doc. The error list is cleared before validating the document.
Therefore, the list implementation used must support the clear() method. If isValid() returns false, the error list is populated with a list of errors found during the validation procedure. The items in the list are instances of the class com. bea. schema. SOMValidationException. If isValidQ returns true, errorList is empty. The following shows an example of an isValid() implementation:
SOMSchema schema = ...;
IDocument doc = DocumentFactory.createDocument (new FileReader(f)); java. util. LinkedList errorList = new java. util. LinkedList(); boolean valid = schema. isValid(doc, errorList);... if (! valid){ System. out.println("Document was invalid.
Errors were:");
for (Iterator i = errorList. iterator; i.hasNext();) { System. out.println(((SOMValidationException) i.next).toString()); }
The foregoing description of preferred embodiments of the present invention has been provided forthe purposes of illustration and description.
It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations will be apparent to one of ordinary skill in the art. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the following claims and their equivalence.

Claims

What is claimed is:
1. A method for passing communication between an enterprise system and a client application, comprising: transforming metadata received from an enterprise system into an XML document; validating at least a portion of the XML document against an XML schema for the client application; and passing the XML document to the client application.
2. A method according to claim 1 , further comprising: building the XML schema using an XML schema API.
3. A method according to claim 1 , further comprising: building the XML schema using a schema object model.
4. A method according to claim 3, wherein: building the XML schema further includes using classes and methods in the schema object model.
5. A method according to claim 2, wherein: building the XML schema includes populating variables in program components of the schema object model in order to tailor the XML schema for the client application.
6. A method according to claim 1 , further comprising: creating a schema object model to validate an XML schema forthe client application.
7. A method according to claim 1 , wherein: compiling a list of errors containing elements of the XML document that are not valid.
8. A method according to claim 1 , further comprising: translating information passing between the enterprise system and the client application using a resource adapter.
9. A system for passing communication between an enterprise system and a client application, comprising: a resource adapter adapted to receive metadata from an enterprise system; and an XML schema component adapted to transform the metadata into an XML document and validate the XML document against an XML schema; wherein the resource adapter is further adapted to pass a validated XML document to the client application.
10. A system according to claim 9, further comprising: a schema object model adapted to provide the ability to create the XML schema.
11. A system according to claim 9, further comprising: an application view component adapted to provide an interface to the enterprise system for the client application.
12. A computer-readable medium, comprising: means for transforming metadata received from an enterprise system into an XML document; means for validating at least a portion of the XML document against an XML schema for the client application; and means for passing the XML document to the client application.
13. A computer program product for execution by a server computer for formatting enterprise data for an application, comprising: computer code for transforming metadata received from an enterprise system into an XML document; computer code for validating at least a portion of the XML document against an XML schema for the client application; and computer code for passing the XML document to the client application.
14. A system for formatting enterprise data for an application, comprising: means for transforming metadata received from an enterprise system into an XML document; means for validating at least a portion of the XML document against an XML schema for the client application; and means for passing the XML document to the client application.
15. A computer system comprising: a processor; object code executed by said processor, said object code configured to: transform metadata received from an enterprise system into an XML document; validate at least a portion of the XML document against an XML schema for the client application; and pass the XML document to the client application.
16. A computer data signal embodied in a transmission medium, comprising: a code segment including instructions to transform metadata received from an enterprise system into an XML document; a code segment including instructions to validate at least a portion of the XML document against an XML schema for the client application; and a code segment including instructions to pass the XML document to the client application.
17. A method for passing communication between an enterprise system and a client application, comprising: transforming metadata received from an enterprise system into an
XML document; querying the XML document using a document interface component in order to extract at least a portion of the XML document; validating said at least a portion of the XML document against an XML schema for the client application; and passing the XML document to the client application.
18. A method according to claim 17, further comprising: building the XML schema using an XML schema API.
19. A method according to claim 17, further comprising: building the XML schema using a schema object model.
20. A method according to claim 19, wherein: building the XML schema further includes using classes and methods in the schema object model.
21. A method according to claim 18, wherein: building the XML schema includes populating variables in program components of the schema object model in order to tailor the XML schema for the client application.
22. A method according to claim 17, further comprising: creating a schema object model to validate an XML schema forthe client application.
23. A method according to claim 17, wherein: compiling a list of errors containing elements of the XML document that are not valid.
24. A method according to claim 17, further comprising: translating information passing between the enterprise system and the client application using a resource adapter.
25. A method for passing communication between an enterprise system and a client application, comprising: transforming metadata received from an enterprise system into an XML document; querying a document interface component in order to validate at least a portion of the XML document against an XML schema; and passing the XML document to the client application.
26. A system for passing communication between an enterprise system and a client application, comprising: a resource adapter adapted to receive metadata from an enterprise system in response to a request from a client application; a document interface component adapted to allow the querying of elements in an XML document; and an XML schema component adapted to transform the metadata into an XML document and validate elements the XML document against an XML schema, the XML schema component obtaining the elements through the document interface component; wherein the resource adapter is further adapted to pass a validated XML document to the client application.
27. A system according to claim 26, wherein: the document interface component is an XML document API.
28. A system according to claim 26, wherein: the document interface component is adapted to work with DOM documents.
29. A system according to claim 26, wherein: the document interface component provides an XPath interface to elements in an XML document.
30. A system according to claim 26, wherein: the document interface component allows portions of an XML document to be queried and updated using XPath strings.
31. A system according to claim 26, wherein: the document interface component comprises a container including a DOM instance and an XPath interface.
32. A system according to claim 26, wherein: the document interface component is a public interface that represents an XML document.
33. A system according to claim 26, wherein: the document interface component allows manipulation of elements in an XML document, the manipulation selected from the group consisting of retrieving, modifying, adding, and removing data elements.
34. A system according to claim 26, further comprising: a schema object model adapted to provide the ability to create the XML schema.
35. A system according to claim 26, further comprising: an application view component adapted to provide an interface to the enterprise system for the client application.
36. A computer-readable medium, comprising: means for transforming metadata received from an enterprise system into an XML document; means for querying the XML document using a document interface component in order to extract at least a portion of the XML document; means for validating said at least a portion of the XML document against an XML schema for the client application; and means for passing the XML document to the client application.
37. A computer program product for execution by a server computer for formatting enterprise data for an application, comprising: computer code for transforming metadata received from an enterprise system into an XML document; computer code for querying the XML document using a document interface component in order to extract at least a portion of the XML document; computer code for validating said at least a portion of the XML document against an XML schema for the client application; and computer code for passing the XML document to the client application.
38. A system for formatting enterprise data for an application, comprising: means for transforming metadata received from an enterprise system into an XML document; means for querying the XML document using a document interface component in order to extract at least a portion of the XML document; means for validating said at least a portion of the XML document against an XML schema for the client application; and means for passing the XML document to the client application.
39. A computer system comprising: a processor; object code executed by said processor, said object code configured to: transform metadata received from an enterprise system into an XML document; query the XML document using a document interface component in order to extract at least a portion of the XML document; validate said at least a portion of the XML document against an XML schema for the client application; and pass the XML document to the client application.
40. A computer data signal embodied in a transmission medium, comprising: a code segment including instructions to transform metadata received from an enterprise system into an XML document; a code segment including instructions to query the XML document using a document interface component in order to extract at least a portion of the XML document; a code segment including instructions to validate said at least a portion of the XML document against an XML schema for the client application; and a code segment including instructions to pass the XML document to the client application.
PCT/US2002/033090 2001-10-18 2002-10-17 System and method for implementing a schema object model in application integration WO2003034228A1 (en)

Applications Claiming Priority (20)

Application Number Priority Date Filing Date Title
US34791901P 2001-10-18 2001-10-18
US34790101P 2001-10-18 2001-10-18
US60/347,919 2001-10-18
US60/347,901 2001-10-18
US10/271,423 US20030093471A1 (en) 2001-10-18 2002-10-15 System and method using asynchronous messaging for application integration
US10/271,402 2002-10-15
US10/271,156 2002-10-15
US10/271,194 2002-10-15
US10/271,244 2002-10-15
US10/271,194 US7080092B2 (en) 2001-10-18 2002-10-15 Application view component for system integration
US10/271,410 2002-10-15
US10/271,157 2002-10-15
US10/271,047 2002-10-15
US10/271,423 2002-10-15
US10/271,244 US20030097345A1 (en) 2001-10-18 2002-10-15 System and method for invoking business functionality for a workflow
US10/271,410 US7831655B2 (en) 2001-10-18 2002-10-15 System and method for implementing a service adapter
US10/271,157 US7552443B2 (en) 2001-10-18 2002-10-15 System and method for implementing an event adapter
US10/271,156 US7546606B2 (en) 2001-10-18 2002-10-15 System and method using a connector architecture for application integration
US10/271,402 US7152204B2 (en) 2001-10-18 2002-10-15 System and method utilizing an interface component to query a document
US10/271,047 US7721193B2 (en) 2001-10-18 2002-10-15 System and method for implementing a schema object model in application integration

Publications (1)

Publication Number Publication Date
WO2003034228A1 true WO2003034228A1 (en) 2003-04-24

Family

ID=27581209

Family Applications (5)

Application Number Title Priority Date Filing Date
PCT/US2002/033183 WO2003034182A2 (en) 2001-10-18 2002-10-17 System and method for invoking business functionality for a workflow
PCT/US2002/033097 WO2003044661A1 (en) 2001-10-18 2002-10-17 System and method for implementing a service adapter
PCT/US2002/033090 WO2003034228A1 (en) 2001-10-18 2002-10-17 System and method for implementing a schema object model in application integration
PCT/US2002/033098 WO2003034285A1 (en) 2001-10-18 2002-10-17 Application view component for system integration
PCT/US2002/033184 WO2003034183A2 (en) 2001-10-18 2002-10-17 System and method using a connector architecture for application integration

Family Applications Before (2)

Application Number Title Priority Date Filing Date
PCT/US2002/033183 WO2003034182A2 (en) 2001-10-18 2002-10-17 System and method for invoking business functionality for a workflow
PCT/US2002/033097 WO2003044661A1 (en) 2001-10-18 2002-10-17 System and method for implementing a service adapter

Family Applications After (2)

Application Number Title Priority Date Filing Date
PCT/US2002/033098 WO2003034285A1 (en) 2001-10-18 2002-10-17 Application view component for system integration
PCT/US2002/033184 WO2003034183A2 (en) 2001-10-18 2002-10-17 System and method using a connector architecture for application integration

Country Status (5)

Country Link
EP (1) EP1444609A4 (en)
JP (1) JP2005506618A (en)
CN (1) CN1585948A (en)
AU (3) AU2002347919A1 (en)
WO (5) WO2003034182A2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7657832B1 (en) * 2003-09-18 2010-02-02 Adobe Systems Incorporated Correcting validation errors in structured documents
KR101022169B1 (en) 2004-02-10 2011-03-17 주식회사 케이티 System and method for validating XML based service order
WO2011036586A1 (en) * 2009-09-28 2011-03-31 Koninklijke Philips Electronics N.V. Generic method of handling dicom structured reporting contents
US8229836B2 (en) 2001-01-09 2012-07-24 International Business Machines Corporation Method and apparatus for facilitating business processes
US8660880B2 (en) 2004-03-04 2014-02-25 International Business Machines Corporation System and method for workflow enabled link activation

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200419413A (en) * 2003-01-13 2004-10-01 I2 Technologies Inc Master data management system for centrally managing core reference data associated with an enterprise
KR20070057806A (en) * 2004-08-31 2007-06-07 인터내셔널 비지네스 머신즈 코포레이션 Architecture for enterprise data integration systems
US20060069605A1 (en) * 2004-09-29 2006-03-30 Microsoft Corporation Workflow association in a collaborative application
US7853961B2 (en) 2005-02-28 2010-12-14 Microsoft Corporation Platform for data services across disparate application frameworks
US7523444B2 (en) * 2005-06-27 2009-04-21 Microsoft Corporation Managed automation programming model
CA2619970C (en) * 2005-08-19 2013-03-26 Google Inc. Software architecture for displaying information content from plug-in modules in a user interface
US20070156487A1 (en) * 2005-12-29 2007-07-05 Microsoft Corporation Object model on workflow
US8849691B2 (en) 2005-12-29 2014-09-30 Microsoft Corporation Modeling user input and interaction in workflow based applications
AU2007262660B2 (en) * 2006-06-21 2013-01-31 Richard Slamkovic Middleware broker
EP1944695A1 (en) * 2007-01-15 2008-07-16 Software Ag Method and system for monitoring a software system
US20090138891A1 (en) * 2007-11-27 2009-05-28 Winig Robert J Integrating service-oriented architecture applications with a common messaging interface
US9354847B2 (en) 2008-12-29 2016-05-31 Microsoft Technology Licensing, Llc Interface infrastructure for a continuation based runtime
JP5596320B2 (en) * 2009-09-07 2014-09-24 任天堂株式会社 Information processing program and information processing apparatus
US8589555B2 (en) * 2010-01-11 2013-11-19 Nec Laboratories America, Inc. Virtualization and consolidation analysis engine for enterprise data centers
CN104731606B (en) * 2015-04-10 2018-05-18 上海普坤信息科技有限公司 The system and method for Enterprise information integration management is realized based on identification crawl technology
CN107908626A (en) * 2016-12-30 2018-04-13 上海壹账通金融科技有限公司 The computational methods and device of company's similarity
CN116755692B (en) * 2023-08-18 2023-11-24 山东为农信息科技有限公司 Infinite hierarchy selection method and system related to android system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6154738A (en) * 1998-03-27 2000-11-28 Call; Charles Gainor Methods and apparatus for disseminating product information via the internet using universal product codes
US6226675B1 (en) * 1998-10-16 2001-05-01 Commerce One, Inc. Participant server which process documents for commerce in trading partner networks

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2320112B (en) * 1996-12-07 2001-07-25 Ibm High-availability computer server system
US6226788B1 (en) * 1998-07-22 2001-05-01 Cisco Technology, Inc. Extensible network management system
CA2248634C (en) * 1998-09-24 2004-02-24 Ibm Canada Limited-Ibm Canada Limitee Common connector framework
KR100684680B1 (en) * 1998-11-18 2007-02-22 사가 소프트웨어, 인크. Extensible distributed enterprise application intergration system
US6269373B1 (en) * 1999-02-26 2001-07-31 International Business Machines Corporation Method and system for persisting beans as container-managed fields
EP1061445A2 (en) * 1999-06-14 2000-12-20 Sun Microsystems, Inc. Web-based enterprise management with transport neutral client interface
US6356906B1 (en) * 1999-07-26 2002-03-12 Microsoft Corporation Standard database queries within standard request-response protocols
US6438594B1 (en) * 1999-08-31 2002-08-20 Accenture Llp Delivering service to a client via a locally addressable interface
US6721777B1 (en) * 2000-05-24 2004-04-13 Sun Microsystems, Inc. Modular and portable deployment of a resource adapter in an application server
AU2003239326A1 (en) * 2002-05-01 2003-11-17 Bea Systems, Inc. Enterprise application platform
US20030233631A1 (en) * 2002-06-13 2003-12-18 Ambrose Curry Web services development method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6154738A (en) * 1998-03-27 2000-11-28 Call; Charles Gainor Methods and apparatus for disseminating product information via the internet using universal product codes
US6226675B1 (en) * 1998-10-16 2001-05-01 Commerce One, Inc. Participant server which process documents for commerce in trading partner networks

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8229836B2 (en) 2001-01-09 2012-07-24 International Business Machines Corporation Method and apparatus for facilitating business processes
US8429063B2 (en) 2001-01-09 2013-04-23 Ebay Inc. Management of business processes
US8650116B2 (en) 2001-01-09 2014-02-11 Ebay Inc. Management of business processes
US8918337B2 (en) 2001-01-09 2014-12-23 Ebay Inc. Management of business processes
US7657832B1 (en) * 2003-09-18 2010-02-02 Adobe Systems Incorporated Correcting validation errors in structured documents
KR101022169B1 (en) 2004-02-10 2011-03-17 주식회사 케이티 System and method for validating XML based service order
US8660880B2 (en) 2004-03-04 2014-02-25 International Business Machines Corporation System and method for workflow enabled link activation
WO2011036586A1 (en) * 2009-09-28 2011-03-31 Koninklijke Philips Electronics N.V. Generic method of handling dicom structured reporting contents
US10210589B2 (en) 2009-09-28 2019-02-19 Koninklijke Philips N.V. Generic method of handling DICOM structured reporting contents

Also Published As

Publication number Publication date
AU2002347919A1 (en) 2003-06-10
JP2005506618A (en) 2005-03-03
WO2003044661A1 (en) 2003-05-30
WO2003034183A3 (en) 2003-12-04
CN1585948A (en) 2005-02-23
WO2003034183A2 (en) 2003-04-24
WO2003034182A3 (en) 2004-07-08
AU2002347926A1 (en) 2003-04-28
EP1444609A4 (en) 2007-09-05
AU2002347927A1 (en) 2003-04-28
WO2003034182A2 (en) 2003-04-24
EP1444609A1 (en) 2004-08-11
WO2003034285A1 (en) 2003-04-24

Similar Documents

Publication Publication Date Title
US7152204B2 (en) System and method utilizing an interface component to query a document
US7526490B2 (en) Method of and system for providing positional based object to XML mapping
WO2003034228A1 (en) System and method for implementing a schema object model in application integration
US8924408B2 (en) Automatic generation of database invocation mechanism for external web services
US6799184B2 (en) Relational database system providing XML query support
US7496637B2 (en) Web service syndication system
US6721747B2 (en) Method and apparatus for an information server
US6810429B1 (en) Enterprise integration system
US7496599B2 (en) System and method for viewing relational data using a hierarchical schema
US7702746B2 (en) Web services response templates
US6920461B2 (en) Application program interface for network software platform
US7370028B2 (en) Method of and system for providing namespace based object to XML mapping
US7480920B2 (en) Systems and methods for providing an enterprise services description language
US20020049603A1 (en) Method and apparatus for a business applications server
US20020073236A1 (en) Method and apparatus for managing data exchange among systems in a network
US7240101B2 (en) Method and apparatus for efficiently reflecting complex systems of objects in XML documents
US20050154699A1 (en) Method and apparatus for an improved security system mechanism in a business applications management system platform
US20030093436A1 (en) Invocation of web services from a database
US20020099738A1 (en) Automated web access for back-end enterprise systems
US6917930B1 (en) Database integrity in an internet e-commerce environment
US7447697B2 (en) Method of and system for providing path based object to XML mapping
Coles Pro SQL Server 2008 XML
Hu et al. Schema Validation Applied to Native XML Databases
Grünhagen The XL Web Service Language: Concepts and Implementation
Seidel Metadata support for connecting application components asynchronously

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BY BZ CA CH CN CO CR CU CZ DE DM DZ EC EE ES FI GB GD GE GH HR HU ID IL IN IS JP KE KG KP KR LC LK LR LS LT LU LV MA MD MG MN MW MX MZ NO NZ OM PH PL PT RU SD SE SG SI SK SL TJ TM TN TR TZ UA UG UZ VN YU ZA ZM

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ UG ZM ZW AM AZ BY KG KZ RU TJ TM AT BE BG CH CY CZ DK EE ES FI FR GB GR IE IT LU MC PT SE SK TR BF BJ CF CG CI GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP