Hi, I have one problem when I design a web services host, Domino automatically translate the element name and function name to uppercase in wsdl, but the XML is case-sensitive. “transactionKey” and “TRANSACTIONKEY” are not the same, so on consumer side I receive the failure. They don’t match.
Any idea? How can I keep the correct capitalization in wsdl? Thanks