最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

amazon web services - AWS API gateway convert XML to JSON conversion - Stack Overflow

programmeradmin5浏览0评论

In our case we are having response received as a soap XML and we trying to convert that to JSON payload using the integration response mapping template. But it is not working.

<?xml version = "1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV = "; SOAP-ENV:encodingStyle = ";>
    <SOAP-ENV:Body xmlns = "http:///quotation" TimeStamp="2025-02-19T10:18:15.053Z" Version="0.1">
        <ResponseMessage>
            <Success/>
        </ResponseMessage>
        <Users>
            <User BirthDate="1901-01-01" GenderCode="M">
                <PersonName OrderSequenceNo="1">
                        <NamePrefix>MR</NamePrefix>
                        <GivenName>EFGH</GivenName>
                        <SurName>ABCD</SurName>
                </PersonName>
            </User>
        </Users>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
发布评论

评论列表(0)

  1. 暂无评论