Welcome Guest, Not a member yet? Register   Sign In
Please help to make SOAP call using nusoap
#11

[eluser]Gewa[/eluser]
Hi Leo,
you are soooooooooooo kind,thanks a lot!!!!!

I have solved problem like this


Code:
$arik='
<GetProductListRequest>
<Filters>
<Filter>
<Name>Language</Name>
<Value>lt-lt</Value>
</Filter>
<Filter>
<Name>Currency</Name>
<Value>LTL</Value>
</Filter>
</Filters>
</GetProductListRequest>
';





              $this->load->library('SimpleXml');




                $my_data = $this->simplexml->xml_parse($arik);



              //print_r($my_data);




             $params=array('GetProductListRequest' =>array('filters'=>array(array('Name'=>'Language','Value'=>'lt-lt'),array('Name'=>'Currency','Value'=>'LTL'))));

            $params=array(array('GetProductListRequest'=>$my_data)) ;


               $req=array($params);



// print_r($req);

             $member = $client->call(
                    'GetProductList',
                    $params
                );


will try your code tomorrow and will give feedback Smile))) Anyway you are soooooooooooooooooooo kind 10x a looooot


Messages In This Thread
Please help to make SOAP call using nusoap - by El Forum - 07-30-2009, 03:00 AM
Please help to make SOAP call using nusoap - by El Forum - 07-30-2009, 05:58 AM
Please help to make SOAP call using nusoap - by El Forum - 07-30-2009, 10:02 AM
Please help to make SOAP call using nusoap - by El Forum - 07-31-2009, 10:12 AM
Please help to make SOAP call using nusoap - by El Forum - 07-31-2009, 11:29 AM
Please help to make SOAP call using nusoap - by El Forum - 07-31-2009, 11:47 AM
Please help to make SOAP call using nusoap - by El Forum - 07-31-2009, 01:14 PM
Please help to make SOAP call using nusoap - by El Forum - 07-31-2009, 01:29 PM
Please help to make SOAP call using nusoap - by El Forum - 08-01-2009, 02:14 PM
Please help to make SOAP call using nusoap - by El Forum - 08-09-2009, 02:41 PM
Please help to make SOAP call using nusoap - by El Forum - 08-09-2009, 02:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB