Jump to content

automatic data type validation in soapserver/soapclient?


timothee

Recommended Posts

Hi all,

Using PHP5.1.4, is there any way to enable automatic validatation of values passed to match the datatype defined in the wsdl?

I hit the case below: based on a wsdl, I must send a couple of date parameters (type is xsd:date). When I format my parameters according to specs (YYYY-MM-DD), the request goes correctly. However if I mistakenly send non-conformant data (e.g. a string as "fooYYYY-MM-DDbar"). Neither the soapclient nor the soapserver complain that the data format is invalid and of course my request doesn't return meanigful results.

What I was expecting to see was the soapserver, at least, taking care of the data format validation and throw a soap fault should the format not match.

What gives?

Thanks,
Tim.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.