US20040207659A1 - Program creation by combining web services using graphic user interface controls - Google Patents

Program creation by combining web services using graphic user interface controls Download PDF

Info

Publication number
US20040207659A1
US20040207659A1 US10/406,378 US40637803A US2004207659A1 US 20040207659 A1 US20040207659 A1 US 20040207659A1 US 40637803 A US40637803 A US 40637803A US 2004207659 A1 US2004207659 A1 US 2004207659A1
Authority
US
United States
Prior art keywords
representation
web service
capsule
computer readable
computer
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US10/406,378
Inventor
Brian Goodman
James Kebinger
Konrad Lagarde
Richard Rogers
Chen Shu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US10/406,378 priority Critical patent/US20040207659A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ROGERS, RICHARD M., GOODMAN, BRIAN D., KEBINGER, JAMES, LARGARDE, KONRAD C., SHU, CHEN
Priority to US10/679,759 priority patent/US7543299B2/en
Priority to EP04721231A priority patent/EP1609060A2/en
Priority to KR1020057016882A priority patent/KR20050119645A/en
Priority to CNA2004800074692A priority patent/CN1761943A/en
Priority to PCT/GB2004/001130 priority patent/WO2004088511A2/en
Publication of US20040207659A1 publication Critical patent/US20040207659A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • the present invention is related to programming on the World Wide Web. It is more particularly related to combining web program objects (Web Services) using GUI controls to create a new program object.
  • Web Services web program objects
  • the World Wide Web (The Web) is a popular computer networking platform today with millions of people daily using it for a wide variety of applications from personal e-mail and research “web surfing” to highly sophisticated business and scientific uses.
  • the web was developed to make use of the Internet simple and easy to use.
  • the concept was to provide Browser programs at user (client) personal computers (PCs) to interpret information from host servers using HTML and graphic files.
  • the Internet provided the communication means to interconnect web clients and servers.
  • Web services are programs that are accessible by a server and perform a function for the client community.
  • a web service in one example, provides stock ticker information.
  • a client knowing that a web service is available, can access the web service to accomplish an operation for which the client would otherwise have to create a program. With the availability of the web service, the client merely needs to know how to interface with the web service and he can incorporate the function of the web service into his local application.
  • WSDL Web Service Description Language
  • a web service operating as a content provider for a server, provides a WSDL document to client programs.
  • the WSDL document defines interface schema such that the client knows the required format, protocol and the like for the web service interface.
  • the client needs to understand the functionality of the web service (that it provides stock quotes and that data is encrypted for instance).
  • Each web service defines it's own terminology as well.
  • Web service interfacing language makes it much easier for a programmer to write code to incorporate the functionality of a web service into a custom program, however, programming knowledge (WSDL, XML, HTML etc.) required to do this.
  • This invention is directed to simplifying program creation using web services.
  • the present invention provides a list (menu) of web services (and optionally other programs) available to a user.
  • a programmer uses a creator program that creates icon support for each web service that will be supported by the present invention.
  • a menu placer function places the created icons in a menu.
  • Icons are also created for custom programs that are not web services.
  • Such icons can be used to provide audio, visual, mechanical interfaces for instance. Icons are made available to a user either by an authorizing agent or by retrieving icons from a content provider.
  • each icon is represented by a title and supporting descriptive text. The title and optionally the descriptive text is displayed at the user's client computer with an associated general icon image.
  • the icon comprises access to program code, web service interfacing controls, as well as visual characteristics.
  • the user selects an icon title and (using a UBI mover) drags it into a frame (canvas). He can then execute the icon in the frame to test it's functionality. He can interconnect it (using an interconnector GUI 1506) with other objects in the frame to create a new functionality. When the icon is dragged into the frame, preferably, a more detailed icon is created that visually depicts interfacing choices (if applicable) such that the user can select (for example) English or Spanish language conversion by selecting (using a GUI selector) the appropriate visual representation when he interconnects the object.
  • the user can set appropriate parameters using a parameter setter GUI to customize the function of the selected Icon.
  • the user uses a display initiator GUI to display parameter options for an Icon; then, using an operator operating on the display of parameters, the user sets the appropriate parameters; finally, the user exits the display of parameters using an exitor GUI.
  • the user can test the functionality of the customized Icon(s). He uses an initiator GUI to initiate the test. The test is performed and results in a GUI modifier, modifying the visual presentation of the display in order to indicate the functional state of the Icon(s) according to the test functionality.
  • the display may be altered in color, brightness, text message display, shape altering or an audio representation might be made.
  • the interconnected Icons are saved by a representation saver as a capsule representation.
  • the saved capsule representation is further represented by a capsule icon such that it can be added to the user's list of available icons.
  • the named program entity can itself be assigned an icon such that the named program entity can be used in the drag and drop creation of a new frame.
  • FIG. 1 is a high level depiction of a computer system for executing program applications
  • FIG. 2 is a high level depiction of a computer network employing a multiplicity of interconnected computer systems
  • FIG. 3 is an example view of the GUI display using the present invention.
  • FIG. 4 expands a portion of FIG. 3 to depict a list of icons
  • FIG. 5 expands a portion of FIG. 3 to depict interconnected icons dragged from the list of FIG. 4;
  • FIG. 6 shows flows for initiating and saving icons
  • FIG. 7 shows flows for creating an interconnected group of icons
  • FIG. 8 depicts flows for executing an interconnected group of icons
  • FIG. 9 depicts flows for accessing a SOAP capsule
  • FIG. 10 depicts flows for WSDL generation of a capsule
  • FIG. 11 depicts flows for a SOAP bridge
  • FIG. 12 depicts flows for an IDS request
  • FIG. 13 depicts an example of a server flow
  • FIG. 14 depicts a linear flow
  • FIG. 15 depicts a single record flow with parallel execution with tasks on different computers
  • FIG. 16 depicts a multi-record flow with parallel execution with tasks on different computers
  • FIG. 17 depicts a parallel flow
  • FIG. 18 depicts a flow with a switch operator.
  • FIG. 1 shows an example computer system useful for Web or Internet Peer-to-Peer network communications and executing object oriented programs such as those of the present invention.
  • the system is comprised of a processor 106 for executing program instructions fetched from memory 105 .
  • Storage Media 107 (magnetic or optical) is used to hold programs and data that is not currently being operated on by the processor 106 .
  • the base computer optionally has peripheral devices attached to it to supply a user interface. Typically peripherals include a Display 102 , Keyboard 104 and a network connection 108 .
  • a mouse 103 , printer/Scanner 110 are also connected to the example computer system.
  • Programs 111 held in Storage Media 107 is paged into memory 105 for processor execution.
  • Programs 111 include an operating system and applications including the applications of the present invention for example.
  • Object oriented programs are programs that generate program objects during run time. These objects are held in memory 105 for execution by the processor.
  • FIG. 2 shows a plurality of computer systems of various designs interconnected by local and Internet networks as might be used by the present invention.
  • Client computers 201 - 205 directly interact with users and provide a means for requesting information.
  • Servers 206 - 207 receive client requests and perform an operation in response. The operation may be simply retrieving information (HTML, GIF files comprising a web page for example), provide a path to the Internet network, or may trigger custom programs that run at the server (CGI script) or JAVA applets that run at the client computer.
  • HTML HyperText Markup Language
  • GIF files comprising a web page for example
  • CGI script custom programs that run at the server
  • JAVA applets that run at the client computer.
  • Peer to Peer networks also exist wherein a computer can operate as a client and a server, enabling the computers to communicate directly.
  • UDDI Universal Description, Discovery, and Integration
  • XML XML based registry of web services and business names, products and locations on the web.
  • WSFL Web Services Flow Language
  • IBM Web Services Flow Language
  • SOAP Simple Object Access Protocol
  • XML based protocol for exchange of information.
  • SOAP comprises an envelope that defines a framework for describing a message and how to process it, encoding rules and convention for representing remote procedures.
  • XMLP is the formal set of conventions controlling format and processing of XMLP messages and application interaction.
  • IDS Intelligent Decision Server
  • DIS Distributed Integration Solution
  • U.S. Pat. No. 6,094,655 “Method of creating and using Notes decision capsules” assigned to IBM. IDS executes selected program capsules which are strung together capsule elements.
  • Web Services are applications normally available from a remote server by way of the world wide web. Web services preferably describe themselves using WSDL (an XML based document that describes the interface of the web service). A directory (conceptually equivalent to a telephone directory for phones) is provided so users can find available services, preferably UDDI. A means for communication between the web service and its clients is also provided, preferably SOAP.
  • WSDL an XML based document that describes the interface of the web service.
  • a directory (conceptually equivalent to a telephone directory for phones) is provided so users can find available services, preferably UDDI.
  • a means for communication between the web service and its clients is also provided, preferably SOAP.
  • These combinations of web services, or encapsulated process flows are built by users (using our tool) who are not required to have programmer skills using the “Visual Flow Builder” (Capsule for Web Services).
  • the tool in one embodiment has UDDI integration, so that users can access any web service on the Internet and incorporate the service into their capsules.
  • the capsules are then saved with all attributes for later use.
  • the saved capsule is either retrieved and executed from within the tool, or exported as a web service to be made available to other applications (via UDDI for example). Execution within the tool is useful for debugging purposes as well.
  • the tool provides informational feedback to the user when executing a flow.
  • the flow of events from web service to transformer to web service is depicted by highlighting the currently executing web service.
  • the visual icon representing the web service that is executing is green when it is executing, white when it is idle and red when it has detected an error.
  • the present invention provides a non-programmatic means for web services to be combined (encapsulated) to develop process workflows that can be partial or complete applications, or “super” services (a combination of web services that can then be offered as a web service).
  • the present invention provides a method for defining these combinations of services (capsules), so that they can be created, viewed and modified. (Visual Flow Builder).
  • the present invention provides a method for saving and retrieving these capsules for modification, distribution (e.g. to a UDDI registry or a web application or product), and/or execution (with debugging capability).
  • the present invention provides a method for executing the process workflows (capsules) with visual feedback over the Internet (or Internet) or a combination of environments.
  • a system creates the web service icon in the following way. Based on the analysis of the WSDL of a web service, a system knows the signature and the return type of the method(s) of a web service. The system then creates the text/icon representation of the method. In one embodiment, each method is a box with several rows. First row is the name of the web service, second row is the name and return type of the method, third row and rest (if exist) represent the input parameter types.
  • the web service capsule builder provides three methods for cataloging available web services. The first is by querying a UDDI server (the de facto directory for web services). The second is via the file system using an XML based document. The third is by manually adding a service to the local catalog by entering all aspects of the service in the visual WSDL creator. Either way, building a service capsule is done by first gathering all the services needed to build the desired flow.
  • the left pane 302 of the service capsule builder 301 is a WSDL browser, providing a generic interface for viewing services and the methods/functionality available from those services.
  • the local list of available web services 302 can be created by an method known in the art.
  • the list can be created manually by selection from a central list available from a web site for instance.
  • the list can be provided in a hierarchical grouping for ease of navigation.
  • a custom web service capsule browser tool queries a local file directory or a remote site via HTTP or FTP or UDDI for the available WSDL documents, analyzes them based on user input criteria and creates the list 302 of web service icons that represents the web services 401 - 406 .
  • Each web service (BlueMail in 402 for example) may have one or more than one method exposed which is represented as a method icon shown as the child node of the web services (for BlueMail 402 , “* xsd:string send . . . ”).
  • the user selects File/Import WSDL from a menu in the custom web service browser, and browses to a file directory and selects the Number2Text.wsdl.
  • the system then reads that WSDL, analyzes it and creates a Number2Text web service node with getNumber2Text method as its child node.
  • Number2Text web service node is represented by a web service icon (bell) and the getNumber2Text method is represented by a web service method icon (ball or *) 302 .
  • capsule construction can commence.
  • Creating a new web service capsule 303 does two things. First, it provides the space (referred to as capsule canvas) within which individual services are arranged, chained, viewed or tested and second, it acts as the named container for the service.
  • the capsule itself 303 represents a single service even though multiple web services may be used to define a capsule. So, by creating a capsule 303 we create a web service whose function is the flow of services 501 - 503 it contains.
  • a more detailed icon is created preferably comprising two or more rows.
  • Each row provides a GUI means for selecting an option for the web service.
  • Options can include parameter selection, personalization of text, or alternative interconnect contact points for interconnecting more than one input or output to the web service icon.
  • the “Translator” web service 502 has five rows. The first row is the name of the web service, “Translator” in this case. The second row 506 is the name of the method, “Translate” in this case, and the return type, “xsd:string” in this case.
  • Row three 507 to row five 509 is the method signature, “xsd:string mtlang 507 , xsd:string text 508 , xsd:string option” 509 in this case.
  • “Xsd:string” is the type of the input parameter.
  • Mtlang 507 is the language to translate to.
  • Text is the text 508 to translate.
  • Options 509 is the format of the output, either text or HTML.
  • To invoke this web service for translating text from English to Spanish for example, the user needs to right click on the third row 507 which produces a pop-up window (not shown). The user then sets mtlang to Spanish in the pop-up window. Next the user right click on the fourth row 508 and sets text to the word/sentence that he/she wants. Finally, the user right clicks on the fifth row 509 to set the options to “text”, “HTML” or leave it as blank.
  • XSD is a XML prefix to denote the XML Schema namespace “www.w3.org/2001/XMLSchema” and it conforms to XML schema convention.
  • xsd:item such as xsd:string is used to identify the type of input parameter or type of the return method.
  • a capsule is created. Behind the scene, a graph data structure that represents the web services objects and the interactions between the web services is also created.
  • the graph data structure is saved to the hard drive as WSFL using Java Object Serialization.
  • the saved capsule can be added to the users' web services menu 302 .
  • Dragging and dropping a web service 401 - 406 from the service list 302 to the capsule canvas 303 visually instanciates the resource and in a preferred embodiment creates a detailed icon for the web service. It is represented with the name of the service, the function being used from that service 504 - 517 and the inputs and outputs required for the service to function.
  • This service takes a number and spells out that number in English. (e.g. input “1” becomes output “one”)
  • We initialized Number2Text 501 with a number, in this case, the number 1. This number could also be specified if the capsule is invoked as a web service (see, Invoking/using capsules).
  • the visual presentation can be augmented by audio to further enhance the visualization of functionality.
  • an animated character such as a walking human figure can carry the message from Icon to Icon while the highlighted icon or interconnection defines the item being visualized.
  • the computer indicates with voice messages as if the animated character were commenting such indicators as “seems fine” when things are working and “uh-oh” when a problem is suspected or even voice messages describing a possible fix “you have not told me what language to use in the ‘translator’ step”.
  • the final item we dragged to the capsule's canvas 303 is the visual alert modifier 518 .
  • the visual alert icon in one embodiment is available from the users' toolbar 411 .
  • the users' browser comprises a list of local programs that can be dragged onto the canvas and added to the flow in the same manner as web services from the web services list 302 .
  • Modifiers are items that interactively change flows.
  • the alert modifier 518 simply generates an “alert” dialog with the result output of the mail service. It 518 will alert the user to the success or failure of the Internet mail operation via an alert dialog.
  • Other modifiers might take a string and convert it to an integer. (e.g. “001” becomes 1)
  • a completed web service capsule 303 Given a completed web service capsule 303 , it can be invoked in any of three ways. First it is run manually. This involves pressing a “play” button or the like. The second is invoking the capsule in a scheduled mode. For example, a service might be invoked on the hour every other hour. Third, a capsule is invoked by the SOAP server plug-in.
  • the SOAP server plug-in provides two functions. One function is that it provides the ability to be queried as a UDDI server. When a client requests all of the open services/capsules the plug-in will return dynamically generated responses that follow the UDDI and WSDL standard.
  • the server When the server is queried it will send the capsule name as the service name, the inputs as the input list determined by the first service to be called and the output as defined by the last service's output.
  • the SOAP plug-in acts as an interface to run capsules as if they were web services. The invocation happens when a request from an external client is made to the soap server plug-in which in turn invokes the specified capsule. It is in this way that capsules can be used as components for new capsules.
  • the IDS SOAP Bridge which provides similar functionality for IDS. IDS is a capsule based reporting environment. This IDS Soap bridge provides SOAP access to IDS. Because the bridge advertises itself as a web service, IDS capsule(s) may be integrated into capsule flows.
  • Web Service capsule builder GUI 301 in the preferred embodiment comprises two frames 302 303 .
  • One frame displays the Service Listing 302 of the available services that can be used to build the new capsule.
  • the other frame displays the capsule 303 that will contain the interconnected services from the first frame when the capsule is completed.
  • the service listing includes services 401 - 406 that are available for encapsulation.
  • the services include a mixture of remote services and local web services.
  • Each service in the list that can be dragged to the container is denoted with an icon.
  • Some of the services 401 402 405 further include additional information about the service.
  • example Capsule 303 that has been created by the present invention is shown.
  • Three web services 501 - 503 have been dropped into the capsule 303 and interconnected by the user.
  • a local service 518 has been dropped and connected to the output of the third web service 503 .
  • Service Flow Initialization is portrayed.
  • a UDDI server is queried for available services 601 .
  • the result of the query is used to update the local service catalog with candidate web service icons 602 .
  • the local service catalog is available to the user to selectively add services to the service listing 302 .
  • a new service flow is created 603 in the capsule 303 it is saved in a local file 604 for future use.
  • the new flow is described in WSFL language which is XML based.
  • the named capsule is optionally added to the service listing 302 as a new service flow that can be dragged to a new capsule 303 .
  • FIG. 7 An example of creating a Service Flow capsule is shown in FIG. 7.
  • a new capsule 303 is opened 701 in a GUI display 301 .
  • a first service is dragged and dropped 702 to the capsule 303 .
  • a second service is dragged and dropped 703 to the capsule 303 .
  • the output of the first service is connected 704 to the input of the second service.
  • Options for the second service are elected 705 .
  • a third service is dragged and dropped 706 to the capsule 303 .
  • the input of the third service is connected 707 to the output of the second service.
  • a fourth service that is a local service is dropped 708 to the capsule and connected to the third service.
  • the capsule is completed. It can be run manually 709 to verify it's functionality.
  • FIG. 8 A service flow is opened 801 and depicted by a GUI display. The flow can be run 802 by pressing a GUI “Play” button 420 or by a SOAP server plug-in 803 .
  • FIG. 9 An example web Service Flow SOAP Server Plug-in operation is depicted in FIG. 9.
  • a request for a capsule is received 901 .
  • the namespace is checked against locally known services 902 . If no capsule is found, an exception is reported. If a capsule is found 903 and is not loaded, the capsule is loaded from its source 905 . When the requested capsule is loaded, it can be executed 906 and the result of it's execution is returned 907 .
  • WSDL Generation of Web Service Flow FIG. 10 A request for a named capsule “WSDL” is received 1001 .
  • the namespace is checked against known services 1002 . if no capsule is found 1003 , an exception is reported. If a capsule is found but not loaded 1004 , it is loaded 1005 .
  • An optional check of the capsule outputs and inputs 1006 is performed and dynamically generated “WSDL” is returned 1007 .
  • IDS Soap Bridge flow is depicted in FIG. 11.
  • a request for “IDS” operation is received 1101 .
  • An operation request to the “IDS” system is submitted 1102 .
  • An “IDS” object or specified data type is returned 1103 and an optional tracking token for asynchronous operation is returned 1104 .
  • a request for “IDS” operation via tracking token is received 1204 .
  • the “IDS” server operation is checked 1205 . If no operation by that token is permitted 1206 , an exception is reported. If operation by that token is permitted, an “IDS” object or specified data type is returned 1207 . Optional percent of completion 1108 information is returned.
  • a web capsule according to the present invention is invoked by a remote request received via a network protocol, for example, SOAP, RPC, HTTP.
  • a network protocol for example, SOAP, RPC, HTTP.
  • elements of a capsule do not prevent successful execution of the capsule and/or response to an external request.
  • a capsule according to the present invention is integrated to remote applications by providing a WSDL representation to remote applications.
  • WSDL can be dynamically generated.
  • icons are joined with capsule modifiers.
  • Capsule modifiers can express logical NOT, AND, OR, XOR, NOR, NAND.
  • capsule modifiers can include parallel, switch and data joining.
  • Capsule web services according to the present invention are made up of one or more resources (resources could be other web services, switch/parallel paths and other “built in” functions such as GUI alerting or media playing), which are enhanced by providing a method of invoking capsule flows from external (remote) resources.
  • resources could be other web services, switch/parallel paths and other “built in” functions such as GUI alerting or media playing
  • the following example describes how a remote system/user might interact with the current invention to leverage the web service capsule flow.
  • a capsule flow is invoked from a remote computer.
  • the remote computer communicates to the host computer using a network protocol.
  • the remote computer is able to make a series of “calls” requesting a list of available service capsules and specific details on how to invoke specific capsules or an actual request to invoke a capsule.
  • These “call” transactions are preferably SOAP over HTTP as per open current art standards.
  • a remote computer queries the capsule environment for a listing of available web service flows.
  • the remote computer preferably sends a general request for all capsules available. This query is optionally more specific, such as requesting only all capsules that start with the letter “A” for example.
  • the response back from the host server is a listing of services that match the initial query. Preferably, this would be done using UDDI queries and responses.
  • a remote computer in one embodiment queries on a specific capsule hosted in the capsule environment.
  • the remote computer sends a query specifying the specific identifier for the capsule service.
  • the response from the host system is a document that defines the inputs and outputs of the given service capsule in enough detail to make subsequent invocation requests to the host system.
  • the response uses the WSDL standard to fully describe the capsules expected inputs and outputs.
  • a remote computer invokes a capsule service flow hosted in a capsule environment.
  • the remote computer specifies the specific capsule service it wants invoked and any parameters needed as specified by the previous call for the service description (WSDL).
  • the response to the invocation request is defined by the service description.
  • this transaction uses SOAP over HTTP and WSDL to communicate and describe.
  • Computer A queries Computer B requesting all available services (capsule flows). Computer B responds with a listing of available capsule web service flows. Computer A decides to use Service A on Computer B. Computer A makes the proper call to Computer B invoking the capsule flow (Service A) as a web service. Computer B executes the capsule flow and returns the result to Computer A.
  • the web capsule of the present invention is externally integrated and is visually designed, configured and managed at the client side or at the server side.
  • Remote access to capsules via a web service interface is preferably done using SOAP over HTTP.
  • the server mimics the HTTP protocol, responding appropriately to any well formed request.
  • the server returns an error if it is not a properly formatted SOAP message.
  • the message flow of this server is managed via the same drag-and-drop interface used to build capsules.
  • FIG. 13 represents a server event flow of an Apache web server. It is an example of how servers often have a series of steps that need to be fulfilled to generate a response. Servers or flows like this one are able to leverage the capsule concept to provide high customizability and flexibility. For each step in a flow a user would drag and drop an icon to complete the system. For example a custom authentication mechanism might be developed where in it is dragged an dropped at the point which authentication is meant to occur. Another icon that does content encoding might be dragged and dropped at the end of the flow. Content encoding takes a set of data and encodes it a specific way. In this case it might apply a compression algorithm. Moreover, these icons might actually represent and execute other flows. For each step in the Apache flow as represented by FIG. 13 , a module would be represented. This flow is considered a linear flow.
  • the following set of events describes a simple HTTP server flow; receive message 1302 , parse message 1304 , check for requested resource, respond to message 1310 .
  • any event flow can be managed using the capsule desktop as defined by Rogers et al.
  • One of the drag-and-drop modules provided might be an authentication handler.
  • the server flow receives a request message, decodes it, checks to make sure the resource exists and then responds to the request. It is desirable to restrict access to certain requests. Dragging and dropping an authentication handler (module) into the flow would provide this functionality.
  • the flow becomes: receive request 1302 , parse message 1304 , check authentication 1306 , check resource 1308 and then respond 1310 .
  • the flow could also have been done in a different order: receive request, parse, check response, check authorization and then respond. Moreover, check authorization and check resource could process in parallel if desired.
  • the response module 1310 would simply take, as input, the results of the two “check” modules to determine the appropriate response.
  • a request 1301 is processed and becomes a post-read request 1302 .
  • the request is translated 1303 and the header is parsed 1304 .
  • authentication 1306 and authorization 1307 is checked.
  • the file mime type is checked and the results pass through the Fix-up stage.
  • the response 1310 is sent to the request 1301 and logged 1311 . Cleanup is performed 1312 and the system waits 1313 for a new request. At each stage, the progress is logged 1311 as shown.
  • the web capsule is run in a remote machine.
  • the other machine is clustered or grid enabled.
  • the capsule is executed on remote capsule enabled servers.
  • a user drag and drops the capsule onto an area of the capsule desktop to enable a network connection. Drag and drop is only one way to initiate the network connection. It is also possible to simply create a network connection and issue the request.
  • the communication from the local desktop to a remote server involves a network connection to one or more servers using a network protocol.
  • this network connection would use SOAP over HTTP.
  • Remote servers are individually represented or ganged up as a generic “server ether”. The user drag and drops a selected capsule flow onto an icon representing either one of the individual remote servers or a clustered grouping. This initiates a network request to process the web service capsule.
  • a clustered grouping randomly chooses a server on which to execute, or optionally executes the capsule on each of the servers.
  • the capsule is then sent to the remote server(s) for execution.
  • the capsule is described in an XML message that includes the identity of the necessary components and which web services to invoke, where the web services can be found, and in what order they are to be invoked and which results are passed to which web services.
  • the result is the result of the last executed service in the flow. This is similar to what a remote access to a capsule would be like.
  • the result may be a document that captures every request and response message of the flow so that the events can literally be played back on the local machine.
  • the latter response is also encoded in XML and contains raw SOAP envelopes with time encoding to accurately capture remotely executed flows.
  • Web service flows in one embodiment are executed serially (Shown in the Capsule in FIG. 14).
  • a single record 1401 supplies information to a summation icon 1402 , then an average icon 1403 and finally a median icon 1404 and the results are provided by the result icon 1405 .
  • Each icon is personalized to perform a desired function including “null” which passes the record on to the next stage.
  • Web service flows in one embodiment are executed in parallel. This function is provided by capsule modifiers.
  • a parallel execution modifier is provided (FIG. 14). Given a single web service call 1501 , multiple parallel paths maybe followed. The result of one or more paths is then assimilated 1505 , either through another web service call/capsule or via a data normalizer.
  • a data normalizer takes multiple data inputs and formats it in a usable way. For example: if the sum 1502 , median 1504 and average 1503 are taken of a set of data, all calculated in parallel, a preferred normalizer 1505 is configured to only save the lowest number.
  • the results 1506 from all the paths are stored as the final result of the service call. In a preferred implementation this result 1506 is an XML document representing the data structure as defined by the results of the capsule flows.
  • either of the above modifiers follow the pattern of other widgets provided by the capsule environment, such as an alert dialog.
  • FIG. 15 shows a statistical set of operations performed on the same set of data.
  • the summation, median and average are individual web services meant to be run on a single set of data.
  • the data does not change and the outputs from one service does not flow as input to another.
  • the capsule has been arranged to execute the web services in parallel. This is done by linking the originating input to the each of the services.
  • the results are the input to a consolidation function which joins the data. Parallel execution can optimize the overall performance of the capsule.
  • icons are interconnected by drawing interconnect lines using a GUI display pointer such as a mouse.
  • icons are interconnected by selecting interconnect functions on a display tool bar or by means provided with each icon.
  • a modifier block 1506 is used.
  • a modifier block is an icon that is dragged to the capsule.
  • a first icon 1501 is connected to input A of the block and outputs C, D and E are connected to their respective block 1502 - 1504 .
  • Such a block may have multiple inputs and multiple outputs.
  • the block may have predetermined function (interconnections) or may be a functional icon performing switching, filtering, monitoring or any number of useful services in addition to flow interconnection.
  • a user would drag and drop service icons where appropriate linking the originating input to the multiple branches.
  • the outputs of the branches are unified into a single result.
  • this result is XML.
  • FIG. 16 shows an solution to having multiple sets of data needing the same statistical generation. Because the number of data sets is more than one the flow can leverage other capsule servers to execute the original parallel queries. This leverages the parallel function in the capsule flow, but also distributes the service capsule execution onto multiple capsule servers.
  • Web service flows in another embodiment are executed with switch functionality. This function is provided by capsule modifiers.
  • a switch modifier 1802 is provided.
  • the switch modifier 1802 checks a given variable or state of events to determine on which path to continue execution. For example: The result of a web service call is one of three different values. Depending on the value of this call different paths of execution are followed. For example, result A branches to the first path, result B branches to the second path and result C follows the third path. There are other possibilities and the invention is by no means limited by this example.
  • the record is provided 1801 to a switch 1802 that determines whether to perform a graphing or summation operation. The switch then sends the message to either the summation icon 1803 or the graphing icon 1804 (or both) according to the switch 1802 personality. The results are consolidated 1805 and reported.
  • the switch function provides another way of controlling the branching of a capsule based on a value or state of the flow (FIG. 18).
  • the incoming request can be made to indicate summation or a graphical representation of the data.
  • Using the switch modifier provides a branching mechanism, unlike the parallel function, where each path is followed through. Switches provide a single capsule capable of returning multiple results.
  • it provides the ability for flow designers to execute different branches if a certain condition exists. For example, a capsule designer might decide that different branches should be executed based on the time of day. The capsule designer generates their flows and uses the switch modifier to join them. The condition in the capsule modifier might be set to test if the time is AM or PM. Depending on the result one of the branches gets executed. This is a simplistic example but illustrates the point that the switch can be triggered by any number of events, outputs from other capsules, time and an argument passed as part of execution.
  • a record 1601 can be executed serially (Summation 1602 , average 1603 , then median 1604 ) by any of several paths in parallel with other records executed serially in another of the paths (Summation 1612 , average 1613 , then median 1614 ).
  • parallel execution of a record 1701 is indicated by providing multiple interconnect lines to the parallel icons 1702 1703 1704 and the result is consolidated 1705 by connecting the output of the parallel icons to the result icon 1705 .

