Question
Belvnesheconombank
BY
Last activity: 10 Sep 2024 2:00 EDT
Pega duplicates root element (urn) in WSDL
Hi guys! I have a question. I created SOAP service and parse XML rule thru the wizard in Pega 7.1.9.
But when I use deployed link and try to create requests to Pega to my service named putAcceptanceOffer it shows me two elements <urn:putAcceptanceOffer>
Maybe someone knows what should I check to fix this. Because of this duplicates it can't be parsed but if I remove one of the tag it works. So why pega duplicate it? I think that first tag is service name, and the second tag is root element name in parse xml rule. But how I can configure service to include only one tag? Thanks in advance!
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:PegaRULES:SOAP:BVEBIntDBODeal:Services"> <soapenv:Header/> <soapenv:Body> <urn:putAcceptanceOffer> <urn:putAcceptanceOffer> -------------My properties here-----------------
</urn:putAcceptanceOffer> </urn:putAcceptanceOffer> </soapenv:Body> </soapenv:Envelope>