Back to HTTPBC Features, or HTTPBC Features Info
| At line 3 changed 2 lines. |
| * Implements the SOAP binding from WSDL 1.1 spec |
| * Implements the HTTP binding from WSDL 1.1 spec (no Mime bindings) |
| * SOAP binding from WSDL 1.1 spec |
| * HTTP binding from WSDL 1.1 spec (no Mime bindings) |
| At line 17 changed 1 line. |
| * Supports transport level user authentication for both HTTP/SOAP bindings |
| * Supports transport level user authentication for both HTTP/SOAP bindings, Basic authentication support using AccessManager, Appserver/Glassfish realm, wss-token compare |
| At line 22 changed 1 line. |
| * Basic authentication support using AccessManager, Appserver/Glassfish realm, wss-token compare |
| * WS-Security, wsit support |
| At line 24 removed 58 lines. |
| !!Future enhancements and features |
| ||Priority ||Standard ||Status ||Cost |
| |3 |WSDL 1.1 - MIME Binding | | |
| |4 |WSDL 1.1 - SOAP Binding -- SOAP Encoding without Arrays | | |
| |5 |WSDL 1.1 - SOAP Binding -- SOAP Encoding Arrays | | |
| |6 |WSDL 1.1 - SOAP Binding -- SOAP Encoding Object Ref| | |
| |7 |WS-I Basic Profile Validation | | |
| |8 |WS-Security 1.0 / Username Token Profile 1.0 | | |
| |9 |WS-MetadataExchange | | |
| |10 |WS-Addressing | | |
| |11 |WS-ReliableMessaging | | |
| |12 |WS-Notification | | |
| |13 |WS-Eventing 9/2004 | | |
| |15 |WS-Reliability 1.1 | | |
| |16 |WS-Security 1.0 / X.509 Certificate Token Profile 1.0 | | |
| |17 |WS-Security 1.0 / SAML Token Profile 1.0 | | |
| |18 |WS-Security 1.0 / REL Token Profile 1.0 | | |
| |19 |WSDM MUWS| | |
| |20 |WSDM MOWS | | |
| |21 |UDDI 3.0.2| | |
| |22 |UDDI 3.0| | |
| |23 |UDDI 2.0| | |
| |24 |HTTP Basic Authentication Server| | |
| |25 |HTTP Basic Authentication Client| | |
| |26 |HTTP Proxy| | |
| |27 |HTTP Proxy with Credentials| | |
| |28 |HTTP 1.1 Content Coding -- gzip | | |
| |29 |HTTP 1.1 Content Coding -- compress| | |
| |30 |HTTP 1.1 Content Coding -- deflate| | |
| |31 |HTTP 1.1 OTHER | | |
| |32 |HTTP 1.1 Authentication: Basic Authentication | | |
| |33 |HTTP 1.1 Authentication: Digest Access | | |
| |34 |HTTP 1.1 Authentication: NTLM | | |
| |35 |HTTP 1.1 SSL | | |
| |36 |WS-AtomicTransaction | | |
| |37 |WS-BusinessActivity | | |
| |38 |WSDL 2.0| | |
| |40 |SOAP 1.2 Version 1.2| | |
| |41 |SOAP Message Transmission Optimization Mechanism | | |
| |42 |XML-binary Optimized Packaging | | |
| |43 |Resource Representation SOAP Header Block | | |
| |44 |SMTP Transport Binding for SOAP 1.1 | | |
| |45 |WS-Trust | | |
| |46 |WS-SecureConversation | | |
| |47 |WS-Discovery | | |
| |48 |WS-Coordination | | |
| |49 |WS-Policy| | |
| |50 |WS-RM Policy | | |
| |51 |WS-SecurityPolicy | | |
| |52 |WS-Federation| | |
| |53 |SOAP-over-UDP | | |
| |54 |SOAP 1.1| | |
| |55 |WS-Enumeration | | |
| |56 |WS-Transfer | | |
| |57 |WS-Security Kerberos Binding | | |
| |58 |WS-Management | | |
| |59 |WS-PolicyAssertions | | |
| |60 |WS-PolicyAttachment | | |
| At line 83 removed 53 lines. |
| * Security (Inbound & Outbound) |
| **Transport (HTTP) |
| ***Authentication |
| ****BASIC |
| ****Digest |
| ****Certificate (SSL) |
| *****SSL Anonymous |
| *****SSL Client Certificate |
| *****SSL Server Certificate |
| *****SSL Client and Server Certificate |
| ****Proxy Server Authentication |
| ***Integrity (Digital Signature in SSL) |
| ***Confidentiality (Encryption in SSL) |
| **Message (WS-Security - SOAP Message Security) |
| ***Authentication |
| ****UsernameToken Profile |
| *****passwordText |
| *****passwordDigest |
| ****SAML Token Profile |
| *****Subject Statement |
| *****Authentication Statement |
| ******Subject Confirmation |
| *******Holder-of-key |
| *******Sender vouches |
| *****Attribute Statement |
| *****Authorization Statement |
| ****X509 Token Profile |
| ***Message Integrity (Digital Signature using X509 Token) |
| ***Message Confidentiality (Encryption using X509 Token) |
| * Add FastInfoset encoding support for the HTTP BC |
| * Proxy authorization and configuration support |
| * Full support of SOAP Encoding, arrays, sparse arrays, references |
| * Support creating SAX streams and consuming SAX, now it only does DOM. ? |
| * WS-Reliability |
| * Further interoperability tests in addition to Apache Axis and MS .NET |
| ** Sun โ JAX-RPC, and JAX-WS |
| ** Apache โ SOAP |
| ** Microsoft โ MS SOAP |
| ** BEA - GLUE |
| * Support for "encoded" use. Required to support WSDLs for Seagull |
| * Add security support through JAX-WS |
| * Add security policy via WS-Policy |
| * Support for REST-style services (see [http://www.idealliance.org/proceedings/xml05/slides/hadley.pdf]) |
| * Support for SOAP attachments |
| ** MIME Attachement |
| ** Attachment Profile 1.0. |
| * Full SOAP 1.2 support |
| * Full support for SOAP headers |
| * Support for all MEPs |
| * Support for Proxies |
| * Support for WS-Addressing |
| * Support for various runtime profiles (including clustering) |