Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHi Chris,
hmm.. maybe the XML you are inserting is to sent as a string and not as XML, try surrounding it with a CDATA section as follows:
</b><AccountInformationRequest xmlns="http://RedlineApplicationServices.com/CognitionAI/AccountInformationRequest.xsd"><br /> <Authentication><br /> <LoginName>WWWWWW</LoginName><br /> <Password>KKKKKKK</Password><br /> </Authentication><br /> <Directives><br /> <Environment>TRIAL</Environment><br /> <RequestedAction>AccountSummary</RequestedAction><br /> <CustomerReference>77777</CustomerReference><br /> <AccountReference>000000111111</AccountReference><br /> </Directives><br /> </AccountInformationRequest><b>
Does that make any difference?
regards,
/Ole
eviware.com
hmm.. maybe the XML you are inserting is to sent as a string and not as XML, try surrounding it with a CDATA section as follows:
Does that make any difference?
regards,
/Ole
eviware.com