Options

Problems with xmlports and xml from web services soap

gorvega79gorvega79 Member Posts: 73
edited 2011-06-24 in NAV Three Tier
hi all


hi my problem is simple, i can´t read and import a xml file form soap web
service. the error that show me is : ](*,) ](*,)

"The attribute <Envelope> is unexpected"

i read these topics :

viewtopic.php?t=23618
viewtopic.php?f=32&t=43952&hilit=soap+xmlport

where explain how to read a xml with xmlport but always the same error,and i can´t find another information. my question is if is possible read a xml from soap web service with xmlport.

my xml is like this

<?xml version="1.0" encoding="utf-8" ?>
- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
- <soap:Body>
- <newPolizaInstanceResponse xmlns="http://tempuri.org/"&gt;
- <newPolizaInstanceResult>
<Programa>0</Programa>
<Tramo>0</Tramo>
<Prima>0</Prima>
<Ticket />
<Cliente />
<Direccion />
- <Equipo>
<PVP>0</PVP>
</Equipo>
- <FormaPago>
<PagoEnTienda>false</PagoEnTienda>
<PagosAnuales>0</PagosAnuales>
</FormaPago>
<Tarjeta />
<Domiciliacion />
</newPolizaInstanceResult>
</newPolizaInstanceResponse>
</soap:Body>
</soap:Envelope>

thank you so much

Answers

Sign In or Register to comment.