URS and Web Services

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

… value1value2 …

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

… value1,key2=value2

Does anyone know if this is a known problem?

Thanks,
Ferry

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.

2 Likes