Note that there are some explanatory texts on larger screens.

plurals
  1. POSymfony 2 + SoapClient
    primarykey
    data
    text
    <p>When i try to send this request then i get error "id: 0 500 Internal Server Error - SoapFault".</p> <p>My request:</p> <pre><code>$client = new SoapClient( 'xxx', array('trace' =&gt; 1)); $client -&gt; soap_defencoding = 'utf-8'; $client -&gt; decode_utf8 = FALSE; $a = array( 'user_name' =&gt; 'xx', 'user_password' =&gt; 'xx' ); $response = $client-&gt;__soapCall( 'adeLogin', $a ); $session = get_object_vars($response)['session']; $aCPrep = array( 'rname1' =&gt; 'Pan', 'rname2' =&gt; 'Jan', 'rname3' =&gt; 'test', 'rcountry' =&gt; 'PL', 'rzipcode' =&gt; '00-950', 'rcity' =&gt; 'Warszawa', 'rstreet' =&gt; 'ul. Kwieciska 15', 'quantity' =&gt; '1', 'rphone' =&gt; '1500-100-900', 'rcontact' =&gt; 'Antoni', 'weight' =&gt; '100', 'date' =&gt; '2012-01-01', 'references' =&gt; 'by WebAPI ', 'notes' =&gt; 'by Thomi (thest 4)', 'srv_ade' =&gt; 'asd', 'pfc' =&gt; 'Magazyn', 'sendaddr' =&gt; array( 'name1' =&gt; 'Firma z Francji', 'name2' =&gt; 'firma', 'name3' =&gt; 'firma2','country' =&gt; 'FR', 'zipcode' =&gt; '14117', 'city' =&gt; 'Arromanches', 'street' =&gt; 'Pl. du Six Juin 1944' ), 'srv_daw' =&gt; array( 'name' =&gt; '','building' =&gt; '','floor' =&gt; '','room' =&gt; '','phone' =&gt; '','altrec' =&gt; ''), 'srv_ident' =&gt; array( 'name' =&gt; '','country' =&gt; '','zipcode' =&gt; '','city' =&gt; '','street' =&gt; '','nation' =&gt; '','date_birth' =&gt; '','identity' =&gt; '','ident_doctype' =&gt; '','spages' =&gt; '','ssign' =&gt; '','sdealsend' =&gt; '','sdealrec' =&gt; ''), 'srv_ppe' =&gt; array( 'sname1' =&gt; '','sname2' =&gt; '','sname3' =&gt; '','scountry' =&gt; '','szipcode' =&gt; '','scity' =&gt; '','sstreet' =&gt; '','sphone' =&gt; '','scontact' =&gt; '','rname1' =&gt; '','rname2' =&gt; '','rname3' =&gt; '','rcountry' =&gt; '','rzipcode' =&gt; '','rcity' =&gt; '','rstreet' =&gt; '','rphone' =&gt; '','rcontact' =&gt; '','references' =&gt; '','weight' =&gt; ''), 'srv_bool' =&gt; array( 'cod' =&gt; '1', 'cod_amount' =&gt; '200', 'exw' =&gt; '0', 'rod' =&gt; '0', 'pod' =&gt; '0', 'exc' =&gt; '0','ident' =&gt; '0','daw' =&gt; '0','ps' =&gt; '0','pr' =&gt; '0','s10' =&gt; '0','s12' =&gt; '0','sat' =&gt; '0','ow' =&gt; '0','srs' =&gt; '0',), 'parcels' =&gt; array( '0' =&gt; array( 'weight' =&gt; '15', 'reference' =&gt; 'paczka duza','number' =&gt; '','srv_ade' =&gt; '', 'srv_bool' =&gt; array( 'cod' =&gt; '1', 'cod_amount' =&gt; '200', 'exw' =&gt; '0', 'rod' =&gt; '0', 'pod' =&gt; '0', 'exc' =&gt; '0','ident' =&gt; '0','daw' =&gt; '0','ps' =&gt; '0','pr' =&gt; '0','s10' =&gt; '0','s12' =&gt; '0','sat' =&gt; '0','ow' =&gt; '0','srs' =&gt; '0'))) ); $aCMsg = array( 'session' =&gt; $session, 'consign_prep_data' =&gt; $aCPrep ); $aClient = $client-&gt;__soapCall( 'adePreparingBox_Insert', $aCMsg ); </code></pre> <p>It is error from my soap server or from symfony ? Anybody know what is wrong ?</p> <p>How can i show the XML ?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload