in reply to Re: How do i pass dateTime for a .Net webservice.
in thread How do i pass dateTime for a .Net webservice.

SOAP::Lite doesn't know that your perl string is supposed to be converted to an XSD dateTime type.

At a glance, SOAP::WSDL doesn't either (even though it knows that the service requires a dateTime)... that'd probably be a useful thing for it to do. If not on date-like strings, then at least automatic conversion of the more common datetime object types.

-David

  • Comment on Re^2: How do i pass dateTime for a .Net webservice.