3

I have this function and $from, $msg, $rcpts and $result are arrays. How do I register and define addcomplex type for this function in nusoap-wsdl?

$uname and $pass are strings and I know how to define that in register

function enqueue_multi($from, $rcpt_array, $msg, $type = '',$uname ,$pass)
{
  ......
  return $result;
}
dnagirl
  • 20,196
  • 13
  • 80
  • 123
user1574533
  • 93
  • 1
  • 6

1 Answers1

-1

Worked this out once. http://harx.nl/news/2011/1/11/generate-a-wsdl-using-nusoap-in-php

Hope it helps!

Roel Veldhuizen
  • 4,613
  • 8
  • 44
  • 78
  • Please, Try not use "link only" answers ... Try to add the "important" part of the text, so the user don't need to go to another site nor have to read another "wall text" to find his solution. – Michel Ayres May 12 '14 at 17:45