- Creating transport protocol configurations
Read these topics to configure various transport protocols.
- Sending service requests with WSDL files
You can send requests to services based on SOAP, Java Messaging Service (JMS), WebSphere® MQ, and Microsoft™ .NET that use a Web Service Description Language (WSDL) file to specify the contents of the service request.
- Sending HTTP endpoint requests
You can send requests to services that use an HTTP endpoint.
- Sending a JMS endpoint request
You can send requests to services that use a Java™ Messaging Service (JMS) endpoint.
- Sending a WebSphere MQ endpoint request
You can invoke calls to services that use a WebSphere® MQ endpoint.
- Sending OData endpoint batch requests
To test services that use OData protocol, you can send requests in a batch. The request contains HTTP operations such as GET, POST, and PUT to manage data in the service.
- Sending WebSphere Java MQ endpoint requests
You can send requests to services that use a WebSphere Java MQ endpoint.
- Testing all operations in a WSDL file
You can use the generic service client to rapidly send requests to a service using all the operations in a Web Services Description Language (WSDL) file. The calls are generated with default values based on the type of data.
- Viewing message content
The Raw Transaction Data view displays the raw XML, text, or binary content of any service request or response that is selected in the generic service client.
- Synchronizing a remote WSDL file
For web services that make their Web Services Description Language (WSDL) file available from a URL, you might have to ensure that the WSDL that you work with is always up to date. By synchronizing the WSDL, you ensure that the local copy of the WSDL in your workspace is regularly synchronized with the remote WSDL.
- Synchronizing a local WSDL file with GSC
If you edit a local WSDL source file, the Generic Service Client (GSC) should display the changes in the UI. You must keep the GSC up-to-date with the WSDL changes to ensure that you test the latest service request.
- Adding static XML headers to a service request
You can add static XML headers to service requests to ensure compliance with WS-Addressing, WS-ReliableMessaging, and WS-Coordination specifications as well as other predefined standards.
- Opening file attachments
When a service sends a file attachment with the response, you must import it as a resource to open the attachment.