Projects tagged ‘wsdl’ and ‘xsd’


Jump to tag:

Projects tagged ‘wsdl’ and ‘xsd’

Filtered by Project Tags wsdl xsd

Refine results Project Tags soap (5) php (3) wsdl1.1 (3) xml (3) wsdl11 (3) java (3) webservice (3) wsdl20 (2) framework (2) wssec (2) soap12 (2) middleware (2)

[9 total ]

16 Users
   

WSF/PHP is an extension for PHP that supports SOAP 1.1, SOAP 1.2, and other advanced Web Services standards such as WS-Addressing, WS-RM, WS-Security, MTOM, easily in PHP. WSO2 Web Services ... [More] Framework/PHP (WSO2 WSF/PHP), is a PHP extension based on Apache Axis2/C and WSO2 WSF/C for providing and consuming Web Services in PHP. WSO2 WSF/PHP supports both SOAP 1.2 and SOAP 1.1, WSDL 1.1 and WSDL 2.0 in WSDL mode and WSDL generation, WS-Security (UsernameToken, signing and encryption), binary attachments with SOAP MTOM, WS-Addressing and WS-ReliableMessaging. It also has the provision for REST style invocations [Less]
Created over 3 years ago.

8 Users
 

EasyWSDL Toolbox is a powerful WSDL parsing library. It can be used to parse both WSDL 1.1 and WSDL 2.0 descriptions and manipulates them in an unified object model (based on the WSDL 2.0 entities). ... [More] EasyWSDL was designed with a plug-in architecture. Two extensions are already available: - SAWSDL: It makes possible the handling of semantic annotations. - WSDL4BPEL: Add recognition of partnerLink tags which is essential to use WSDL documents in a BPEL process. - ComplexWSDL: Enables to group all imports to the main file in order to use description in distributed environment. - MultipleExtensions: Enables to use all EasyWSDL extensions in any service description. [Less]
Created 11 months ago.

3 Users
 

Create Web Services with PHP5 in minutes. InstantSVC (pronounced as Instant Services) provides a set of tools to ease your development. You just need to document your object oriented PHP code with ... [More] PHPDocumentor in order to generate Web Services from it - SOAP Services as well as RESTful Web Services. Features of InstantSVC include an Extended Reflection API with information about data types, Annotations for PHP, a WSDL generator conform to WS-I Basic Profile, a Document/literal adapter generator, a Handler chain mechanism for SOAP processing, Implementations of WS-Security and the Username Token Profile, a Server for RESTful Web Services and an Administration tool for convenient creation and management of SOAP and REST servers. [Less]
Created over 2 years ago.

0 Users

WSDL Viewer for PHP projects
Created 4 months ago.

0 Users

dataref.xslt requires an XSLT version 2.0 processor (such as Saxon), and uses dataref.css for style. This stylesheet builds a list of all of the services, ports, and messages (for WSDL), global ... [More] definitions (for XSD), data structures and an index of simple fields (for both). [Less]
Created 12 months ago.

0 Users

reads and resolves bpel, wsdl and xsd files via imports in the bpel file and imports in the type and schema elements of a wsdl file
Created 4 months ago.

0 Users

The VIENNA Add-In (Visualizing Inter ENterprise Network Architectures) is an extension to the UML modeling tool Enterprise Architect for modeling B2B collaborations. Using the two technologies a ... [More] business process modeler can unambiguously define inter-organizational business processes and business documents on a technology independent level. The platform independent models may be used to derive platform specific artifacts for service oriented architectures e.g. BPEL, WSDL, XSD. (Click on the image for a full-size image) The VIENNA Add-In supports UN/CEFACT's Modeling Methodology (UMM) and the UML Profile for Core Components (UPCC). More information on the UMM and UPCC standard can be found on the development site http://www.umm-dev.org [Less]
Created 12 months ago.

0 Users

One of the most unregarded topics in the area of OWL-S is the top down approach of the WSDL Grounding. The translation of an atomic process signature implied the translation of the in OWL-DL defined ... [More] parameter types. The tool interprets referenced OWL concepts as SimpleTypes or ComplexTypes. Collected OWL properties and restrictions are interpreted as elements. The translation tool GUI provides an semi-automatic approach, that allows the user to specify a primitive basetype for each element type, that doesn't have a primitive datatype specified in the ontology. The generated data structures for an OWL class could vary for each configuration of the XML Schema generator. The translation focuses a comparative analysis of the results of OWL-S and WSDL matchmaker (used: OWLS-MX und WSDL-Analyzer). [Less]
Created 12 months ago.

0 Users

WSDL viewerWSDL has its constructive logic, but it is hard to read / understand the content by business professionals (mostly non-programmers). This XSLT transforms the WSDL into HTML. The HTML is a ... [More] human-readable documentation of the web service API, method list, message formats in a tree-like view and the syntax-highlighted source code with HTML links for fast jump to related information. A set of WSDL-s can be converted into web pages (HTML) in a batch process (i.e. an ANT script, that has native XSLT support). Another elegant option is to add the user-friendly face directly into the WSDL. This way by opening the WSDL in a browser the transformation prepares on-fly the HTML view. This requires just this changes in WSDL: The WSDL is just an XML. Adding a processing instruction can suggest the browser to use on-fly the wsdl-viewer XSLT to convert the WSDL into a "nicer" HTML page. Example of the processing instruction in a WSDL: Of course in this case the XSLT is expected to be in the same directory as the WSDL. You can define also an absolute URL (i.e. http://tomi.vanek.sk/xml/wsdl-viewer.xsl"?>). The web-browsers (in Windows) are not able by default automatically recognize the .wsdl file type (suffix). For the type recognition the WSDL file has to be renamed: add the suffix .xml - i.e. myservice.wsdl.xml. The tool WSDL-viewer has moved to Apache Woden project. [Less]
Created 12 months ago.