Starting from version 7.5 there is special block in IRD for accessing WebServices. If You want to access web services created with Visual Studio some configuration on .Net side is required. For previous version onf Genesys You can access Webservices by custom server or from stored procedures ( if db server supports this - for example SQL 2005 )
The support for accessing web services in routing strategy was added to URS/IRD version 7.2.001.08. Version 7.5 brings new feature that allows using WSDL for configuration of the IRD block.
As mentioned by Paul there are other options but the IRD block is pretty easy to use. Unfortunately it doesn’t support any authentication so it be could an “security issue” when moving to production.
Paul - what kind of configuration are needed on .Net side? I’ve created sample WS using VS2003/C# and it works…
We were able to invoke webmethods but we had some problems with passing parameters and retriving parameters. Problem was solved by adding following attributes to webmethod: