How to check in webMethods if an object is a String or StringList?
seems to be a bug in webMethods where if you have a String List of some kind during design time and have a Loop to iterate over the list, during runtime it may turn out that the String List is only a String. To solve this problem, write … How to check memory usage in a service problem You want some reporting on memory usage during a services execution The solution a) Invoke a resource reporting service Check out this services: wm.server.query:getResourceSettings Then choose the data to report on. b) You could also write a Stat Event … How to configure HTTPS port in WebMethods 6 Problem I’ve configured the https port. I’ve created a self signed certificate using open ssl and when I test the url using the browser I get the trusted certficate pop up but after that the page goes into error. Solution … How to convert an IDOC values xml to a Document Type Question How to convert an IDOC values xml to a Document Type Answer Use sap.idoc:transformFlatToHierarchy How to create a WebMethod