Mark,
Thanks for the quick reply !
- windows 2003 server hosting the .net web service.
- webMethods Integration Server; Web Service Connector
- Using browsers to consume and call the Web Service Connector.
Error Message is as follows:
[ISS.0088.9139] Output parameters do not conform to targetOutputSignature: errorCode=VV-004 pathName=/GetActivityResult[5]/DateTime errorMessage=[ISC.0082.9030] Type mismatch, String expected errorCode=VV-004 pathName=/GetActivityResult[5]/St errorMessage=[ISC.0082.9030] Type mismatch, String expected errorCode=VV-004 pathName=/GetActivityResult[5]/Am errorMessage=[ISC.0082.9030] Type mismatch, String expected errorCode=VV-004 pathName=/GetActivityResult[5]/Po errorMessage=[ISC.0082.9030] Type mismatch, String expected errorCode=VV-004 pathName=/GetActivityResult[5]/PoE errorMessage=[ISC.0082.9030] Type mismatch, String expected errorCode=VV-004 pathName=/GetActivityResult[5]/PoR errorMessage=[ISC.0082.9030] Type mismatch, String expected
Sorry, I had to change some of the names of the methods to protect their Identity !
.
The “correctly formatted” responses are as follows
DateTime 2006-06-19T13:49:32.000 St 1111 Am 0 PoT 100 Po Hungy Hippo
PoE 1 PoR 0
The Object thats killing it is…
DateTime 2006-06-19 09:49:57 EDT St 1112 Am 0 PoT 100 Po Hungry Hippo
PoE 1 PoR 0
the EDT its adding is causing the validation error since the type is DateTime.
All records are added in the same way, and it seems to randomly decide when to add the EDT at the end.
#soa#webMethods#API-Management