I am getting below exception at webMethods by invoking a flow service for a xml.
As per my knowledge it requires credentials (user name and password) to be set for services. am i correct.
If so how can I set user name and password.
com.wm.lang.flow.FlowException: [ISC.0049.9005] Input validation for service ‘LCOMM100.Utils:CallCommManager’ failed: ‘/WL_User VV-005 [ISC.0082.9034] Field is absent, field must exist’
Please check if you are passing some value in the require/mandatory input parameter. It appears that the input values being passed are not confirming according to the IS document type you have defined for. I don’t think it has anything to do with username/password.
[QUOTE=Satish Babu G]
com.wm.lang.flow.FlowException: [ISC.0049.9005] Input validation for service ‘LCOMM100.Utils:CallCommManager’ failed: ‘/WL_User VV-005 [ISC.0082.9034] Field is absent, field must exist’
[/QUOTE][/i]
[ISC.0049.9005]Satish. G,
I think the issue is that the document you are using has a field in it set as mandatory… and in your input you are not passing in that field…[/i]
[ISC.0049.9005]so either pass in all mandatory fields or change that field to optional…[/i]
[ISC.0049.9005]Remember it says it all in the exception message…
com.wm.lang.flow.FlowException: [ISC.0049.9005] Input validation for service ‘LCOMM100.Utils:CallCommManager’ failed: ‘/WL_User VV-005 [ISC.0082.9034] Field is absent, field must exist’