Abstract

The invention provides a Graphical User Interface (GUI) interface for building programs from web services. The interface to a web service is represented in a user menu preferably by an icon and text. A user drags and drops an icon representing a web service from the menu to a display area and interconnects the icon to other icons representing other program entities (preferably other web services). Preferably, a more detailed icon is created in the display area after the drag and drop. The completed set of interconnected icons in the display area are saved as a new program entity. The invention further includes visualization of the flow of information through the model in a test mode.

Description

    FIELD OF THE INVENTION
  • The present invention is related to programming on the World Wide Web. It is more particularly related to combining web program objects (Web Services) using GUI controls to create a new program object. [0001]
  • BACKGROUND OF THE INVENTION
  • The World Wide Web (The Web) is a popular computer networking platform today with millions of people daily using it for a wide variety of applications from personal e-mail and research “web surfing” to highly sophisticated business and scientific uses. The web was developed to make use of the Internet simple and easy to use. The concept was to provide Browser programs at user (client) personal computers (PCs) to interpret information from host servers using HTML and graphic files. The Internet provided the communication means to interconnect web clients and servers. [0002]
  • Web services are programs that are accessible by a server and perform a function for the client community. A web service, in one example, provides stock ticker information. A client, knowing that a web service is available, can access the web service to accomplish an operation for which the client would otherwise have to create a program. With the availability of the web service, the client merely needs to know how to interface with the web service and he can incorporate the function of the web service into his local application. [0003]
  • In order for the programmer to know how to interface with the web service, he needs to understand an interfacing language. One such language is Web Service Description Language (WSDL) (according to the W3C standards found on the web at www.w3.org/TR/wsdl) which is an XML based language for describing the interface to a web service. A web service, operating as a content provider for a server, provides a WSDL document to client programs. The WSDL document defines interface schema such that the client knows the required format, protocol and the like for the web service interface. The client needs to understand the functionality of the web service (that it provides stock quotes and that data is encrypted for instance). Each web service defines it's own terminology as well. [0004]
  • Web service interfacing language makes it much easier for a programmer to write code to incorporate the functionality of a web service into a custom program, however, programming knowledge (WSDL, XML, HTML etc.) required to do this. [0005]
  • SUMMARY OF THE INVENTION
  • This invention is directed to simplifying program creation using web services. The present invention provides a list (menu) of web services (and optionally other programs) available to a user. A programmer uses a creator program that creates icon support for each web service that will be supported by the present invention. A menu placer function, places the created icons in a menu. Icons are also created for custom programs that are not web services. Such icons can be used to provide audio, visual, mechanical interfaces for instance. Icons are made available to a user either by an authorizing agent or by retrieving icons from a content provider. Preferably, each icon is represented by a title and supporting descriptive text. The title and optionally the descriptive text is displayed at the user's client computer with an associated general icon image. The icon comprises access to program code, web service interfacing controls, as well as visual characteristics. [0006]
  • The user selects an icon title and (using a UBI mover) drags it into a frame (canvas). He can then execute the icon in the frame to test it's functionality. He can interconnect it (using an interconnector GUI 1506) with other objects in the frame to create a new functionality. When the icon is dragged into the frame, preferably, a more detailed icon is created that visually depicts interfacing choices (if applicable) such that the user can select (for example) English or Spanish language conversion by selecting (using a GUI selector) the appropriate visual representation when he interconnects the object. The user can set appropriate parameters using a parameter setter GUI to customize the function of the selected Icon. The user, in one embodiment, uses a display initiator GUI to display parameter options for an Icon; then, using an operator operating on the display of parameters, the user sets the appropriate parameters; finally, the user exits the display of parameters using an exitor GUI. [0007]
  • In one embodiment, the user can test the functionality of the customized Icon(s). He uses an initiator GUI to initiate the test. The test is performed and results in a GUI modifier, modifying the visual presentation of the display in order to indicate the functional state of the Icon(s) according to the test functionality. The display may be altered in color, brightness, text message display, shape altering or an audio representation might be made. [0008]
  • In one embodiment, the interconnected Icons are saved by a representation saver as a capsule representation. The saved capsule representation is further represented by a capsule icon such that it can be added to the user's list of available icons. [0009]
  • When the user is satisfied with the functionality of the interconnected icons in the frame, he saves the frame structure as a named program entity. In the future, he executes the named program entity as a single object. [0010]
  • In one embodiment, the named program entity can itself be assigned an icon such that the named program entity can be used in the drag and drop creation of a new frame. [0011]
  • It is therefore an object of the present invention to provide drag and drop icons with optional visual attributes for web services. [0012]
  • It is another object of the present invention to provide a mechanism for interconnecting drag and drop icons to create a new function. [0013]
  • It is still another object of the invention to save the combined interconnected objects as a named program entity. [0014]
  • It is yet another object of the invention to verify the functionality of interconnected icons by performing a sample test by supplying input arguments. [0015]
  • It is another object of the invention to provide a visual indication of the operation of the icons when they are active in a test mode. [0016]
  • These and other objects will be apparent to one skilled in the art from the following detailed description of the invention taken in conjunction with the accompanying drawings in which:[0017]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a high level depiction of a computer system for executing program applications; [0018]
  • FIG. 2 is a high level depiction of a computer network employing a multiplicity of interconnected computer systems; [0019]
  • FIG. 3 is an example view of the GUI display using the present invention; [0020]
  • FIG. 4 expands a portion of FIG. 3 to depict a list of icons; [0021]
  • FIG. 5 expands a portion of FIG. 3 to depict interconnected icons dragged from the list of FIG. 4; [0022]
  • FIG. 6 shows flows for initiating and saving icons; [0023]
  • FIG. 7 shows flows for creating an interconnected group of icons; [0024]
  • FIG. 8 depicts flows for executing an interconnected group of icons; [0025]
  • FIG. 9 depicts flows for accessing a SOAP capsule; [0026]
  • FIG. 10 depicts flows for WSDL generation of a capsule; [0027]
  • FIG. 11 depicts flows for a SOAP bridge; [0028]
  • FIG. 12 depicts flows for an IDS request; [0029]
  • FIG. 13 depicts an example of a server flow; [0030]
  • FIG. 14 depicts a linear flow; [0031]
  • FIG. 15 depicts a single record flow with parallel execution with tasks on different computers; [0032]
  • FIG. 16 depicts a multi-record flow with parallel execution with tasks on different computers; [0033]
  • FIG. 17 depicts a parallel flow; and [0034]
  • FIG. 18 depicts a flow with a switch operator. [0035]
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • FIG. 1 shows an example computer system useful for Web or Internet Peer-to-Peer network communications and executing object oriented programs such as those of the present invention. The system is comprised of a [0036] processor 106 for executing program instructions fetched from memory 105. Storage Media 107 (magnetic or optical) is used to hold programs and data that is not currently being operated on by the processor 106. The base computer optionally has peripheral devices attached to it to supply a user interface. Typically peripherals include a Display 102, Keyboard 104 and a network connection 108. Optionally, a mouse 103, printer/Scanner 110 are also connected to the example computer system. Programs 111 held in Storage Media 107 is paged into memory 105 for processor execution. Programs 111 include an operating system and applications including the applications of the present invention for example. Object oriented programs are programs that generate program objects during run time. These objects are held in memory 105 for execution by the processor.
  • FIG. 2 shows a plurality of computer systems of various designs interconnected by local and Internet networks as might be used by the present invention. Client computers [0037] 201-205 directly interact with users and provide a means for requesting information. Servers 206-207 receive client requests and perform an operation in response. The operation may be simply retrieving information (HTML, GIF files comprising a web page for example), provide a path to the Internet network, or may trigger custom programs that run at the server (CGI script) or JAVA applets that run at the client computer.
  • Peer to Peer networks also exist wherein a computer can operate as a client and a server, enabling the computers to communicate directly. [0038]
  • Glossary: [0039]
  • UDDI (Universal Description, Discovery, and Integration) is an XML based registry of web services and business names, products and locations on the web. [0040]
  • WSFL (Web Services Flow Language) is XML based language designed by IBM for description of Web Service compositions. It relies and complements other specifications such as SOAP, WSDL, XMLP and UDDI. [0041]
  • SOAP (Simple Object Access Protocol) XML based protocol for exchange of information. SOAP comprises an envelope that defines a framework for describing a message and how to process it, encoding rules and convention for representing remote procedures. [0042]
  • XMLP is the formal set of conventions controlling format and processing of XMLP messages and application interaction. [0043]
  • IDS (Intelligent Decision Server) also DIS (Distributed Integration Solution) U.S. Pat. No. 6,094,655 (Rogers et al.) “Method of creating and using Notes decision capsules” assigned to IBM. IDS executes selected program capsules which are strung together capsule elements. [0044]
  • Web Services are applications normally available from a remote server by way of the world wide web. Web services preferably describe themselves using WSDL (an XML based document that describes the interface of the web service). A directory (conceptually equivalent to a telephone directory for phones) is provided so users can find available services, preferably UDDI. A means for communication between the web service and its clients is also provided, preferably SOAP. [0045]
  • The present invention expands on the web services environment, and prior art as described in: [0046]
  • U.S. Pat. No. 6,094,655 “Method of Creating and Using Notes Decision Capsules” (Rogers et al.); [0047]
  • U.S. Pat. No. 5,710,918 “A Method for Distributed Task Fulfillment of Web Browser Requests”; [0048]
  • U.S. Pat. No. 5,701,451 “A method for fulfilling requests of a web Browser”; [0049]
  • U.S. Pat. No. 5,721,908 “Computer Network for WWW Server Data Access over Internet”; [0050]
  • U.S. Pat. No. 5,752,246 “A Service Agent for Fulfilling requests of a Web Browser”; [0051]
  • U.S. Pat. No. 5,745,754 “A sub-Agent for Fulfilling Requests of a Web Browser using an intelligent agent and providing a report”; and, [0052]
  • U.S. Pat. No. 5,974,441 “WWW Client Server Interactive System Method with Java”, [0053]
  • all of which are assigned to International Business Machines and incorporated herein by reference. [0054]
  • With the emergence of web services on the Internet, building new applications using these services becomes a new way of developing applications. Often, web services are developed by independent groups and combining these services together in meaningful ways is not easily accomplished. Our invention allows non-developers a way of creating, combining, packaging, and using these services together in an “encapsulated” process flow. We provide a means for combining and encapsulating web services that may have never been intended to work together. [0055]
  • We provide a way to define the linkage between web services, and build combinations of (web) services workflows. These combined by linkage services are called capsules (a sequence of web services connected together in a process flow). In our approach output from a web service are taken as is, and used as input to another web service (or set of web services in parallel). Or, optionally, output from a web service is converted or transformed before being used as input to another web service(s). The transformers are the function of local services (part of a tool set) or, in another embodiment, the transformation is performed by transformer web services. These combinations of web services, or encapsulated process flows (capsules), are built by users (using our tool) who are not required to have programmer skills using the “Visual Flow Builder” (Capsule for Web Services). The tool in one embodiment has UDDI integration, so that users can access any web service on the Internet and incorporate the service into their capsules. The capsules are then saved with all attributes for later use. The saved capsule is either retrieved and executed from within the tool, or exported as a web service to be made available to other applications (via UDDI for example). Execution within the tool is useful for debugging purposes as well. The tool provides informational feedback to the user when executing a flow. For example, as a capsule executes, the flow of events from web service to transformer to web service is depicted by highlighting the currently executing web service. In one embodiment, the visual icon representing the web service that is executing is green when it is executing, white when it is idle and red when it has detected an error. [0056]
  • The present invention provides a non-programmatic means for web services to be combined (encapsulated) to develop process workflows that can be partial or complete applications, or “super” services (a combination of web services that can then be offered as a web service). [0057]
  • The present invention provides a method for defining these combinations of services (capsules), so that they can be created, viewed and modified. (Visual Flow Builder). [0058]
  • The present invention provides a method for saving and retrieving these capsules for modification, distribution (e.g. to a UDDI registry or a web application or product), and/or execution (with debugging capability). [0059]
  • The present invention provides a method for executing the process workflows (capsules) with visual feedback over the Internet (or Internet) or a combination of environments. [0060]
  • A system creates the web service icon in the following way. Based on the analysis of the WSDL of a web service, a system knows the signature and the return type of the method(s) of a web service. The system then creates the text/icon representation of the method. In one embodiment, each method is a box with several rows. First row is the name of the web service, second row is the name and return type of the method, third row and rest (if exist) represent the input parameter types. [0061]
  • Creating Local Web Service Directory: [0062]
  • The web service capsule builder provides three methods for cataloging available web services. The first is by querying a UDDI server (the de facto directory for web services). The second is via the file system using an XML based document. The third is by manually adding a service to the local catalog by entering all aspects of the service in the visual WSDL creator. Either way, building a service capsule is done by first gathering all the services needed to build the desired flow. The [0063] left pane 302 of the service capsule builder 301 is a WSDL browser, providing a generic interface for viewing services and the methods/functionality available from those services.
  • The local list of [0064] available web services 302 can be created by an method known in the art. The list can be created manually by selection from a central list available from a web site for instance. The list can be provided in a hierarchical grouping for ease of navigation.
  • In one embodiment, referring to FIG. 4, a custom web service capsule browser tool queries a local file directory or a remote site via HTTP or FTP or UDDI for the available WSDL documents, analyzes them based on user input criteria and creates the [0065] list 302 of web service icons that represents the web services 401-406. Each web service (BlueMail in 402 for example) may have one or more than one method exposed which is represented as a method icon shown as the child node of the web services (for BlueMail 402, “* xsd:string send . . . ”). For example, the user selects File/Import WSDL from a menu in the custom web service browser, and browses to a file directory and selects the Number2Text.wsdl. The system then reads that WSDL, analyzes it and creates a Number2Text web service node with getNumber2Text method as its child node. Number2Text web service node is represented by a web service icon (bell) and the getNumber2Text method is represented by a web service method icon (ball or *) 302.
  • Building a Capsule: [0066]
  • Given a [0067] populated service listing 302, capsule construction can commence. Creating a new web service capsule 303 does two things. First, it provides the space (referred to as capsule canvas) within which individual services are arranged, chained, viewed or tested and second, it acts as the named container for the service. The capsule itself 303 represents a single service even though multiple web services may be used to define a capsule. So, by creating a capsule 303 we create a web service whose function is the flow of services 501-503 it contains.
  • Referring to FIG. 5, after a web service icon is dragged and dropped into the flow construction area for the [0068] new capsule 303, preferably a more detailed icon is created preferably comprising two or more rows. Each row provides a GUI means for selecting an option for the web service. Options can include parameter selection, personalization of text, or alternative interconnect contact points for interconnecting more than one input or output to the web service icon. For example, the “Translator” web service 502 has five rows. The first row is the name of the web service, “Translator” in this case. The second row 506 is the name of the method, “Translate” in this case, and the return type, “xsd:string” in this case. Row three 507 to row five 509 is the method signature, “xsd:string mtlang 507, xsd:string text 508, xsd:string option” 509 in this case. “Xsd:string” is the type of the input parameter. Mtlang 507 is the language to translate to. Text is the text 508 to translate. Options 509 is the format of the output, either text or HTML. To invoke this web service for translating text from English to Spanish, for example, the user needs to right click on the third row 507 which produces a pop-up window (not shown). The user then sets mtlang to Spanish in the pop-up window. Next the user right click on the fourth row 508 and sets text to the word/sentence that he/she wants. Finally, the user right clicks on the fifth row 509 to set the options to “text”, “HTML” or leave it as blank.
  • It should be understood that XSD is a XML prefix to denote the XML Schema namespace “www.w3.org/2001/XMLSchema” and it conforms to XML schema convention. “xsd:item” such as xsd:string is used to identify the type of input parameter or type of the return method. [0069]
  • After the user has dragged and dropped web services into the flow pane (canvas), connected them and set the needed input parameters, a capsule is created. Behind the scene, a graph data structure that represents the web services objects and the interactions between the web services is also created. When the user selects Save or Save As from the File menu, the graph data structure is saved to the hard drive as WSFL using Java Object Serialization. In one embodiment, the saved capsule can be added to the users' [0070] web services menu 302.
  • Dragging and dropping a web service [0071] 401-406 from the service list 302 to the capsule canvas 303 visually instanciates the resource and in a preferred embodiment creates a detailed icon for the web service. It is represented with the name of the service, the function being used from that service 504-517 and the inputs and outputs required for the service to function. In this example we have dragged the “Number2Text” service 501 to the capsule canvas 303. This service takes a number and spells out that number in English. (e.g. input “1” becomes output “one”) We initialized Number2Text 501 with a number, in this case, the number 1. This number could also be specified if the capsule is invoked as a web service (see, Invoking/using capsules).
  • We then dragged the Translation service “Translator” [0072] 502, to the capsule canvas 303. We connected the Number2Text 501 output to the input of the Translator. We manually set the translator to translate for English to Spanish. If we ran the capsule, or service flow, it would call the Number2Text service 501 and it would return “one”. It would pass that result to the translator service 502 and it would translate “one” to “uno”. As the flow executes the current service is highlighted and the connecting arrow visually represents success and failure via red and green color. The flow from one service to another can be visually reviewed and analyzed. As capsule complexity increases this has proven to be very informative. Execution visualization can be performed in many ways familiar to one skilled in the art. Animation can be added to demonstrate the functionality under test. The visual presentation can be augmented by audio to further enhance the visualization of functionality. In the present example for instance, an animated character such as a walking human figure can carry the message from Icon to Icon while the highlighted icon or interconnection defines the item being visualized. The computer then indicates with voice messages as if the animated character were commenting such indicators as “seems fine” when things are working and “uh-oh” when a problem is suspected or even voice messages describing a possible fix “you have not told me what language to use in the ‘translator’ step”.
  • Dragging the “BlueMail” service [0073] 503 (an Internet mail service) to the canvas 303, we provide a mechanism to e-mail the result of the flow to an addressee. In this case, we set the to field 512 to webahead@us.ibm.com. The from field 515 was set to Web service capsule: email-test.wsfl. The subject field 516 was set to Number2Text Translation Test. Finally we connected the output of the Translator 502 to the message input of the e-mail service 503. Running the capsule at this point does the same as before but additionally sends an e-mail of the result to webahead@us.ibm.com.
  • The final item we dragged to the capsule's [0074] canvas 303 is the visual alert modifier 518. The visual alert icon in one embodiment is available from the users' toolbar 411. In other embodiments, the users' browser comprises a list of local programs that can be dragged onto the canvas and added to the flow in the same manner as web services from the web services list 302. Modifiers are items that interactively change flows. In this example the alert modifier 518 simply generates an “alert” dialog with the result output of the mail service. It 518 will alert the user to the success or failure of the Internet mail operation via an alert dialog. Other modifiers might take a string and convert it to an integer. (e.g. “001” becomes 1)
  • Invoking/Using Capsules: [0075]
  • Given a completed [0076] web service capsule 303, it can be invoked in any of three ways. First it is run manually. This involves pressing a “play” button or the like. The second is invoking the capsule in a scheduled mode. For example, a service might be invoked on the hour every other hour. Third, a capsule is invoked by the SOAP server plug-in. The SOAP server plug-in provides two functions. One function is that it provides the ability to be queried as a UDDI server. When a client requests all of the open services/capsules the plug-in will return dynamically generated responses that follow the UDDI and WSDL standard. When the server is queried it will send the capsule name as the service name, the inputs as the input list determined by the first service to be called and the output as defined by the last service's output. Another function is that the SOAP plug-in acts as an interface to run capsules as if they were web services. The invocation happens when a request from an external client is made to the soap server plug-in which in turn invokes the specified capsule. It is in this way that capsules can be used as components for new capsules. Part of this invention is the IDS SOAP Bridge which provides similar functionality for IDS. IDS is a capsule based reporting environment. This IDS Soap bridge provides SOAP access to IDS. Because the bridge advertises itself as a web service, IDS capsule(s) may be integrated into capsule flows.
  • Refer to FIG. 3, Web Service [0077] capsule builder GUI 301, in the preferred embodiment comprises two frames 302 303. One frame displays the Service Listing 302 of the available services that can be used to build the new capsule. The other frame displays the capsule 303 that will contain the interconnected services from the first frame when the capsule is completed.
  • Refer to FIG. 4, an example of a preferred embodiment of a Service listing [0078] 302 shown. The service listing includes services 401-406 that are available for encapsulation. In one embodiment, the services include a mixture of remote services and local web services. Each service in the list that can be dragged to the container is denoted with an icon. Some of the services 401 402 405 further include additional information about the service.
  • Refer to FIG. 5, [0079] example Capsule 303 that has been created by the present invention is shown. Three web services 501-503 have been dropped into the capsule 303 and interconnected by the user. A local service 518 has been dropped and connected to the output of the third web service 503.
  • Refer to FIG. 6, Service Flow Initialization is portrayed. A UDDI server is queried for [0080] available services 601. The result of the query is used to update the local service catalog with candidate web service icons 602. The local service catalog is available to the user to selectively add services to the service listing 302.
  • Once a new service flow is created [0081] 603 in the capsule 303 it is saved in a local file 604 for future use. In the preferred embodiment the new flow is described in WSFL language which is XML based. The named capsule is optionally added to the service listing 302 as a new service flow that can be dragged to a new capsule 303.
  • An example of creating a Service Flow capsule is shown in FIG. 7. a [0082] new capsule 303 is opened 701 in a GUI display 301. a first service is dragged and dropped 702 to the capsule 303. A second service is dragged and dropped 703 to the capsule 303. The output of the first service is connected 704 to the input of the second service. Options for the second service are elected 705. A third service is dragged and dropped 706 to the capsule 303. The input of the third service is connected 707 to the output of the second service. A fourth service that is a local service is dropped 708 to the capsule and connected to the third service. The capsule is completed. It can be run manually 709 to verify it's functionality.
  • Executing a Service Flow is shown in FIG. 8. A service flow is opened [0083] 801 and depicted by a GUI display. The flow can be run 802 by pressing a GUI “Play” button 420 or by a SOAP server plug-in 803.
  • An example web Service Flow SOAP Server Plug-in operation is depicted in FIG. 9. A request for a capsule is received [0084] 901. The namespace is checked against locally known services 902. If no capsule is found, an exception is reported. If a capsule is found 903 and is not loaded, the capsule is loaded from its source 905. When the requested capsule is loaded, it can be executed 906 and the result of it's execution is returned 907.
  • WSDL Generation of Web Service Flow FIG. 10. A request for a named capsule “WSDL” is received [0085] 1001. The namespace is checked against known services 1002. if no capsule is found 1003, an exception is reported. If a capsule is found but not loaded 1004, it is loaded 1005. An optional check of the capsule outputs and inputs 1006 is performed and dynamically generated “WSDL” is returned 1007.
  • IDS Soap Bridge flow is depicted in FIG. 11. A request for “IDS” operation is received [0086] 1101. An operation request to the “IDS” system is submitted 1102. An “IDS” object or specified data type is returned 1103 and an optional tracking token for asynchronous operation is returned 1104.
  • Retrieving Asynchronous Requests via ISB is depicted in FIG. 12. A request for “IDS” operation via tracking token is received [0087] 1204. The “IDS” server operation is checked 1205. If no operation by that token is permitted 1206, an exception is reported. If operation by that token is permitted, an “IDS” object or specified data type is returned 1207. Optional percent of completion 1108 information is returned.
  • In the CD attachment, an example implementation is provided. A brief description of the files follows: [0088]
  • Block.java==This class provides the basic implementation of a building block of a web service. [0089]
  • DragTree.java==This class provides the tree component where the service objects can be dragged from. [0090]
  • FlowPane.java==This class implements the work area where the user can drag and drop a web service object or set the properties of the web service object. [0091]
  • FTPSettingDialog.java==This class provides the dialog for the user to set the FTP site from which the web services can be imported. [0092]
  • HTTPSettingDialog.java==This class provides the dialog for the user to set the HTTP site from which the web services can be imported. [0093]
  • ImportWSDLDialog.java==This class provides the dialog wizard for the user to select the place to import the web service. [0094]
  • Link.java==This class implements the linkage component between the web services objects. [0095]
  • Operation.java==This class provides the representation of a web service method call. [0096]
  • ParamInputDialog.java==This class provides the dialog for setting the parameters to a web service method call. [0097]
  • Presenter.java==This class implements the component to show the output of the web services workflow. It can be drag-and-dropped and connected to the final exit point of the workflow. The output can be text, voice or image. [0098]
  • PresenterButton.java==This class implements a Button that's on the toolbar and can be drag-and-dropped in the working area and then appear as an output panel. [0099]
  • ProxySettingDialog.java==This class implements the dialog where a user can set the proxy to access the Internet. [0100]
  • Service.java==The core class that represents a web service object. [0101]
  • UDDIList.java==This class lists the web services from UDDI. [0102]
  • UDDISettingDialog.java==This class provides the dialog to set up the interface with UDDI. [0103]
  • UDDIShowDialog.java==This class provides a dialog that shows the web services of a selected UDDI repository. [0104]
  • WorkFlow.java==This class represents one workflow that has a collection of interconnected building blocks such as web services objects, output components, XML transformers. [0105]
  • WorkFlowFrame.java==This class represents an internal frame that contains one FlowPane. [0106]
  • WorkFrame.java==This class provides the GUI environment of the system including menus, toolbar, canvas. [0107]
  • WorkSpace.java==This class represents the workspace that consists of a collection of workflow. [0108]
  • XMLFilter.java==This class implements the XML transformer that can transform the output of a web service to a desired format. [0109]
  • XMLFilterButton.java==This class implements a button that can be dragged into the canvas to create an XML transformer. [0110]
  • Several applications of the capsules created according to the present invention are proposed. In one embodiment, a web capsule according to the present invention is invoked by a remote request received via a network protocol, for example, SOAP, RPC, HTTP. [0111]
  • In another embodiment, elements of a capsule do not prevent successful execution of the capsule and/or response to an external request. [0112]
  • In another embodiment, a capsule according to the present invention is integrated to remote applications by providing a WSDL representation to remote applications. Such WSDL can be dynamically generated. [0113]
  • In another embodiment icons are joined with capsule modifiers. Capsule modifiers can express logical NOT, AND, OR, XOR, NOR, NAND. Furthermore capsule modifiers can include parallel, switch and data joining. [0114]
  • Capsule web services according to the present invention are made up of one or more resources (resources could be other web services, switch/parallel paths and other “built in” functions such as GUI alerting or media playing), which are enhanced by providing a method of invoking capsule flows from external (remote) resources. The following example describes how a remote system/user might interact with the current invention to leverage the web service capsule flow. [0115]
  • A capsule flow is invoked from a remote computer. The remote computer communicates to the host computer using a network protocol. In a preferred implementation the remote computer is able to make a series of “calls” requesting a list of available service capsules and specific details on how to invoke specific capsules or an actual request to invoke a capsule. These “call” transactions are preferably SOAP over HTTP as per open current art standards. [0116]
  • A remote computer queries the capsule environment for a listing of available web service flows. The remote computer preferably sends a general request for all capsules available. This query is optionally more specific, such as requesting only all capsules that start with the letter “A” for example. The response back from the host server is a listing of services that match the initial query. Preferably, this would be done using UDDI queries and responses. [0117]
  • A remote computer in one embodiment queries on a specific capsule hosted in the capsule environment. The remote computer sends a query specifying the specific identifier for the capsule service. The response from the host system is a document that defines the inputs and outputs of the given service capsule in enough detail to make subsequent invocation requests to the host system. Preferably the response uses the WSDL standard to fully describe the capsules expected inputs and outputs. [0118]
  • A remote computer invokes a capsule service flow hosted in a capsule environment. The remote computer specifies the specific capsule service it wants invoked and any parameters needed as specified by the previous call for the service description (WSDL). The response to the invocation request is defined by the service description. In a preferred implementation this transaction uses SOAP over HTTP and WSDL to communicate and describe. [0119]
  • For Example: [0120]
  • Computer A queries Computer B requesting all available services (capsule flows). Computer B responds with a listing of available capsule web service flows. Computer A decides to use Service A on Computer B. Computer A makes the proper call to Computer B invoking the capsule flow (Service A) as a web service. Computer B executes the capsule flow and returns the result to Computer A. [0121]
  • In one embodiment, the web capsule of the present invention is externally integrated and is visually designed, configured and managed at the client side or at the server side. [0122]
  • Remote access to capsules via a web service interface is preferably done using SOAP over HTTP. In a preferred implementation the server mimics the HTTP protocol, responding appropriately to any well formed request. When a message targets a capsule service, the server, returns an error if it is not a properly formatted SOAP message. The message flow of this server is managed via the same drag-and-drop interface used to build capsules. [0123]
  • FIG. 13 represents a server event flow of an Apache web server. It is an example of how servers often have a series of steps that need to be fulfilled to generate a response. Servers or flows like this one are able to leverage the capsule concept to provide high customizability and flexibility. For each step in a flow a user would drag and drop an icon to complete the system. For example a custom authentication mechanism might be developed where in it is dragged an dropped at the point which authentication is meant to occur. Another icon that does content encoding might be dragged and dropped at the end of the flow. Content encoding takes a set of data and encodes it a specific way. In this case it might apply a compression algorithm. Moreover, these icons might actually represent and execute other flows. For each step in the Apache flow as represented by FIG. [0124] 13, a module would be represented. This flow is considered a linear flow.
  • Referring to FIG. 13, the following set of events describes a simple HTTP server flow; receive [0125] message 1302, parse message 1304, check for requested resource, respond to message 1310. Of course, any event flow can be managed using the capsule desktop as defined by Rogers et al. One of the drag-and-drop modules provided might be an authentication handler. In a preferred embodiment, the server flow receives a request message, decodes it, checks to make sure the resource exists and then responds to the request. It is desirable to restrict access to certain requests. Dragging and dropping an authentication handler (module) into the flow would provide this functionality. The flow becomes: receive request 1302, parse message 1304, check authentication 1306, check resource 1308 and then respond 1310. The flow could also have been done in a different order: receive request, parse, check response, check authorization and then respond. Moreover, check authorization and check resource could process in parallel if desired. The response module 1310 would simply take, as input, the results of the two “check” modules to determine the appropriate response.
  • As shown in FIG. 13, a [0126] request 1301 is processed and becomes a post-read request 1302. The request is translated 1303 and the header is parsed 1304. After the access control 1305, authentication 1306 and authorization 1307 is checked. The file mime type is checked and the results pass through the Fix-up stage. The response 1310 is sent to the request 1301 and logged 1311. Cleanup is performed 1312 and the system waits 1313 for a new request. At each stage, the progress is logged 1311 as shown.
  • In one embodiment, the web capsule is run in a remote machine. The other machine is clustered or grid enabled. [0127]
  • In one embodiment, having created a web service capsule according to the present invention, the capsule is executed on remote capsule enabled servers. A user drag and drops the capsule onto an area of the capsule desktop to enable a network connection. Drag and drop is only one way to initiate the network connection. It is also possible to simply create a network connection and issue the request. [0128]
  • The communication from the local desktop to a remote server involves a network connection to one or more servers using a network protocol. In the preferred implementation this network connection would use SOAP over HTTP. [0129]
  • Remote servers are individually represented or ganged up as a generic “server ether”. The user drag and drops a selected capsule flow onto an icon representing either one of the individual remote servers or a clustered grouping. This initiates a network request to process the web service capsule. In a preferred implementation a clustered grouping randomly chooses a server on which to execute, or optionally executes the capsule on each of the servers. [0130]
  • The capsule is then sent to the remote server(s) for execution. In a preferred implementation the capsule is described in an XML message that includes the identity of the necessary components and which web services to invoke, where the web services can be found, and in what order they are to be invoked and which results are passed to which web services. [0131]
  • In one embodiment, the result is the result of the last executed service in the flow. This is similar to what a remote access to a capsule would be like. In another embodiment, the result may be a document that captures every request and response message of the flow so that the events can literally be played back on the local machine. In a preferred implementation the latter response is also encoded in XML and contains raw SOAP envelopes with time encoding to accurately capture remotely executed flows. [0132]
  • Web service flows in one embodiment are executed serially (Shown in the Capsule in FIG. 14). A [0133] single record 1401 supplies information to a summation icon 1402, then an average icon 1403 and finally a median icon 1404 and the results are provided by the result icon 1405. Each icon is personalized to perform a desired function including “null” which passes the record on to the next stage.
  • Web service flows in one embodiment are executed in parallel. This function is provided by capsule modifiers. [0134]
  • In one embodiment, a parallel execution modifier is provided (FIG. 14). Given a single [0135] web service call 1501, multiple parallel paths maybe followed. The result of one or more paths is then assimilated 1505, either through another web service call/capsule or via a data normalizer. A data normalizer takes multiple data inputs and formats it in a usable way. For example: if the sum 1502, median 1504 and average 1503 are taken of a set of data, all calculated in parallel, a preferred normalizer 1505 is configured to only save the lowest number. In another example: the results 1506 from all the paths are stored as the final result of the service call. In a preferred implementation this result 1506 is an XML document representing the data structure as defined by the results of the capsule flows. In a preferred implementation either of the above modifiers follow the pattern of other widgets provided by the capsule environment, such as an alert dialog.
  • More complex flows might involve parallel function (FIG. 15). FIG. 15 shows a statistical set of operations performed on the same set of data. In this case the summation, median and average are individual web services meant to be run on a single set of data. The data does not change and the outputs from one service does not flow as input to another. The capsule has been arranged to execute the web services in parallel. This is done by linking the originating input to the each of the services. The results are the input to a consolidation function which joins the data. Parallel execution can optimize the overall performance of the capsule. [0136]
  • In one embodiment, icons are interconnected by drawing interconnect lines using a GUI display pointer such as a mouse. In another embodiment, icons are interconnected by selecting interconnect functions on a display tool bar or by means provided with each icon. [0137]
  • In one embodiment, a [0138] modifier block 1506 is used. In an example FIG. 15, a modifier block is an icon that is dragged to the capsule. A first icon 1501 is connected to input A of the block and outputs C, D and E are connected to their respective block 1502-1504. Such a block may have multiple inputs and multiple outputs. The block may have predetermined function (interconnections) or may be a functional icon performing switching, filtering, monitoring or any number of useful services in addition to flow interconnection.
  • A user would drag and drop service icons where appropriate linking the originating input to the multiple branches. Using a data consolidation modifier or other web service capsule, the outputs of the branches are unified into a single result. In one embodiment this result is XML. [0139]
  • Further distribution of function can be obtained when multiple operations are needed to be performed on either the same or different data sets. FIG. 16 shows an solution to having multiple sets of data needing the same statistical generation. Because the number of data sets is more than one the flow can leverage other capsule servers to execute the original parallel queries. This leverages the parallel function in the capsule flow, but also distributes the service capsule execution onto multiple capsule servers. [0140]
  • Web service flows in another embodiment are executed with switch functionality. This function is provided by capsule modifiers. [0141]
  • In one embodiment FIG. 18, a [0142] switch modifier 1802 is provided. The switch modifier 1802 checks a given variable or state of events to determine on which path to continue execution. For example: The result of a web service call is one of three different values. Depending on the value of this call different paths of execution are followed. For example, result A branches to the first path, result B branches to the second path and result C follows the third path. There are other possibilities and the invention is by no means limited by this example. In the example of FIG. 18, the record is provided 1801 to a switch 1802 that determines whether to perform a graphing or summation operation. The switch then sends the message to either the summation icon 1803 or the graphing icon 1804 (or both) according to the switch 1802 personality. The results are consolidated 1805 and reported.
  • The switch function provides another way of controlling the branching of a capsule based on a value or state of the flow (FIG. 18). Given another statistical example, the incoming request can be made to indicate summation or a graphical representation of the data. Using the switch modifier provides a branching mechanism, unlike the parallel function, where each path is followed through. Switches provide a single capsule capable of returning multiple results. Furthermore, it provides the ability for flow designers to execute different branches if a certain condition exists. For example, a capsule designer might decide that different branches should be executed based on the time of day. The capsule designer generates their flows and uses the switch modifier to join them. The condition in the capsule modifier might be set to test if the time is AM or PM. Depending on the result one of the branches gets executed. This is a simplistic example but illustrates the point that the switch can be triggered by any number of events, outputs from other capsules, time and an argument passed as part of execution. [0143]
  • In another embodiment FIG. 16, a [0144] record 1601 can be executed serially (Summation 1602, average 1603, then median 1604) by any of several paths in parallel with other records executed serially in another of the paths (Summation 1612, average 1613, then median 1614).
  • In another embodiment, parallel execution of a [0145] record 1701 is indicated by providing multiple interconnect lines to the parallel icons 1702 1703 1704 and the result is consolidated 1705 by connecting the output of the parallel icons to the result icon 1705.
  • While the preferred embodiment of the invention has been illustrated and described herein, it is to be understood that the invention is not limited to the precise construction herein disclosed, and the right is “reserved” to all changes and modifications coming within the scope of the invention as defined in the appended claims. [0146]

