mocking webservice on IS

hi,

i would like to mock 3rd party web service (SOAP/http) on my IS.

  1. used the 3rd party web service wsdl and generated provider wsd
  2. this newly created wsd changed three things from the soap endpoint url
    a. hostname
    b. port
    c. servicename

as a web service client, i would used the 3rd party web service wsdl to generate consumer wsd

  1. using consumer web service endpoint alias, change my connectors to point to mock service
    → only host and port can be configurable from IS admin using consumer web service endpoint alias
    → how to make servicename configurable??

Thanks & Regards
Ajay Kumar Kasam

for now, i fixed this with custom solution.

work around: make whole of endpoint url in consumer’s wsd connectors configurable (tailor made solution). there seems to be no out-of-box to make web service’s servicename part of endpoint url configurable.

let me know if anybody got better solution.

Thanks & Regards
Ajay Kumar Kasam

Hi,

please let me know how to control and configure different part of my port location for provider web service with

  1. host (can be configured using web service endpoint alias)

  2. port (can be configured using web service endpoint alias)

  3. service name (by default IS creates http://:/wsd/<folder1.folder2>/wsdl-port-name)

my query is how provide any alias for “wsd/<folder1.folder2>/wsdl-port-name” (service name part of web service end point url)

i’m exposing this service to partner outside enterprise, so i can’t give details of my IS folders as part of web service end point url.

we don’t use mediator & centrasite.

any help is appreciated.

thanks and regards
ajay kasam

Ajay,

I’ve done something very similar to what you’re describing via URL Aliases. Open the IS Admin console and go to Settings > URL Aliases.

Let me know if you have questions.

Good luck,
Percio

Cool, Thanks. It works