Re: [SOAP] [PHP] Soap / Wsdl Beginner
[email protected] (Richard Quadling) Thu, 25 Nov 2010 15:31:26 +0000
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
On 25 November 2010 09:21, bkrqpzef <[email protected]> wrote: > > It's ok i get it now, thank you so much !! > But now I'm stuck on something again... > > I want to had a new <Assure> in my request. > I did something like that : > > $Tarif->TarifParams->Devis->Assure = new AssureInput(); // AssureInput > $Tarif->TarifParams->Devis->Assure->Nom = ''; // string > $Tarif->TarifParams->Devis->Assure->Prenom = ''; // string > $Tarif->TarifParams->Devis->Assure->NumeroAssure = 2; // int > $Tarif->TarifParams->Devis->Assure->Type = 'Adherent'; // > string > $Tarif->TarifParams->Devis->Assure->DateNaissance = '19800101'; // > string > $Tarif->TarifParams->Devis->Assure->RegimeObligatoire = 'SS'; // string > if(something){ > $Tarif->TarifParams->Devis->Assure2 = new AssureInput(); // AssureInput > $Tarif->TarifParams->Devis->Assure2->Nom = ''; // string > $Tarif->TarifParams->Devis->Assure2->Prenom = ''; // string > $Tarif->TarifParams->Devis->Assure2->NumeroAssure = 2; // int > $Tarif->TarifParams->Devis->Assure2->Type = 'Conjoint'; // > string > $Tarif->TarifParams->Devis->Assure2->DateNaissance = '19800102'; // > string > $Tarif->TarifParams->Devis->Assure2->RegimeObligatoire = 'SS'; // string > } > > But the response doesn't change at all. (But it's supposed to) > Any idea ? My syntax is correct ? > -- > View this message in context: http://old.nabble.com/-PHP--Soap---Wsdl-Beginner-tp30277723p30303624.html > Sent from the Php - Soap mailing list archive at Nabble.com. > > > -- > PHP Soap Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Have you managed to get the Clef / key bit working? If you have, did you change any of the code? If so what? Does the service have any additional documentation. -- Richard Quadling Twitter : EE : Zend @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY