web reference
Publicado por Alfredo (47 intervenciones) el 05/07/2010 17:43:10
I am working with a VS.NET 2003 project, I wonder why when I add a web reference there is two soap tag, check it
Estoy trabajando en un projecto web con vs.net 2003, no entiendo porqué cuando agrego una referencia web, me aparecen dos soap tag, por ejemplo:
<?xml version="1.0" encoding="utf-8"?>
<discovery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.xmlsoap.org/disco/">
<contractRef ref="http://localhost/wsCobeWeb/sfianza.asmx?wsdl" docRef="http://localhost/wsCobeWeb/sfianza.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
<soap address="http://localhost/wsCobeWeb/sfianza.asmx" xmlns:q1="http://tempuri.org/wsCobeWeb/sfianza" binding="q1:sfianzaSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
<soap address="http://localhost/wsCobeWeb/sfianza.asmx" xmlns:q2="http://tempuri.org/wsCobeWeb/sfianza" binding="q2:sfianzaSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
</discovery>
Estoy trabajando en un projecto web con vs.net 2003, no entiendo porqué cuando agrego una referencia web, me aparecen dos soap tag, por ejemplo:
<?xml version="1.0" encoding="utf-8"?>
<discovery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.xmlsoap.org/disco/">
<contractRef ref="http://localhost/wsCobeWeb/sfianza.asmx?wsdl" docRef="http://localhost/wsCobeWeb/sfianza.asmx" xmlns="http://schemas.xmlsoap.org/disco/scl/" />
<soap address="http://localhost/wsCobeWeb/sfianza.asmx" xmlns:q1="http://tempuri.org/wsCobeWeb/sfianza" binding="q1:sfianzaSoap" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
<soap address="http://localhost/wsCobeWeb/sfianza.asmx" xmlns:q2="http://tempuri.org/wsCobeWeb/sfianza" binding="q2:sfianzaSoap12" xmlns="http://schemas.xmlsoap.org/disco/soap/" />
</discovery>
Valora esta pregunta


0