I have a web service hosted in asp.net which exposes a method that takes an object as parameter. This object has properties like DateTime? , enum, int , string.
Can php deal with DateTime or enum?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PHP wouldn’t be understanding .NET enum or or datetime types. The proxy that is generated from the WSDL is what “understands” the interface that the ASMX publishes.