Loading

Tuesday, October 2, 2007

How To - 10.1.3 OWSM: Find location of virtualized service provided by the gateway

OWSM Gateway virtualizes the service endpoint.
1. For SOAP based web services, the virtualized endpoint would be the following http://gateway-host:port/services/SID000300x
or
http://gateway-host:port/services/url-encoded-web-service-name
Here, url-encoded-web-service-name refers to the name used at service registration time that has been url encoded. For example, "Hello World WS" will be represented as "Hello%20World%20WS".

2. For XML based web services, the virtualized endpoint would be the following
http://gateway-host:port/xml/SID000300x
or
http://gateway-host:port/xml/url-encoded-web-service-name