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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.