XML literal input to HTTP-SOAP connector is being URL encoded in MetaMatrix query
Issue
-
I'm trying to invoke a web service operation "createCatalogEntry" that takes an XML string as one of its parameters.
-
Whenever I pass an XML string as input, MetaMatrix performs URL encoding to escape all the special characters. In other words, we escape the "<"'s to "<", etc.
- The web service expects a CDATA block of XML, without any URL encoding. So it tells me my request doc is malformed, and the request fails.
- How can we turn off URL encoding, in order to pass an unencoded string to the web service?
Environment
- MetaMatrix Enterprise Server 5.5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
