Hi,
I am using webmethods6.5. I have created a web service (using WSDL (RPC)) which takes few fields as input. Some fields are mandatory and some optional.
Some of the input fields are of type = string and content type = date (and also integer).
In wsdl the fields are of type:
type=“xsd:date”
type=“xsd:integer”
type=“xsd:string”
Now When I execute the WebService, I am get the following errors, even if i set all the fields:(I am pasting only few errors as there are similar errors generated)
Could not run ‘invokeBillingService’.
com.wm.app.b2b.server.ServiceException: [ISS.0088.9138] Input parameters do not conform to targetInputSignature:
errorCode=DT-001
pathName=/COLTOMToBilling.ohp.doc:billingAccountCBE_request/cbe:Order/createdOn
errorMessage=[ISC.0082.9447] Value does not conform to datatype
errorCode=DT-001
pathName=/COLTOMToBilling.ohp.doc:billingAccountCBE_request/cbe:Order/submittedOn
errorMessage=[ISC.0082.9447] Value does not conform to datatype
errorCode=DT-001
pathName=/COLTOMToBilling.ohp.doc:billingAccountCBE_request/cbe:Order/contract/contractTerm
errorMessage=[ISC.0082.9447] Value does not conform to datatype
errorCode=DT-001
Can anyone please help me?
Thanks & Regards
Prabhu Kanthi
#soa#webMethods#API-Management