Claims (51)

What is claimed is:
1. A method for creating computer programs in a web service environment, the method comprising the steps of:
moving a first representation of a first web service program into a GUI displayed partition;
moving a second representation of a second program into the GUI displayed partition; and
interconnecting the first representation with the second representation using GUI functions wherein the first web service program programmably communicates with the second program to perform a desired operation.
2. The method according to claim 1 comprising the further steps of:
selecting any one of the first representation or the second representation using the GUI functions; and
setting parameters of the selected representation using the GUI functions.
3. The method according to claim 1 wherein the GUI functions comprise any one of a mouse, a mouse button, a keyboard, a touch-screen, a touch pad, speech recognition technology, cursor positioning or a light pen.
4. The method according to claim 1 wherein any one of the first representation or the second representation is a displayed icon.
5. The method according to claim 1 wherein the moving the representation function is drag and drop.
6. The method according to claim 2 wherein the setting parameters step comprises the further steps of:
initiating a display of parameter options using the GUI function;
operating on the display of parameter options according to a predetermined plan; and
exiting the display of parameter options.
7. A method according to claim 1 comprising the further steps of:
initiating a test of the interconnected representations; and
highlighting the first representation to indicate functional state.
8. The method according to claim 7 wherein highlighting indicates any one of idle, functional, error or warning.
9. The method according to claim 7 wherein highlighting is by way of any one of color, brightness, text message, shape altering or audio message.
10. The method according to claim 1 comprising the further step of saving the first representation and the second representation and interconnection as a capsule representation.
11. The method according to claim 10 wherein the capsule representation is placed on a user's menu as a third representation of a program.
12. The method according to claim 1 comprising the further steps of:
creating the first representation of the first web service; and
placing the created first representation on a user's menu.
13. The method according to claim 12 wherein the first representation is moved from any one of the user's menu, a web page or a pull down system created menu.
14. The method according to claim 1 wherein the first representation is created from WSDL supplied by the web service.
15. The method according to claim 1 wherein the interconnecting step comprises UDDI integration.
16. The method according to claim 1 wherein the desired operation comprises creating any one of an audio file, video file, text viewable file, external program execution, graphical user interface change or graphical user interface dialog.
17. The method according to claim 1 wherein the second program is a web service program.
18. A computer program product for creating computer programs in a web service environment, the computer program product comprising a computer readable medium having computer readable program code therein comprising:
computer readable program code for moving a first representation of a first web service program into a GUT displayed partition;
computer readable program code for moving a second representation of a second program into the GUT displayed partition; and
computer readable program code for interconnecting the first representation with the second representation using GUT functions wherein the first web service program programmably communicates with the second program to perform a desired operation.
19. The computer program product according to claim 18 further comprising:
computer readable program code for selecting any one of the first representation or the second representation using the GUI functions; and
computer readable program code for setting parameters of the selected representation using the GUI functions.
20. The computer program product according to claim 18 wherein the GUI functions comprise any one of a mouse, a mouse button, a keyboard, a touch-screen, a touch pad, speech recognition technology, cursor positioning or a light pen.
21. The computer program product according to claim 18 wherein any one of the first representation or second representation is a displayed icon.
22. The computer program product according to claim 18 wherein the moving the representation computer readable program code comprises drag and drop.
23. The computer program product according to claim 18 wherein the setting parameters computer readable program code further comprises:
computer readable program code for initiating a display of parameter options using the GUI function;
computer readable program code for operating on the display of parameter options according to a predetermined plan; and
computer readable program code for exiting the display of parameter options.
24. A computer program product according to claim 18 further comprising:
computer readable program code for initiating a test of the interconnected representations; and
computer readable program code for highlighting the first representation to indicate functional state.
25. The computer program product according to claim 24 wherein highlighting indicates any one of idle, functional, error or warning.
26. The computer program product according to claim 24 wherein highlighting is by way of any one of color, brightness, text message, shape altering or audio message.
27. The computer program product according to claim 18 further comprising computer readable program code for saving the representations and interconnection as a capsule representation.
28. The computer program product according to claim 27 wherein the capsule representation is placed on the user's menu as a third representation of a program.
29. The computer program product according to claim 18 further comprising:
computer readable program code for creating the first representation of the first web service; and
computer readable program code for placing the created first representation on a user's menu.
30. The computer program product according to claim 29 wherein the first representation is moved from any one of the user's menu, a web page or a pull down system created menu.
31. The computer program product according to claim 18 wherein the first representation is created from WSDL supplied by the web service.
32. The computer program product according to claim 18 wherein the computer readable program code for interconnecting comprises computer readable program code for UDDI integration.
33. The computer program product according to claim 18 wherein the desired operation comprises computer readable program code for creating any one of an audio file, video file, text viewable file, external program execution, graphical user interface change or graphical user interface dialog.
34. The computer program product according to claim 18 wherein the second program is a web service program.
35. A system for creating computer programs in a web service environment, the system comprising:
a mover moving a first representation of a first web service program into a GUI displayed partition;
the mover moving a second representation of a second program into the GUI displayed partition; and
an interconnector interconnecting the first representation with the second representation using GUI functions wherein the first web service program programmably communicates with the second program to perform a desired operation.
36. The system according to claim 35 further comprising:
a selector selecting any one of the first representation or the second representation using the GUI functions; and
a parameter setter setting parameters of the selected representation using the GUI functions.
37. The system according to claim 35 wherein the GUI functions comprise any one of a mouse, a mouse button, a keyboard, a touch-screen, a touch pad, speech recognition technology, cursor positioning or a light pen.
38. The system according to claim 35 wherein the first representation or second representation is a displayed icon.
39. The system according to claim 35 wherein the moving the representation function is drag and drop.
40. The system according to claim 36 wherein the parameter setter further comprises:
a display initiator initiating a display of parameter options using the GUI function;
an operator operating on the display of parameter options according to a predetermined plan; and
an exiter exiting the display of parameter options.
41. A system according to claim 35 further comprising:
an initiator initiating a test of the interconnected representations; and
a modifier highlighting the first representation to indicate functional state.
42. The system according to claim 41 wherein highlighting indicates any one of idle, functional, error or warning.
43. The system according to claim 41 wherein highlighting is by way of any one of color, brightness, text message, shape altering or audio message.
44. The system according to claim 35 further comprising a representation saver saving the representations and interconnection as a capsule representation.
45. The system according to claim 44 wherein the capsule representation is placed on the user's menu as a third representation of a program.
46. The system according to claim 35 further comprising:
a creator creating the first representation of the first web service; and
menu placer placing the created first representation on a user's menu.
47. The system according to claim 45 wherein the first representation is moved from any one of the user's menu, a web page or pull down system created menu.
48. The system according to claim 35 wherein the first representation is created from WSDL supplied by the web service.
49. The system according to claim 35 wherein the interconnector further comprises UDDI integration.
50. The system according to claim 35 wherein the desired operation comprises creating any one of an audio file, video file, text viewable file, external program execution, graphical user interface change or graphical user interface dialog.
51. The system according to claim 35 wherein the second program is a web service program.
US10/406,378 2003-04-02 2003-04-02 Program creation by combining web services using graphic user interface controls Abandoned US20040207659A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
US10/406,378 US20040207659A1 (en) 2003-04-02 2003-04-02 Program creation by combining web services using graphic user interface controls
US10/679,759 US7543299B2 (en) 2003-04-02 2003-10-06 Creating web services programs from other web services programs
EP04721231A EP1609060A2 (en) 2003-04-02 2004-03-17 Program creation by combining web services using graphic user interface controls
KR1020057016882A KR20050119645A (en) 2003-04-02 2004-03-17 Program creation by combining web services using graphic user interface controls
CNA2004800074692A CN1761943A (en) 2003-04-02 2004-03-17 Program creation by combining web services using graphic user interface controls
PCT/GB2004/001130 WO2004088511A2 (en) 2003-04-02 2004-03-17 Program creation by combining web services using graphic user interface controls

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/406,378 US20040207659A1 (en) 2003-04-02 2003-04-02 Program creation by combining web services using graphic user interface controls

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US10/679,759 Division US7543299B2 (en) 2003-04-02 2003-10-06 Creating web services programs from other web services programs
US10/679,759 Continuation US7543299B2 (en) 2003-04-02 2003-10-06 Creating web services programs from other web services programs

