" /> URS and Web Services - Genesys CTI User Forum

Author Topic: URS and Web Services  (Read 2616 times)

Offline ferry

  • Newbie
  • *
  • Posts: 7
  • Karma: 1
URS and Web Services
« on: June 10, 2009, 12:30:57 PM »
Advertisement
Hi all,

I have a problem invoking a web service from URS 7.6.100.05. My web service has two parameters (two key-value pairs). In the xml log I would expect the SOAP request to show as

... <servicename><key1>value1</key1><key2>value2</key2></servicename> ...

In fact the xml log shows the request sent to the web server is

... <servicename><key1>value1,key2=value2</key1></servicename>

Does anyone know if this is a known problem?

Thanks,
Ferry

Offline kubikle

  • Full Member
  • ***
  • Posts: 140
  • Karma: 7
Re: URS and Web Services
« Reply #1 on: June 10, 2009, 05:04:11 PM »
Hi Ferry,

Very likely it can be known problem claimed to be fixed in 7.6.100.06.
It was related with using underscore ('_') in names of parameters and results very similar to yours broken SOAP request.