Forum Discussion

nirajsha89's avatar
nirajsha89
Occasional Contributor
16 years ago

XSD Problem

Hi .
I am trying do a web testing . I have a soapRequest which has two name spaces. The soap Request looks like this:
xmlns:upd="dsp:DataService/xyz/application/UpdateIndividualInvolvement"
xmlns:ind="http://abc/schema/individual/IndividualInvolvement.xsd">
 

 
     
       
           
             
             
       
                  I
                  jGFAJSDG
 

           

       

     

 


when I am trying to do a property transfer

declare namespace ind="http://abc/schema/individual/IndividualInvolvement.xsd/";
(//ind:IndividuallnvolvementList/IndivInvolvement/dmlAction[1])

I am getting the following error:

Wed Dec 30 15:32:27 IST 2009 dmlAction_transfer [Missing match for Target XPath [declare namespace ind="http://abc/schema/individual/IndividualInvolvement.xsd/";
(//ind:IndividuallnvolvementList/IndivInvolvement/dmlAction[1])]].

Please provide me a way to do the property transfer as I am unable to do it.
Please help in solving this problem .

N----
No RepliesBe the first to reply