Re: [SOAP] WCF SOAP WSDL... Parsing Schema: element error

[email protected] (Richard Quadling) Tue, 4 Jan 2011 10:43:06 +0000
Newsgroups php.soap
Message-ID <[email protected]>
On 4 January 2011 10:30, Richard Quadling <[email protected]> wrote:
> On 2 January 2011 23:00, etangle <[email protected]> wrote:
>>
>> There is a trick for that:
>>
>> In your windows hosts file, add after localhost
>> gadm01wsrv04    84.235.63.38
>>
>> I appreciate your help...
>>
>>
>>
>> etangle wrote:
>>>
>>> Hello Everyone,
>>> I am trying to access a WCF WSDL service to send message, but getting
>>> following error:
>>>
>>> SOAP-ERROR: Parsing Schema: element
>>> 'http://schemas.microsoft.com/2003/10/Serialization/Arrays:ArrayOfstring'
>>> already defined
>>>
>>> I am using native SOAP extension of php, and also tried with nuSOAP, but
>>> getting same error...
>>> My script looks as; using deliverMTMessage method with parameters...
>>>
>>> <?php
>>> try {
>>>    $client = new
>>> SoapClient("http://84.230.69.67/MTRECEIVER/TSLMTRECEIVER.svc?wsdl");
>>>    $response=$client->deliverMTMessage(array(
>>>                                                                       'applicationId' => '5789',
>>>                                                                       'username'=>'nickname',
>>>                                                                       'password' => 'WknqPI==',
>>>                                                                       'price' => '',
>>>                                                                       'moMessageId' => '',
>>>                                                                       'mTMessageId' => '',
>>>                                                                       'telcoId' => '8',
>>>                                                                       'receiverMsisdn' => '97650000000',
>>>                                                                       'senderMsisdn' => '97650000000',
>>>                                                                       'messageType' => 'SMS',
>>>                                                                       'mtType' => '2',
>>>                                                                       'messageText' => 'test message from shahid',
>>>                                                                       'serviceType' => '1',
>>>                                                                       'additionalInformation' => '',
>>>                                                                       'shortCode' => '836282',
>>>                                                                       'billServiceID' => '',
>>>                                                                       'priority' => '1'));
>>>    print_r($response);
>>>    echo htmlentities($response);
>>>
>>>     } catch (SoapFault $e) {
>>>    print_r($e->getMessage());
>>>  }
>>> ?>
>>>
>>> I shall appreciate any help...
>
> And for http://gadm01wsrv01/MTRECEIVER/TSLMTRECEIVER.svc?xsd=xsd0 ?
>
> And for server 2 ?
>
> Server2 doesn't seem to be on the same address as I've amended my
> hosts file to ...
>
> gadm01wsrv04    84.235.63.38 # Supplied by etangle
> gadm01wsrv01    84.235.63.38 # Guessed by me and passed
> gadm01wsrv02    84.235.63.38 # Guessed by me and failed
> gadm01wsrv03    84.235.63.38 # Guessed by me and not even got that far
> as server 2 fails.
>
> If you are going to make the service public, then can you use public
> addresses. If we need a special setup it is going to make things
> harder to deal with.
>
> Richard.
>
> --
> Richard Quadling
> Twitter : EE : Zend
> @RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
>

I'm not getting consistent results. Are the IP <-> Names consistent?

The SoapClient class cannot completely parse the WSDL file. So I can't
do anything.

-- 
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY