Hi, I am using JiBX with xfie and on my wsdl, I see nillable="true" <xsd:element name="myAdd"> <xsd:complexType> <xsd:sequence> <xsd:element ref="tns:myadd-message" nillable="true" minOccurs="1" maxOccurs="1" /> </xsd:sequence> </xsd:complexType> </xsd:element> Can somebody help me understand what it is and informatica and BPEL engines are complaining about it. How can I remove this element from WSDL. Regards Kamlesh
_____ From: Sharma, Kamlesh [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 3:59 PM To: [email protected] Subject: RE: [xfire-user] ETL tool informatica complains about WSDL Hi, All I get following error from the ETL tool Informatica, when it tries to parse WSDL. I suspect it does not like nillable="true" on the element. Error at (file @schema1, line 559, char 98 ): Attribute 'nillable' cannot appear in local element declarations. Error at (file @schema1, line 566, char 104 ): Attribute 'nillable' cannot appear in local element declarations. Schema for namespace [http://service.my.mynetworks.com] specified in the WSDL is invalid. Failed to parse the content. Why? Regards Kamlesh
