Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
BPEL and Java Cookbook

You're reading from   BPEL and Java Cookbook Written by an SOA guru to help you orchestrate web services, the 100 recipes in this book will make integrating Java and BPEL a smooth process. Using the examples you'll avoid common problems and learn sophisticated techniques.

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher Packt
ISBN-13 9781849689205
Length 382 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Jurij Laznik Jurij Laznik
Author Profile Icon Jurij Laznik
Jurij Laznik
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Calling BPEL from Java FREE CHAPTER 2. Calling Services from BPEL 3. Advanced Tracing and Logging 4. Custom Logging in the Oracle SOA Suite 5. Transforming and Validating the BPEL Services 6. Embedding Third-party Java Libraries 7. Accessing and Updating the Variables 8. Exposing Java Code as a SOAP Service 9. Embedding Java Code Snippets 10. Using XML Facade for DOM 11. Exposing Java Code as a Web Service Index

Annotating the service endpoint interface with @SOAPBinding

This recipe explains how to annotate the SEI with the @SOAPBinding annotation in order to support various transport styles. We will also show how to configure the @SOAPBinding annotation with JDeveloper.

Getting ready

In this recipe, we will configure the web service from the Annotating the service endpoint interface with @WebService recipe in this chapter.

How to do it…

The steps involved in annotating a web service with @SOAPBinding from JDeveloper are as follows:

  1. Right-click on the web service class (org.packt.cc.business.CCGateSvc) and select the Properties… option in JDeveloper to open the Java Web Service Editor.
  2. Select the Message Format node to configure the transport style and binding.
    How to do it…
  3. Select the RPC/Literal option and click on the OK button.

How it works…

The default SOAP message binding and style combination is document/wrapped, and as such it does not need the @SOAPBinding annotation for the web service...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image