Previous Topic: How SOA Agent for Web Servers Identifies Web Service Resources

Next Topic: Resource Identification Policy Examples

How Other SOA Agent Types Identify Web Service Resources

This topic describes how the following SOA Agent types identify web service resources:

If a request is received over HTTP(S) transport, these SOA Agent types identify the web services being requested by extracting the binding URL, the name of the web service, and the name of the web service operation and concatenating them as follows:

[agent] [/web_service_URL] [/web_service_name] [/web_service_operation]

If a request is received over JMS transport, these SOA Agent types identify the web services being requested by extracting the JMS queue or topic name and the name of the web service operation and concatenating them as follows

[agent] [/queue_or_topic_name] [/web_service_operation]