Topic by jaya lakshmi
Hi All,
I'm trying to create Service Request from siebel to RN through SOAP XML. I'm able to create SR the thing is i'm not able to update the status or severity with dynamic value from siebel. I tried following code but its not working is there any error in the code please help me to solve this issue. Here subject i'm able to update but status i'm not able to update
<ns4:StatusWithType>
<ns4:Status>
<ns9:ID id=>"<xsl:value-of select='//ListOfRightNow_undService_undRequest_undIO/RightNow_spcService_spcRequest/@RNStatusId'/>"</ns9:ID>
</ns4:Status>
</ns4:StatusWithType>
<ns4:Subject><xsl:value-of select='//ListOfRightNow_undService_undRequest_undIO/RightNow_spcService_spcRequest/@Abstract' /></ns4:Subject>