Longhorn PHP 2025 - Speakers and Schedule Announced!

Voting

: eight plus zero?
(Example: nine)

The Note You're Voting On

james at mercstudio dot com
17 years ago
If you use wsdl,

makesure you define the input correctly.
if your method does not contain any input parameter,
you got to makesure that you:

- do not create the message tag for the input..
- do not put input within porttype / operation
- do not put input within binding / operation

if not, you will get the error:
[Client] looks like we got no XML

d***, took me several hours figuring that out...

<< Back to user notes page

To Top