+

Search Tips   |   Advanced Search

Use HTTP to transport Web services


We can develop an HTTP accessible Web service when you have an existing Java Beansobject to enable as a Web service.

Develop a WSDL file. we need a WSDL file to use Web services. We can develop the own WSDL file or get one from a Web services provider through e-mail, downloading, or through a URL. This documentation assumes we are creating the own.

The appserver supports the use of HTTP to transport Web services client requests. With HTTP, the Web services clients and servers can communicate through SOAP messages. SOAP is the underlying communication protocol used in Web services that support the Web Services for Java EE, the JAX-WS, and the JAX-RPC specifications.

HTTP is the most commonly used transport for Web services.

 

  1. Depending on the application model,

  2. Deploy the Web services application.

  3. Set security for the HTTP connection.

 

Results

we have a Java Beans object that uses HTTP to transport Web services client requests.

 

Next steps

Publish the WSDL file.


Use HTTP to transport Web services requests for JAX-WS applications
Use the asynchronous response servlet
Use the asynchronous response listener
Use HTTP session management support for JAX-WS applications
Use HTTP to transport Web services requests for JAX-RPC applications

 

Related concepts


Web Services transactions, high availability, firewalls and intermediary nodes

 

Related tasks


Set the HTTP transport policy
Set the SSL transport policy