Integration in Ax2012

Hello to All,

I have an Issue Regarding WebService Integration, what i have to do is that i have to pass a field in Webservice which should take the format like:-“UFTBidprojidworkerscategorylinepropertyiddeschoursprojdate~UFTBidprojidworkerscategorylinepropertyiddeschoursprojdate”

where the Tilt sign i.e.’~’ is used to seperate 2 strings and the ‘*’ is used to seperate two variables…

I am storing these in a container of size 8…

now what i have to do is if the UFTBId i.e. the first one is not present in container then the error occurs and validations get success…but while debugging the Debugger is taking the 2nd position value as a 1st postion i.e as projId as UFTBId in the container and not validating the code that id UFTBId is not present then throw error.

And at last stop debugging with invalid data…

So how should i let the container know that if 1st postion is not of UFTBid then not consider the projId at 1st postion and make validation true…

Please suggest some solution…

Thanks

Rajveer…