thanks for reply leonlee and suggestimg for forum link, here one think i like say to u here am not validating xml data,donot require to validate ,here are the steps i have done
1.i have created the IS Document against WSDL, WSDL has elements with nillable=“true” type=“xsd:string” attributes, so IS generated the IS document with those fileds with required “true”, Allow null “true” contraints properties.
- in flow service ,thers is a map step , am doing mapping to the WSDL generated IS Document, in some of the IS Document fileds doesnot have mapping condition, i need to pass the all the IS document fileds to the webservice connector because it is required “true”,if i donot pass the all fileds to the webservice connector it will throwing an error the “required parameter element is missing”,so i have set the blank value to the IS Document fileds because it is manadtory, if i set the value to the IS Document fileds value become “”, i need to pass null('xsi:nil=“true” OR nillable =“true” ) to webservice, becauses this fields have an attribute nillable =“true” in the WSDL, so how can i achieve this.
time being i have set the minOccurs=“0” attribute to the WSDL elements which doenot have mapping condition in Development , then it will become required propert false.
i need the solution if an element having minOccurs=“1”,nillable=“true” ,type=“xsd:string” attributes, if doesnot have mapping condition , how can i effect the nillable value to the fields before calling webservice connector.
regards,
anil kumar e
#API-Management#webMethods#soa