Got Invalid Symbol Found (lt) error after pasting the SOAP request to the Request Body field in the Integration object config screen. The same SOAP request works in SOAPUI. Plz shed some light on this.
<soapenv:Envelope xmlns:soapenv="">schemas.xmlsoap.org/.../" xmlns:xsd="">www.w3.org/.../XMLSchema" xmlns:xsi="">www.w3.org/.../XMLSchema-instance"> <soapenv:Header> <wsse:Security xmlns:wsse="">schemas.xmlsoap.org/.../secext" soapenv:mustUnderstand="1"> <wsse:UsernameToken> <wsse:Username>aaaa</wsse:Username> <wsse:Password>ddddd</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ibn220 xmlns="">ibn220.ang.pbd.ntrs.com/"> <ibn220Req> <function>F5</function> <reqType /> <qualType>M11</qualType> <reqQuan>1</reqQuan> <arxMain>0</arxMain> <acctType /> <acctNo /> <appl>LNS</appl> <bank>465</bank> </ibn220Req> </ibn220> </soapenv:Body></soapenv:Envelope>
Discussion posts and replies are publicly visible
Also troubleshooting "invalid symbol found(lt)"
If I comment out all the xml it tells me I'm missing a comma. If I then uncomment any part of the xml I get "invalid symbol found(lt)". Is this a bug?
A line like this <id>1</id> will give me this same error.
is your namespace properly defined?https://community.appian.com/discussions/f/general/17695/parse-xml-response-with-xpathsnippet/69679#69679
I think it is but even when I use the sample XML code from appian... like Cindy above. https://community.appian.com/w/the-appian-playbook/86/advanced-soap-web-service-configuration
I still get the error.