| [BizTalker] XPathSelectionException - it selected no node at all ?? |
- From: ISRAEL ANDRES LASO
- Subject: [BizTalker] XPathSelectionException - it selected no node at all ??
- Date: Fri, 27 May 2005 05:29:53 +1000
- Prev by Date: RE: [BizTalker] Biztalk and Sharepoint in the same SqlServer
- Next by Date: RE: [BizTalker] XPathSelectionException - it selected no node at all ??
- Previous by thread: RE: [BizTalker] Biztalk and Sharepoint in the same SqlServer
- Next by thread: RE: [BizTalker] XPathSelectionException - it selected no node at all ??
- Index(es):
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The XPath _expression_ '/msg_Empleado/@fecha' selected a node which is not valid for property or distinguished field retrieval, or it selected no node at all. Only text-only elements or attributes may be selected.
Exception type: XPathSelectionException
Source: Microsoft.XLANGs.Engine
Target Site: Void XPathStore(System.Object, System.String)
What is the problem if the schema in the wsdl of the web service is the next?
<s:schema elementFormDefault="qualified" targetNamespace="http://LemonaSchemas.IncidenciasNomina_Out"> <s:element name="msg_Empleado" type="s1:Empleado" /> <s:complexType name="Empleado"> <s:sequence> <s:element minOccurs="0" maxOccurs="unbounded" form="unqualified" name="Incidencia" type="s1:EmpleadoIncidencia" /> </s:sequence> <s:attribute name="codigo" type="s:string" /> <s:attribute name="fecha" type="s:string" /> </s:complexType> <s:complexType name="EmpleadoIncidencia"> <s:sequence> <s:element minOccurs="0" maxOccurs="unbounded" form="unqualified" name="Cantidad" type="s:string" /> </s:sequence> <s:attribute name="codigo" type="s:string" /> </s:complexType> </s:schema>
Thanks and regards,
Israel Andrés.
(Click here for more information on the biztalkers mailling list)
