Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/01/2015, 01:48
Avatar de jshdev
jshdev
 
Fecha de Ingreso: julio-2013
Mensajes: 10
Antigüedad: 10 años, 9 meses
Puntos: 0
Problemas al importar Web Service

Hola

Estoy intentando acceder al Web Service de FACe (Facturación electrónica) para envío de facturas como proveedor de administración pública desde Visual Studio.

Al importar la url del servicio wsdl de Staging (https://se-face-webservice.redsara.es/sspp?wsdl) parace que todo va bién. Pero al finalizar el último paso me doy cuenta de lo siguiente:
- El Reference.vb no se ha rellenado
- Tengo un error y dos Warnings

Warning 2 Custom tool warning: Cannot import wsdl:binding
Detail: There was an error importing a wsdl:portType that the wsdl:binding is dependent on.
XPath to wsdl:portType: //wsdl:definitions[@targetNamespace='https://webservice.face.gob.es']/wsdl:portType[@name='SSPPWebServiceProxyPort']
XPath to Error Source: //wsdl:definitions[@targetNamespace='https://webservice.face.gob.es']/wsdl:binding[@name='SSPPWebServiceProxyBinding'] C:\Proyectos\Gestion\Gestion.BLL\Service References\WebServiceFACe\Reference.svcmap 1 1 Gestion.BLL


Warning 5 Custom tool warning: Cannot import wsdl:port
Detail: There was an error importing a wsdl:binding that the wsdl:port is dependent on.
XPath to wsdl:binding: //wsdl:definitions[@targetNamespace='https://webservice.face.gob.es']/wsdl:binding[@name='SSPPWebServiceProxyBinding']
XPath to Error Source: //wsdl:definitions[@targetNamespace='https://webservice.face.gob.es']/wsdl:service[@name='SSPPWebServiceProxyService']/wsdl:port[@name='SSPPWebServiceProxyPort'] C:\Proyectos\Gestion\Gestion.BLL\Service References\WebServiceFACe\Reference.svcmap 1 1 Gestion.BLL



No tengo ni idea de por donde seguir, aún habiendo consultado muchos foros. El teléfono de soporte de FACe no coge nunca el teléfono.

Si alguién ha conseguido configurarlo en alguna ocasión, por favor ayudenme.

Un saludo y gracias