cSOAP Standard properties - Cloud - 8.0

Apache CXF (Mediation)

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Apache CXF components (Mediation)
Data Quality and Preparation > Third-party systems > Apache CXF components (Mediation)
Design and Development > Third-party systems > Apache CXF components (Mediation)
Last publication date
2024-02-21

These properties are used to configure cSOAP running in the Standard Job framework.

The Standard cSOAP component belongs to the Connectivity family.

Basic settings

Address

The service endpoint URL where the Web service is provided.

In case cSOAP is used to consume a Web service and the endpoint lookup shall use the Service Locator (the Use Service Locator check box is selected), the URL needs to be "locator://anyAddress/".

Type

Select which type you want to use to provide Web service. Either wsdlURL or serviceClass.

wsdlURL: Select this type to provide the Web service from a WSDL file. Choose Repository or File to provide the Web service from a Route Resource or the file system.

serviceClass: Select this type to provide the Web service from an SEI (Service Endpoint Interface) Java class.

WSDL File

This field appears when the wsdlURL service type is selected. If the WSDL file is from the file system, browse to or enter the path to the WSDL file. If the WSDL file is from a Route Resource, click [...] and select the one you want from the Resources tree view. The Version list appears allowing you to choose from all the versions of the Route Resource.

Service configuration

This option appears when wsdlURL is selected in the Type list. It allows you to configure the service endpoint information conveniently. Click [...] to open the service configuration wizard.

The WSDL field in the wizard is filled in with the WSDL file defined in the WSDL File field automatically. You can also set the WSDL file directly in the service configuration wizard in one of the following ways:

  • Click Browse... to browse to or enter the path to the WSDL file in the file system.

  • Click Services to select a service under the Services.

  • Click Resources to select a service under the Resources node.

After setting the WSDL file, click to show the port(s) and operation(s) available in the Port Name and Operation boxes respectively. Select the one you want to use and click Finish. The Operation box only shows when the cSOAP component is used to consume a Web service.

Service Class

This field appears when the serviceClass service type is selected. Enter the name of the service class to be used to provide the Web service.

Dataformat

The exchange data style. POJO, PAYLOAD, RAW, or CXF_MESSAGE.

POJOs (Plain Old Java Objects) are the Java parameters to the method being invoked on the target server.

PAYLOAD is the message payload, the contents of the soap:body.

RAW is the raw message that is received from the transport layer without SAM (Service Activity Monitor) support.

CXF_MESSAGE is the raw message that is received from the transport layer with SAM support.

Use GZip Compress Select this check box to compress the incoming messages into GZip format before sending.
Service Name The service name this service is implementing. It maps to the wsdl:service@name in the format of ns:SERVICE_NAME where ns is a namespace prefix valid at this scope. This field gets filled in automatically upon completion of the Service configuration.
Port Name The endpoint name this service is implementing. It maps to the wsdl:port@name, in the format of ns:PORT_NAME where ns is a namespace prefix valid at this scope. This field gets filled in automatically upon completion of the Service configuration.
Allow Streaming

This option appears when PAYLOAD is selected in the Dataformat list. Select this check box to keep the payload as a javax.xml.transform.Source object that would allow streaming over buffering. If this option is disabled, the cSOAP component will parse the incoming messages into DOM elements.

Operation Name

The operation name this service is implementing. It maps to the wsdl:operation@name, in the format of ns:OPERATION_NAME where ns is a namespace prefix valid at this scope. This option appears when the cSOAP component is used consume a Web service. This field gets filled in automatically upon completion of the Service configuration.

Use Service Registry

This option is only available if you subscribed to Talend Enterprise ESB solutions.

Select this check box to enable the Service Registry. It provides dynamic endpoint lookup and allows services to be redirected based upon information retrieved from the registry. It works in Runtime only.

When the cSOAP component is used to provide a Web service, the service deployed in Talend Runtime will work with the Security Token Service.

When the cSOAP component is used to consume a Web service:

In the Correlation Value field, specify a correlation ID or leave this field empty. For more information, see the Use Business Correlation option.

In the Username and the Password fields, enter the authentication credentials. To enter the password, click the [...] button next to the password field, and then in the pop-up dialog box enter the password between double quotes and click OK to save the settings.

If SAML token is registered in the Service Registry, you need to specify the client's role in the Role field. You can also select the Propagate Credentials check box to make the call on behalf of an already authenticated user by propagating the existing credentials. You can enter the username and the password to authenticate with STS to propagate credentials using username and password, or provide the alias, username and the password to propagate using certificate. For more information, see the Use Authentication option.

For more information about how to set up and use the Service Registry, see Setting up Service Registry and Service Registry.

