Re: SOAPHeader Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi. thanks again but i received this error message


Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: 
Couldn't load from 'http://test.iodeme.com/iodeme.asmx' in 
c:\Inetpub\wwwroot\arena\index.php:2 Stack trace: #0 
c:\Inetpub\wwwroot\arena\index.php(2): 
SoapClient->__construct('http://test.iod...') #1 {main} thrown in 
c:\Inetpub\wwwroot\arena\index.php on line 2



""A. Bahadýr UGE"" <bahadiruge@gmail.com> wrote in message 
A8.E4.07779.27EBDD54@pb1.pair.com">news:A8.E4.07779.27EBDD54@pb1.pair.com...
> Hi Everyone
>
> I have no idea to SOAP. I want improve about SOAP codding with php. I 
> usually use CURL functions like tihs projects but this is very diffrent.
> I have problem about business partner SOAPHeader Communication
> They want SOAP message like this first
>
>
> <?xml version="1.0" encoding="utf-16"?>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
>  <soap:Header>
>    <AuthenticationInfo xmlns="http://iodeme.arenaopen.com/";>
>      <agentID>MYLOGINID</agentID>
>      <username>MYUSERNAME<username />
>      <authenticated>true</authenticated>
>    </AuthenticationInfo>
>  </soap:Header>
>  <soap:Body>
>    <GetBankList xmlns="http://iodeme.arenaopen.com/";>
>      <getAll>false</getAll>
>    </GetBankList>
>  </soap:Body>
> </soap:Envelope>
>
>
> SOAPAction : "http://iodeme.arenaopen.com/GetBankList";
> Url       : "http://test.iodeme.com/iodeme.asmx";
>
>
> How can i create php code for this SOAP XML
>
> Please help me.
>
> Thanks
>
> A. Bahadir UGE 

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux