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/" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
- <soap:Body>
- <newPolizaInstanceResponse xmlns="
http://tempuri.org/">
- <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
finally thank to post
viewtopic.php?f=23&t=14637&hilit=xml+namespace
i read an xml from soap web service....
\:D/ \:D/ \:D/ \:D/