• ArgumentException: Invalid schema property name: Type

    I have encountered an issue where SV is throwing an argument exception when I try and use the Copy() method. Internal server error\nC# rule Build Response execution failed on line 174 with error ArgumentException: Invalid schema property name: Type. Only…
  • Setting HTTP Response Content Type from Scripted Rule

    I'm writing a C# scripted rule for HTTP Service that responded a static XML string. Everything already works. The response body is already properly set by the script and can be observed on the client side. What is missing is the content type received…
  • How to access the array[] values in C# scripted rule

    Hi Team, I have the below JSON Request, trying to access the values inside the C# scripted rule. { "stocks" : [ { "color" : "Blue" , "name" : "YTDD1" , "itamid" : "8740-YTD" }, { "color" : "Red" , "name" : "YTDD2" , "itamid…
  • How to securely store the connection string passwords in scripted rule?

    Hi, I have scripted rule written in C#, which has the database connection string with password in plain text. could you please let me know how I can securely store the connection string password in scripted rule? Request your support. Jakub Karel…
  • How to update the C# scripted rule to use language version 8.0 or greater.

    Hi, I am getting the below error message in the virtual service, when I use the 'using' keyword in C# scripted rule. may I know how to update the C# language version to 8 for SV Designer and Server? Currently we are using 5.4.1 version. Feature…
  • RE: SV ability to respond to 2 different system through 2 different channel

    Hi JP7, This is how to send (put) messages to MQ in parallel to sending out a response to the original request of the service call. To use the code provided in the last email make sure you have the IBM WebSphere MQ Client installed (it is a prerequisite…