Use Service Locator

Provides service consumers with a mechanism to discover service endpoints at runtime without specifying the physical location of the endpoint. Additionally, it allows service providers to automatically register and unregister their service endpoints at the Service Locator.

Note: For service consumers, the URL additionally needs to be set to "locator://anyAddress/" in the CXF Configuration / Address field.

The Custom Properties table appears when the Use Service Locator check box is selected. Click to add as many properties as needed to the table. Enter the name and the value of each property in the Property Name field and the Property Value field respectively to identify the service. For more information about Service Locator, see Installing Service Locator.

Use Service Activity Monitor

Captures events and stores this information to facilitate in-depth analysis of service activity and track-and-trace of messages throughout a business transaction. This can be used to analyze service response times, identify traffic patterns, perform root cause analysis and more.

This feature is not supported when MESSAGE is used as the processing mode. When MESSAGE is selected in the Dataformat field, the Use Service Activity Monitor check box is disabled.

This option is also disabled when the Use Service Registry check box is selected if you subscribed to Talend Enterprise ESB solutions.

Use Authentication

Select this check box to enable the authentication option. Select from Username Token, SAML Token (ESB runtime only), HTTP Basic, and HTTP Digest.

When the cSOAP component is used to produce a Web service, authentication with the Username Token, SAML token, and HTTP Basic work in runtime only. HTTP Digest is not supported. When SAML Token (ESB runtime only) is selected, cSOAP will get the SAML Token from the request header for further use in the message routing.

When the cSOAP component is used to consume a Web service, authentication with the Username Token, HTTP Basic, and HTTP Digest work in both Talend Studio and Talend Runtime. Authentication with the SAML token works in runtime only. Enter a username and a password in the corresponding fields as required. To enter the password, click the [...] button next to the password field, and then in the pop-up dialog box enter the password between double quotes and click OK to save the settings.

When SAML Token (ESB runtime only) is selected, you can either provide the user credentials to send the request or make the call on behalf of an already authenticated user by propagating the existing credentials. Select from:

-: Enter the username and the password in the corresponding fields to access the service.

Propagate using U/P: Enter the username and the password used to authenticate using STS.

Propagate using Certificate: Enter the alias and the password used to authenticate using STS.

This check box disappears when the Use Service Registry check box is selected.

Use Authorization

This option is only available if you subscribed to Talend Enterprise ESB solutions. It appears when SAML Token (ESB runtime only) is selected in the Use Authentication list.

When the cSOAP component is used to provide a Web service, select this check box to enable authorization.

When the cSOAP component is used to consume a Web service, select this check box to invoke authorized call and specify the client's role in the Role field.

For more information about the management of user roles and rights, see Managing ESB Resources and authorizations and Talend Identity and Access Management.

Use Business Correlation

Select this check box to enable the correlation option so that chained service calls will be grouped under the same correlation ID.

When cSOAP is used to provide a Web service:

cSOAP will extract the correlation ID from the request message.

If the request message does not contain a correlation ID, the provider will create a correlation ID automatically in the SOAP header.

When cSOAP is used to consume a Web service:

You can specify a correlation ID in the Correlation Value field using a string or a simple expression. If you leave this field empty, this value will be generated automatically at runtime. The correlation ID will be created in the custom SOAP header of the request message and passed on to the service it calls.

This check box disappears when the Use Service Registry check box is selected or RAW is selected in the Dataformat list.

Advanced settings

Arguments Set the optional arguments in the corresponding table. Click [+] as many times as required to add arguments to the table. Then click the corresponding Value field and enter a value. See the site http://camel.apache.org/cxf.html for available URI options.

Usage

Usage rule

cSOAP can be a start, middle, or end component in a Route.

Limitation

Due to license incompatibility, one or more JARs required to use this component are not provided. You can install the missing JARs for this particular component by clicking the Install button on the Component tab view. You can also find out and add all missing JARs easily on the Modules tab in the Integration perspective of Talend Studio. For details, see Installing external modules.

 Multiple cSOAP components with the same label in a Route is not supported.

When cSOAP is used to consume a Web service, if you use the CXF_MESSAGE data format, the request body type needs to be javax.xml.transform.Source.class, or the request body will be empty.

For simple proxy use cases, for example, from cSOAP to cProcessor to cSOAP, if you use the RAW data format, the request body will be reset. If it is printed by cProcessor, the output request body will be empty.

When cSOAP is used to consume a Web service and the data format is POJO, PAYLOAD, or CXF_MESSAGE, if fault response is returned the message routing will stop. In this case, it is recommended to use the cErrorHandler component to catch the fault message. For more information about cErrorHandler, see cErrorHandler.