Hello All,
I am new to webMethods and i was working on creating a new interface for my client. All in all it looks to be working fine, adapter can fetched data with the query written. But after that we have a service which is suppose to login to salesforce and get a session ID and other details. But somehow that service provides fault messages as mentioned below.
Any help on this is appreciated.
Below is immediate error when the login sevice step is completed.
[b][ISS.0088.9139] Output parameters do not conform to targetOutputSignature:
errorCode=VV-005
pathName=/tns:loginResponse/tns:result/tns:userInfo/tns:chatterExternal
errorMessage=[ISC.0082.9034] Field is absent, field must exist
errorCode=VV-005
pathName=/tns:loginResponse/tns:result/tns:userInfo/tns: orgDefaultCurrencyLocale
errorMessage=[ISC.0082.9034] Field is absent, field must exist[/b]
Just for additional information i checked salesforce login history and it says login was sucessful.