Publications (1)

Publication Number Publication Date
US20040207659A1 true US20040207659A1 (en) 2004-10-21

Family

ID=33097312

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/406,378 Abandoned US20040207659A1 (en) 2003-04-02 2003-04-02 Program creation by combining web services using graphic user interface controls
US10/679,759 Expired - Fee Related US7543299B2 (en) 2003-04-02 2003-10-06 Creating web services programs from other web services programs

Family Applications After (1)

Application Number Title Priority Date Filing Date
US10/679,759 Expired - Fee Related US7543299B2 (en) 2003-04-02 2003-10-06 Creating web services programs from other web services programs

Country Status (5)

Country Link
US (2) US20040207659A1 (en)
EP (1) EP1609060A2 (en)
KR (1) KR20050119645A (en)
CN (1) CN1761943A (en)
WO (1) WO2004088511A2 (en)

Cited By (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040230636A1 (en) * 2002-12-19 2004-11-18 Fujitsu Limited Task computing
US20050097071A1 (en) * 2003-10-30 2005-05-05 Vangilder James H. Telecommunications graphical service program
US20050246726A1 (en) * 2004-04-28 2005-11-03 Fujitsu Limited Task computing
WO2005114381A2 (en) * 2004-05-14 2005-12-01 Gt Software, Inc. Systems and methods for web service function, definition implementation and/or execution
US20060031414A1 (en) * 2004-05-21 2006-02-09 Christopher Betts Method and apparatus for web service communication
US20060136194A1 (en) * 2004-12-20 2006-06-22 Fujitsu Limited Data semanticizer
US20060143229A1 (en) * 2004-12-28 2006-06-29 International Business Machines Corporation Method and system for dynamic creation of service flows
US20060143031A1 (en) * 2004-12-28 2006-06-29 International Business Machines Corporation Method and system for dynamic creation of web services
US20060173985A1 (en) * 2005-02-01 2006-08-03 Moore James F Enhanced syndication
US20060259870A1 (en) * 2005-04-25 2006-11-16 Hewitt Joseph R Providing a user interface
US20060259869A1 (en) * 2005-04-25 2006-11-16 Hewitt Joseph R Providing a user interface
US20060294509A1 (en) * 2005-06-28 2006-12-28 Microsoft Corporation Dynamic user experience with semantic rich objects
US20070006136A1 (en) * 2005-04-25 2007-01-04 Hirschberg Peter D Providing a user interface
US20070006144A1 (en) * 2005-06-13 2007-01-04 Business Objects, S.A. Apparatus and method for using connector components to provide connectivity to interactive graphics representative of input on output data
US20070011605A1 (en) * 2005-07-08 2007-01-11 Microsoft Corporation Dynamic generation of WSDL documents based on database metadata
US20070033590A1 (en) * 2003-12-12 2007-02-08 Fujitsu Limited Task computing
US20070050446A1 (en) * 2005-02-01 2007-03-01 Moore James F Managing network-accessible resources
US20070061487A1 (en) * 2005-02-01 2007-03-15 Moore James F Systems and methods for use of structured and unstructured distributed data
US20070157096A1 (en) * 2005-12-29 2007-07-05 Ido Keren GUI modeling of web services
US20070156868A1 (en) * 2005-12-29 2007-07-05 Ido Keren Efficient dynamic discovery of web services
US20070168461A1 (en) * 2005-02-01 2007-07-19 Moore James F Syndicating surgical data in a healthcare environment
US20070266384A1 (en) * 2006-03-27 2007-11-15 Fujitsu Limited Building Computing Applications Based Upon Metadata
US20080005086A1 (en) * 2006-05-17 2008-01-03 Moore James F Certificate-based search
US20080040151A1 (en) * 2005-02-01 2008-02-14 Moore James F Uses of managed health care data
US20080046437A1 (en) * 2006-07-27 2008-02-21 Wood Charles B Manual Conflict Resolution for Background Synchronization
US20080052343A1 (en) * 2006-07-27 2008-02-28 Wood Charles B Usage-Based Prioritization
US20080052162A1 (en) * 2006-07-27 2008-02-28 Wood Charles B Calendar-Based Advertising
US20080126178A1 (en) * 2005-09-10 2008-05-29 Moore James F Surge-Based Online Advertising
US20080126932A1 (en) * 2006-09-14 2008-05-29 Rafi Elad GUI modeling of knowledge base in a modeling environment
US7412045B2 (en) 2003-10-30 2008-08-12 Hewlett-Packard Development Company, L.P. Telecommunications service program
US20080209392A1 (en) * 2007-02-26 2008-08-28 Able Steve L Systems and Methods for Definition and Execution of Batch Processing Services
US20080222572A1 (en) * 2007-03-06 2008-09-11 Microsoft Corporation Look and feel of a web services mashup designer
US20080222599A1 (en) * 2007-03-07 2008-09-11 Microsoft Corporation Web services mashup designer
US20080222237A1 (en) * 2007-03-06 2008-09-11 Microsoft Corporation Web services mashup component wrappers
US20080270911A1 (en) * 2007-04-24 2008-10-30 Nehal Dantwala System and method to develop a custom application for a multi-function peripheral (mfp)
US20080271008A1 (en) * 2007-04-27 2008-10-30 Paolo Dettori System and method for dynamic discovery and definition of mappings of parameters used by service oriented architecture services at runtime
US20080294986A1 (en) * 2007-05-21 2008-11-27 Samsung Electronics Co., Ltd Apparatus and method for creating macro
US20090018811A1 (en) * 2007-07-09 2009-01-15 International Business Machines Corporation Generation of test cases for functional testing of applications
US20100180220A1 (en) * 2002-03-07 2010-07-15 SAP America, Inc. Method and System for Creating Graphical and Interactive Representations of Input and Output Data
US7793154B2 (en) 2006-11-30 2010-09-07 International Business Machines Corporation Method and implementation for automating processes using data driven pre-recorded transactions
US20110041069A1 (en) * 2008-02-04 2011-02-17 Dobyweb S.R.L. User interface for aggregating services in a data processing system
US20110106803A1 (en) * 2009-10-30 2011-05-05 David Edward Tewksbary Computer method and system providing access to data of a target system
US20120210258A1 (en) * 2011-02-11 2012-08-16 Microsoft Corporation Compositional dashboards with processor components
US8347088B2 (en) 2005-02-01 2013-01-01 Newsilike Media Group, Inc Security systems and methods for use with structured and unstructured data
US8397056B1 (en) 2009-04-21 2013-03-12 Jackbe Corporation Method and apparatus to apply an attribute based dynamic policy for mashup resources
US8458596B1 (en) 2009-04-21 2013-06-04 Jackbe Corporation Method and apparatus for a mashup dashboard
US8700738B2 (en) 2005-02-01 2014-04-15 Newsilike Media Group, Inc. Dynamic feed generation
US20140109038A1 (en) * 2003-11-25 2014-04-17 Nextaxiom Technology, Inc. Semantic-based, service-oriented system and method of developing, programming and managing software modules and software solutions
US8832033B2 (en) 2007-09-19 2014-09-09 James F Moore Using RSS archives
US9110577B1 (en) * 2009-09-30 2015-08-18 Software AG USA Inc. Method and system for capturing, inferring, and/or navigating dependencies between mashups and their data sources and consumers
US9202084B2 (en) 2006-02-01 2015-12-01 Newsilike Media Group, Inc. Security facility for maintaining health care data pools
US20160154629A1 (en) * 2014-11-28 2016-06-02 Ludo Franciscus Maria NOENS Application builder based on metadata
US9367595B1 (en) 2010-06-04 2016-06-14 Software AG USA Inc. Method and system for visual wiring tool to interconnect apps
US10216372B1 (en) * 2004-12-06 2019-02-26 The Mathworks, Inc. Automatic import to a graphical model
US10990454B2 (en) * 2009-10-14 2021-04-27 Oblong Industries, Inc. Multi-process interactive systems and methods
US11809678B2 (en) 2016-07-01 2023-11-07 Autodesk, Inc. Three dimensional visual programming interface for a network of devices

Families Citing this family (51)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103001923B (en) * 2003-06-05 2016-03-30 英特特拉斯特技术公司 For controlling the method and system of the access to digital content fragment on the computer systems
US7823122B1 (en) * 2003-12-16 2010-10-26 The Mathworks, Inc. Model and subsystem function signatures
US7822826B1 (en) * 2003-12-30 2010-10-26 Sap Ag Deployment of a web service
US7487513B1 (en) * 2003-12-30 2009-02-03 Sap Ag Web service archive
EP1711891B1 (en) * 2004-02-03 2010-12-15 Corizon Limited Method and apparatus for composite user interface creation
JP2005234666A (en) * 2004-02-17 2005-09-02 Nec Corp PoC SYSTEM, PoC SERVER AND PoC CLIENT
JP3805776B2 (en) * 2004-02-26 2006-08-09 三菱電機株式会社 Graphical programming device and programmable display
US20050228693A1 (en) * 2004-04-09 2005-10-13 Webb James D Data exchange web services for medical device systems
US7617480B2 (en) * 2004-05-28 2009-11-10 Sap Ag System and method for a Web service virtual interface
US7620934B2 (en) * 2004-05-28 2009-11-17 Sap Ag System and method for a Web service definition
US9047388B2 (en) * 2004-07-01 2015-06-02 Mindjet Llc System, method, and software application for displaying data from a web service in a visual map
US20090228447A1 (en) * 2004-07-01 2009-09-10 Creekbaum William J System, method, and solfware application for enabling a user to search an external domain within a visual mapping interface
US9038001B2 (en) * 2004-07-01 2015-05-19 Mindjet Llc System and method for graphically illustrating external data source information in the form of a visual hierarchy in an electronic workspace
US7493564B2 (en) 2005-04-26 2009-02-17 International Business Machines Corporation Method for the display of visual sequencing of launched application portlets and task page relationship information in a web-base environment
US9317259B2 (en) * 2005-05-12 2016-04-19 International Business Machines Corporation Apparatus, system, and method for automatically generating a reusable software component for interfacing with a web service
US20070067384A1 (en) * 2005-09-21 2007-03-22 Angelov Dimitar V System and method for web services configuration creation and validation
US20070067388A1 (en) * 2005-09-21 2007-03-22 Angelov Dimitar V System and method for configuration to web services descriptor
US8078671B2 (en) * 2005-09-21 2011-12-13 Sap Ag System and method for dynamic web services descriptor generation using templates
US7698684B2 (en) * 2005-09-28 2010-04-13 Sap Ag Method and system for generating schema to Java mapping descriptors and direct mapping of XML schema and Java interfaces
US9454616B2 (en) * 2005-09-28 2016-09-27 Sap Se Method and system for unifying configuration descriptors
US8250522B2 (en) 2005-09-28 2012-08-21 Sap Ag Method and system for generating a web services meta model on the java stack
US20070073771A1 (en) 2005-09-28 2007-03-29 Baikov Chavdar S Method and system for directly mapping web services interfaces and java interfaces
US8700681B2 (en) 2005-09-28 2014-04-15 Sap Ag Method and system for generating schema to java mapping descriptors
CA2527447C (en) * 2005-11-18 2015-05-05 Allen Vi Cuong Chan Message oriented construction of web services
US8010695B2 (en) * 2005-12-30 2011-08-30 Sap Ag Web services archive
US20070156872A1 (en) * 2005-12-30 2007-07-05 Stoyanova Dimitrina G Method and system for Web services deployment
US8024425B2 (en) * 2005-12-30 2011-09-20 Sap Ag Web services deployment
US7814060B2 (en) * 2005-12-30 2010-10-12 Sap Ag Apparatus and method for web service client deployment
JP4767828B2 (en) * 2006-12-01 2011-09-07 インターナショナル・ビジネス・マシーンズ・コーポレーション Computer application program creation system, method, and program
US20080244514A1 (en) * 2007-03-29 2008-10-02 Microsoft Corporation Scriptable object model for network based services
CN100553238C (en) * 2007-04-25 2009-10-21 腾讯科技(深圳)有限公司 A kind of associated user display system and method
KR20080114347A (en) * 2007-06-27 2008-12-31 삼성전자주식회사 Method and apparatus for forming an image
US20090006989A1 (en) 2007-06-27 2009-01-01 Samsung Electronics Co., Ltd Image forming method and apparatus, and host
US20090150789A1 (en) * 2007-12-10 2009-06-11 Alain Regnier Dynamic multi-platform monitoring client for WSD-enabled devices
US20100070891A1 (en) * 2008-09-18 2010-03-18 Creekbaum William J System and method for configuring an application via a visual map interface
US9396455B2 (en) * 2008-11-10 2016-07-19 Mindjet Llc System, method, and software application for enabling a user to view and interact with a visual map in an external application
WO2010062931A1 (en) * 2008-11-28 2010-06-03 Mallinckrodt Inc. Workflow driven user interface for medical fluid delivery systems
US9495997B2 (en) * 2009-01-06 2016-11-15 Dell Products L.P. System and method for dynamic enablement of storage media associated with an access controller
US8392267B1 (en) 2009-06-30 2013-03-05 Mindjet Llc System, method, and software application for dynamically generating a link to an online procurement site within a software application
US20110035650A1 (en) * 2009-08-05 2011-02-10 International Business Machines Corporation Service registry policy aggregator
CN101630328B (en) * 2009-08-20 2011-05-11 浙江大学 Method for graphically displaying Web service attribute
CN101853156B (en) * 2010-05-12 2013-07-17 上海普元信息技术股份有限公司 Method for realizing web service call in component-based software system
CN102270125A (en) * 2010-06-04 2011-12-07 中兴通讯股份有限公司 Device and method for developing Web application
US8949771B2 (en) * 2011-06-22 2015-02-03 Microsoft Corporation Media files including programming code and description
US9741004B1 (en) * 2012-08-16 2017-08-22 Nintex Pty Limited Apparatus and method for transforming web services into managed workflow actions
CN104007961A (en) * 2014-04-29 2014-08-27 云南电网公司 Visualization marking method used in graphical interface construction
US9436507B2 (en) * 2014-07-12 2016-09-06 Microsoft Technology Licensing, Llc Composing and executing workflows made up of functional pluggable building blocks
US10026041B2 (en) 2014-07-12 2018-07-17 Microsoft Technology Licensing, Llc Interoperable machine learning platform
EP3726376B1 (en) 2017-12-29 2023-07-26 Huawei Technologies Co., Ltd. Program orchestration method and electronic device
CN108681451A (en) * 2018-05-14 2018-10-19 浪潮软件集团有限公司 Visual kubernets micro-service arrangement implementation method
CN112130836A (en) * 2020-09-10 2020-12-25 华帝股份有限公司 Method for generating multi-stage linkage assembly based on JSON file

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5701451A (en) * 1995-06-07 1997-12-23 International Business Machines Corporation Method for fulfilling requests of a web browser
US5721908A (en) * 1995-06-07 1998-02-24 International Business Machines Corporation Computer network for WWW server data access over internet
US5745754A (en) * 1995-06-07 1998-04-28 International Business Machines Corporation Sub-agent for fulfilling requests of a web browser using an intelligent agent and providing a report
US5752246A (en) * 1995-06-07 1998-05-12 International Business Machines Corporation Service agent for fulfilling requests of a web browser
US5761663A (en) * 1995-06-07 1998-06-02 International Business Machines Corporation Method for distributed task fulfillment of web browser requests
US5793964A (en) * 1995-06-07 1998-08-11 International Business Machines Corporation Web browser system
US6144955A (en) * 1994-09-21 2000-11-07 Hitachi, Ltd. Work flow management system
US6336116B1 (en) * 1998-08-06 2002-01-01 Ryan Brown Search and index hosting system
US6380951B1 (en) * 1999-10-01 2002-04-30 Global Graphics Software Limited Prepress workflow method and program
US20030004746A1 (en) * 2001-04-24 2003-01-02 Ali Kheirolomoom Scenario based creation and device agnostic deployment of discrete and networked business services using process-centric assembly and visual configuration of web service components
US20030035006A1 (en) * 2001-08-14 2003-02-20 Kodosky Jeffrey L. Graphical association of a device icon with a graphical program
US6633888B1 (en) * 1999-02-03 2003-10-14 International Business Machines Corporation Method and apparatus for visually creating and testing object oriented components

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5850548A (en) * 1994-11-14 1998-12-15 Borland International, Inc. System and methods for visual programming based on a high-level hierarchical data flow model
US6157960A (en) 1997-05-07 2000-12-05 International Business Machines Corporation Technique for programmatically creating distributed object programs
US6125400A (en) 1997-11-10 2000-09-26 International Business Machines Corporation Method and system of running object oriented programs across a network through compression and distillation of remote method invocation
US6336118B1 (en) * 1998-12-03 2002-01-01 International Business Machines Corporation Framework within a data processing system for manipulating program objects
WO2000058873A1 (en) 1999-03-26 2000-10-05 Octane Software, Inc. Workflow design engine
US6560633B1 (en) * 1999-06-10 2003-05-06 Bow Street Software, Inc. Method for creating network services by transforming an XML runtime model in response to an iterative input process
US6792605B1 (en) * 1999-06-10 2004-09-14 Bow Street Software, Inc. Method and apparatus for providing web based services using an XML Runtime model to store state session data
US7184966B1 (en) 1999-12-30 2007-02-27 Honeywell International Inc. Systems and methods for remote role-based collaborative work environment
US8600783B2 (en) * 2000-08-18 2013-12-03 The Crawford Group, Inc. Business to business computer system for communicating and processing rental car reservations using web services
US7917888B2 (en) 2001-01-22 2011-03-29 Symbol Technologies, Inc. System and method for building multi-modal and multi-channel applications
US6986145B2 (en) 2001-03-13 2006-01-10 Dipayan Gangopadhyay In-context access to relevant services from multiple applications and information systems by object schema traversal
CA2376038A1 (en) * 2002-03-07 2003-09-07 Ajay Sidda System and method for graphically creating data flows and control flows for xml web services
US20040017392A1 (en) * 2002-05-01 2004-01-29 Welch Keith C. Web service control for use in a graphical programming environment
JP3874706B2 (en) * 2002-07-29 2007-01-31 株式会社東芝 Application program plan generation device, application program plan generation method, program, and recording medium
US20040064528A1 (en) * 2002-09-30 2004-04-01 Microsoft Corporation Safe interoperability among web services

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6144955A (en) * 1994-09-21 2000-11-07 Hitachi, Ltd. Work flow management system
US6094655A (en) * 1995-06-07 2000-07-25 International Business Machines Corporation Method of creating and using notes decision capsules
US5745754A (en) * 1995-06-07 1998-04-28 International Business Machines Corporation Sub-agent for fulfilling requests of a web browser using an intelligent agent and providing a report
US5752246A (en) * 1995-06-07 1998-05-12 International Business Machines Corporation Service agent for fulfilling requests of a web browser
US5761663A (en) * 1995-06-07 1998-06-02 International Business Machines Corporation Method for distributed task fulfillment of web browser requests
US5793964A (en) * 1995-06-07 1998-08-11 International Business Machines Corporation Web browser system
US5701451A (en) * 1995-06-07 1997-12-23 International Business Machines Corporation Method for fulfilling requests of a web browser
US5721908A (en) * 1995-06-07 1998-02-24 International Business Machines Corporation Computer network for WWW server data access over internet
US6336116B1 (en) * 1998-08-06 2002-01-01 Ryan Brown Search and index hosting system
US6633888B1 (en) * 1999-02-03 2003-10-14 International Business Machines Corporation Method and apparatus for visually creating and testing object oriented components
US6380951B1 (en) * 1999-10-01 2002-04-30 Global Graphics Software Limited Prepress workflow method and program
US20030004746A1 (en) * 2001-04-24 2003-01-02 Ali Kheirolomoom Scenario based creation and device agnostic deployment of discrete and networked business services using process-centric assembly and visual configuration of web service components
US20030035006A1 (en) * 2001-08-14 2003-02-20 Kodosky Jeffrey L. Graphical association of a device icon with a graphical program

Cited By (93)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100180220A1 (en) * 2002-03-07 2010-07-15 SAP America, Inc. Method and System for Creating Graphical and Interactive Representations of Input and Output Data
US8225223B2 (en) 2002-03-07 2012-07-17 SAP America, Inc. Method and system for creating graphical and interactive representations of input and output data
US20040230636A1 (en) * 2002-12-19 2004-11-18 Fujitsu Limited Task computing
US8561069B2 (en) 2002-12-19 2013-10-15 Fujitsu Limited Task computing
US20050097071A1 (en) * 2003-10-30 2005-05-05 Vangilder James H. Telecommunications graphical service program
US7187380B2 (en) * 2003-10-30 2007-03-06 Hewlett-Packard Development Company, L.P. Telecommunications graphical service program
US7412045B2 (en) 2003-10-30 2008-08-12 Hewlett-Packard Development Company, L.P. Telecommunications service program
US9588743B2 (en) * 2003-11-25 2017-03-07 Nextaxiom Technology, Inc. Semantic-based, service-oriented system and method of developing, programming and managing software modules and software solutions
US20140109038A1 (en) * 2003-11-25 2014-04-17 Nextaxiom Technology, Inc. Semantic-based, service-oriented system and method of developing, programming and managing software modules and software solutions
US20070033590A1 (en) * 2003-12-12 2007-02-08 Fujitsu Limited Task computing
US8117280B2 (en) 2003-12-12 2012-02-14 Fujitsu Limited Task computing
US7761885B2 (en) 2004-04-28 2010-07-20 Fujitsu Limited Task computing
US20050246726A1 (en) * 2004-04-28 2005-11-03 Fujitsu Limited Task computing
US7665064B2 (en) * 2004-05-14 2010-02-16 Gt Software, Inc. Systems and methods for web service function, definition, implementation, and/or execution
WO2005114381A3 (en) * 2004-05-14 2007-11-29 Gt Software Inc Systems and methods for web service function, definition implementation and/or execution
US20100146396A1 (en) * 2004-05-14 2010-06-10 Gt Software, Inc. Systems and methods for web service function, definition, implementation, and/or execution
WO2005114381A2 (en) * 2004-05-14 2005-12-01 Gt Software, Inc. Systems and methods for web service function, definition implementation and/or execution
US8560701B2 (en) * 2004-05-21 2013-10-15 Ca, Inc. Method and apparatus for web service communication
US20060031414A1 (en) * 2004-05-21 2006-02-09 Christopher Betts Method and apparatus for web service communication
US10216372B1 (en) * 2004-12-06 2019-02-26 The Mathworks, Inc. Automatic import to a graphical model
US8065336B2 (en) 2004-12-20 2011-11-22 Fujitsu Limited Data semanticizer
US20060136194A1 (en) * 2004-12-20 2006-06-22 Fujitsu Limited Data semanticizer
US7606803B2 (en) * 2004-12-28 2009-10-20 International Business Machines Corporation Method and system for dynamic creation of service flows
US20060143031A1 (en) * 2004-12-28 2006-06-29 International Business Machines Corporation Method and system for dynamic creation of web services
US20060143229A1 (en) * 2004-12-28 2006-06-29 International Business Machines Corporation Method and system for dynamic creation of service flows
US8566115B2 (en) 2005-02-01 2013-10-22 Newsilike Media Group, Inc. Syndicating surgical data in a healthcare environment
US8316005B2 (en) 2005-02-01 2012-11-20 Newslike Media Group, Inc Network-accessible database of remote services
US20070116037A1 (en) * 2005-02-01 2007-05-24 Moore James F Syndicating ct data in a healthcare environment
US20070168461A1 (en) * 2005-02-01 2007-07-19 Moore James F Syndicating surgical data in a healthcare environment
US8200700B2 (en) 2005-02-01 2012-06-12 Newsilike Media Group, Inc Systems and methods for use of structured and unstructured distributed data
US20070106752A1 (en) * 2005-02-01 2007-05-10 Moore James F Patient viewer for health care data pools
US8200775B2 (en) 2005-02-01 2012-06-12 Newsilike Media Group, Inc Enhanced syndication
US20080040151A1 (en) * 2005-02-01 2008-02-14 Moore James F Uses of managed health care data
US20070106537A1 (en) * 2005-02-01 2007-05-10 Moore James F Syndicating mri data in a healthcare environment
US20070106753A1 (en) * 2005-02-01 2007-05-10 Moore James F Dashboard for viewing health care data pools
US20070106650A1 (en) * 2005-02-01 2007-05-10 Moore James F Url-based programming interface
US20070106649A1 (en) * 2005-02-01 2007-05-10 Moore James F Http-based programming interface
US20070088807A1 (en) * 2005-02-01 2007-04-19 Moore James F Programming interfaces for network services
US20070061487A1 (en) * 2005-02-01 2007-03-15 Moore James F Systems and methods for use of structured and unstructured distributed data
US20070050446A1 (en) * 2005-02-01 2007-03-01 Moore James F Managing network-accessible resources
US8347088B2 (en) 2005-02-01 2013-01-01 Newsilike Media Group, Inc Security systems and methods for use with structured and unstructured data
US8768731B2 (en) 2005-02-01 2014-07-01 Newsilike Media Group, Inc. Syndicating ultrasound echo data in a healthcare environment
US8700738B2 (en) 2005-02-01 2014-04-15 Newsilike Media Group, Inc. Dynamic feed generation
US20060173985A1 (en) * 2005-02-01 2006-08-03 Moore James F Enhanced syndication
US9910567B2 (en) 2005-04-25 2018-03-06 Oath Inc. Providing a user interface
US20060259870A1 (en) * 2005-04-25 2006-11-16 Hewitt Joseph R Providing a user interface
US20060259869A1 (en) * 2005-04-25 2006-11-16 Hewitt Joseph R Providing a user interface
US20070006136A1 (en) * 2005-04-25 2007-01-04 Hirschberg Peter D Providing a user interface
US7739611B2 (en) 2005-04-25 2010-06-15 Aol Inc. User interface with connectable elements
US9141402B2 (en) * 2005-04-25 2015-09-22 Aol Inc. Providing a user interface
US7895578B2 (en) * 2005-06-13 2011-02-22 Business Objects Software Ltd. Apparatus and method for using connector components to provide connectivity to interactive graphics representative of input and output data
US20070006144A1 (en) * 2005-06-13 2007-01-04 Business Objects, S.A. Apparatus and method for using connector components to provide connectivity to interactive graphics representative of input on output data
US20060294509A1 (en) * 2005-06-28 2006-12-28 Microsoft Corporation Dynamic user experience with semantic rich objects
US7774713B2 (en) * 2005-06-28 2010-08-10 Microsoft Corporation Dynamic user experience with semantic rich objects
US7590935B2 (en) * 2005-07-08 2009-09-15 Microsoft Corporation Dynamic generation of WSDL documents based on database metadata
US20070011605A1 (en) * 2005-07-08 2007-01-11 Microsoft Corporation Dynamic generation of WSDL documents based on database metadata
US20080126178A1 (en) * 2005-09-10 2008-05-29 Moore James F Surge-Based Online Advertising
US8140987B2 (en) * 2005-12-29 2012-03-20 Sap Ag GUI modeling of web services
US20070157096A1 (en) * 2005-12-29 2007-07-05 Ido Keren GUI modeling of web services
US20070156868A1 (en) * 2005-12-29 2007-07-05 Ido Keren Efficient dynamic discovery of web services
US9202084B2 (en) 2006-02-01 2015-12-01 Newsilike Media Group, Inc. Security facility for maintaining health care data pools
US20070266384A1 (en) * 2006-03-27 2007-11-15 Fujitsu Limited Building Computing Applications Based Upon Metadata
US8972872B2 (en) * 2006-03-27 2015-03-03 Fujitsu Limited Building computing applications based upon metadata
US20080005086A1 (en) * 2006-05-17 2008-01-03 Moore James F Certificate-based search
US20080052343A1 (en) * 2006-07-27 2008-02-28 Wood Charles B Usage-Based Prioritization
US20080046437A1 (en) * 2006-07-27 2008-02-21 Wood Charles B Manual Conflict Resolution for Background Synchronization
US20080052162A1 (en) * 2006-07-27 2008-02-28 Wood Charles B Calendar-Based Advertising
US20080126932A1 (en) * 2006-09-14 2008-05-29 Rafi Elad GUI modeling of knowledge base in a modeling environment
US8527939B2 (en) 2006-09-14 2013-09-03 Sap Ag GUI modeling of knowledge base in a modeling environment
US7793154B2 (en) 2006-11-30 2010-09-07 International Business Machines Corporation Method and implementation for automating processes using data driven pre-recorded transactions
US20080209392A1 (en) * 2007-02-26 2008-08-28 Able Steve L Systems and Methods for Definition and Execution of Batch Processing Services
US20080222572A1 (en) * 2007-03-06 2008-09-11 Microsoft Corporation Look and feel of a web services mashup designer
US20080222237A1 (en) * 2007-03-06 2008-09-11 Microsoft Corporation Web services mashup component wrappers
US20080222599A1 (en) * 2007-03-07 2008-09-11 Microsoft Corporation Web services mashup designer
US20080270911A1 (en) * 2007-04-24 2008-10-30 Nehal Dantwala System and method to develop a custom application for a multi-function peripheral (mfp)
US20080271008A1 (en) * 2007-04-27 2008-10-30 Paolo Dettori System and method for dynamic discovery and definition of mappings of parameters used by service oriented architecture services at runtime
US8271998B2 (en) * 2007-04-27 2012-09-18 International Business Machines Corporation Dynamic discovery and definition of mappings of parameters used by service oriented architecture services at runtime
US20080294986A1 (en) * 2007-05-21 2008-11-27 Samsung Electronics Co., Ltd Apparatus and method for creating macro
US8683446B2 (en) * 2007-07-09 2014-03-25 International Business Machines Corporation Generation of test cases for functional testing of applications
US20090018811A1 (en) * 2007-07-09 2009-01-15 International Business Machines Corporation Generation of test cases for functional testing of applications
US8832033B2 (en) 2007-09-19 2014-09-09 James F Moore Using RSS archives
US20110041069A1 (en) * 2008-02-04 2011-02-17 Dobyweb S.R.L. User interface for aggregating services in a data processing system
US8458596B1 (en) 2009-04-21 2013-06-04 Jackbe Corporation Method and apparatus for a mashup dashboard
US8397056B1 (en) 2009-04-21 2013-03-12 Jackbe Corporation Method and apparatus to apply an attribute based dynamic policy for mashup resources
US9110577B1 (en) * 2009-09-30 2015-08-18 Software AG USA Inc. Method and system for capturing, inferring, and/or navigating dependencies between mashups and their data sources and consumers
US10990454B2 (en) * 2009-10-14 2021-04-27 Oblong Industries, Inc. Multi-process interactive systems and methods
US20110106803A1 (en) * 2009-10-30 2011-05-05 David Edward Tewksbary Computer method and system providing access to data of a target system
US8788513B2 (en) * 2009-10-30 2014-07-22 Dassault Systemes Americas Corp. Computer method and system providing access to data of a target system
US9367595B1 (en) 2010-06-04 2016-06-14 Software AG USA Inc. Method and system for visual wiring tool to interconnect apps
US20120210258A1 (en) * 2011-02-11 2012-08-16 Microsoft Corporation Compositional dashboards with processor components
US9760343B2 (en) * 2014-11-28 2017-09-12 Sap Se Application builder based on metadata
US20160154629A1 (en) * 2014-11-28 2016-06-02 Ludo Franciscus Maria NOENS Application builder based on metadata
US11809678B2 (en) 2016-07-01 2023-11-07 Autodesk, Inc. Three dimensional visual programming interface for a network of devices

Also Published As

Publication number Publication date
KR20050119645A (en) 2005-12-21
US20040199896A1 (en) 2004-10-07
US7543299B2 (en) 2009-06-02
CN1761943A (en) 2006-04-19
WO2004088511A3 (en) 2005-07-28
WO2004088511A2 (en) 2004-10-14
EP1609060A2 (en) 2005-12-28

Similar Documents

Publication Publication Date Title
US7543299B2 (en) Creating web services programs from other web services programs
US8271940B2 (en) System and method for dynamic generation and customization of web service client applications for terminals
US7665064B2 (en) Systems and methods for web service function, definition, implementation, and/or execution
US8832181B2 (en) Development and deployment of mobile and desktop applications within a flexible markup-based distributed architecture
JP5089684B2 (en) Technology for generating service programs
US9032312B2 (en) Platform for generating composite applications
US10845962B2 (en) Specifying user interface elements
US8751558B2 (en) Mashup infrastructure with learning mechanism
US20020101448A1 (en) Generating a declarative user interface
US8627344B2 (en) Methods and apparatuses for user interface management
US20020032706A1 (en) Method and system for building internet-based applications
US20030093575A1 (en) Application view component for system integration
US20030233477A1 (en) Extensible infrastructure for manipulating messages communicated over a distributed network
MXPA05002276A (en) System and method for building wireless applications with intelligent mapping between user interface and data components .
KR101027259B1 (en) Message oriented construction of web service
EP1444609A1 (en) Application view component for system integration
WO1999040512A1 (en) Method and system for user defined interactions between plurality of active software applications
Selmeci et al. Effective end-user interfaces for various business needs
Yaici et al. A model-based approach for the generation of adaptive user interfaces on portable devices
CA2551025C (en) Application framework for use with net-centric program architectures
Ipadeola et al. A Multi-target User Interface Design for Pervasive Grid Environment
Richardson Adding Value to Your Interface: Learning to Exploit the. NET Framework Controls and Web Services
Gnanasekar et al. Towards Development of QoS Based Data and Service Oriented Mashup Platform
Chang Online community system information system/Chang Choon Tuck
Cazzulino et al. Web Services in Web Applications

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GOODMAN, BRIAN D.;KEBINGER, JAMES;LARGARDE, KONRAD C.;AND OTHERS;REEL/FRAME:013937/0438;SIGNING DATES FROM 20030325 TO 20030326

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION