Results 1 to 2 of 2

Thread: Nusoap Migration Zend_Soap

  1. #1
    sweb is offline Junior Member
    Join Date
    Apr 2008
    Posts
    14

    Default Nusoap Migration Zend_Soap

    hail i work with nusoap!
    [PHP]
    $soapclient = new nusoap_client('https://www.myurl.com/.asmx?wsdl', true);

    $params = array(
    'param1' => $value1,
    'param1' => $value2
    );

    $sendParams = array($params) ;

    $res = $soapclient->call('Request', $sendParams);

    $value3 = $res['param3'];
    $value4 = $res['param4'];

    [/PHP]

    i need to use Zend_Soap instead of that code ... help me...

  2. #2
    sweb is offline Junior Member
    Join Date
    Apr 2008
    Posts
    14

    Default

    is any body here ? i think it's a simple question!!!

Similar Threads

  1. Zend_Soap & Complex Type
    By babiychuk in forum Web & Web Services
    Replies: 0
    Last Post: 08-03-2009, 01:23 PM
  2. Server Migration . Now problems with zend DB
    By panatno in forum Databases
    Replies: 2
    Last Post: 12-15-2008, 04:45 AM
  3. Migration worries, how to deploy and recongifure on a production server?
    By TheZend in forum Installation & Configuration
    Replies: 2
    Last Post: 08-25-2008, 02:13 AM
  4. Zend_soap or Zend_server_soap
    By jap in forum Web & Web Services
    Replies: 1
    Last Post: 04-25-2008, 03:23 PM
  5. Zend_SOAP
    By xentek in forum Web & Web Services
    Replies: 0
    Last Post: 02-27-2008, 07:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •