tralliertf
New Member
For a complex type like: \[code\]<xsd:complexType name="ArrayOfString"><xsd:complexContent><xsd:restriction base="SOAP-ENC:Array"><xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/></xsd:restriction></xsd:complexContent></xsd:complexType>\[/code\]What Xpath expression is to be used to access the first element of the string array? Thanks