Visual Basic.NET - Problemas al importar Web Service

 
Vista:

Problemas al importar Web Service

Publicado por Joaquín (2 intervenciones) el 30/01/2015 08:57:35
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

1
2
3
4
5
6
7
8
9
10
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
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

Problemas al importar Web Service

Publicado por Joaquín (2 intervenciones) el 02/02/2015 08:56:46
He encontrado esta página que parece que soluciona mi problema:
http://sviudes.blogspot.com.es/2010/05/facturae-con-net-y-c.html

Si a alguién le interesara creo que debería visitarla.

Un saludo
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar