Skip to Content
0
Former Member
Apr 20, 2010 at 06:55 AM

& in the input structure

61 Views

Hi All,

I am working on the SOAP to PROXY synchronous scenario. We have exposed the interface as web service and executing the WSDL using Altova XMLSpy. The problem we are facing is that XML is unable to recognize "&".

For Ex - say one of the field Street is populated with:

<Street>N VAN DIEN AVE & LINWOOD</Street>

This request is not processed and gettin the error:

The .xml is not well formed.

character ' ' is grammatically unexpected.

Could someone please tell me how to include the & in an XML element and how to get this request processed successfully.

Thanks in advance.