Web Services Functions (SOAP, WEB_SERVICE, Silverlight)

These functions support tests of Web Services and SOAP calls.

Click one of the following functions for more information:

silverlight_service_callCalls a Web service in a Silverlight environment.
silverlight_soap_requestPerforms a SOAP request in a Silverlight environment.
soa_xml_validateValidates an XML file against an XSD file and checks values.
soap_requestPerforms a SOAP request.
web_service_callCalls a Web service.
web_service_cancel_securityCancels the settings from the preceding call to web_service_set_security.
web_service_cancel_security_samlCancels the settings from the preceding call to web_service_set_security_saml.
web_service_cancel_security_saml_ex Cancels the settings from the preceding call to web_service_set_security_saml_ex.
web_service_set_optionSets an option before a call to a web service.
web_service_set_securityAdds security tokens to subsequent soap and web service calls.
web_service_set_security_samlAdds security tokens to subsequent soap and web service calls using SAML 1.1.
web_service_set_security_saml_ex
Adds security tokens to subsequent soap and web service calls using SAML 1.1 or SAML 2.0. Supports the WCF/.NET toolkit.
web_service_wait_for_eventWaits for response to previous asynchronous service request.
ws_sign_saml_assertionSigns an unsigned SAML assertion.
wsdl_wsi_validationValidates the WSDL file of a web service.

JMS Transport Functions

jms_publish_message_topicPublishes messages to a specific topic.
jms_receive_message_queueReceives a message from a queue.
jms_receive_message_topicReceives published messages to a specific topic on a subscription.
jms_send_message_queueSends a message to a queue.
jms_send_receive_message_queueSends a message to a specified queue and receives a message from a specified queue.
jms_set_general_propertySets a general property in the user context.
jms_set_message_propertySets a JMS header or property for the next message to be sent.
jms_subscribe_topicCreates a subscription for a topic.