SoapServer constructor parameters: what is actor uri? [message #181277] |
Tue, 30 April 2013 18:24 |
Giacomo M
Messages: 15 Registered: February 2013
Karma: 0
|
Junior Member |
|
|
Hi,
as the subject, what is the "actor uri" in the SoapServer second
paramater constructor?
I can't understand it.
And what about passing NULL as first parameter?
The guide says:
pass NULL and set the uri option to the target namespace for the server.
That is?
Thanks.
--
Giacomo
|
|
|
Re: SoapServer constructor parameters: what is actor uri? [message #181278 is a reply to message #181277] |
Tue, 30 April 2013 19:26 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 30/04/13 19:24, Giacomo M wrote:
> Hi,
> as the subject, what is the "actor uri" in the SoapServer second
> paramater constructor?
> I can't understand it.
>
> And what about passing NULL as first parameter?
> The guide says:
>
> pass NULL and set the uri option to the target namespace for the server.
>
> That is?
>
> Thanks.
>
http://uk1.php.net/manual/en/class.soapserver.php
see first comment
--
Ineptocracy
(in-ep-toc’-ra-cy) – a system of government where the least capable to lead are elected by the least capable of producing, and where the members of society least likely to sustain themselves or succeed, are rewarded with goods and services paid for by the confiscated wealth of a diminishing number of producers.
|
|
|
Re: SoapServer constructor parameters: what is actor uri? [message #181281 is a reply to message #181278] |
Wed, 01 May 2013 19:17 |
Giacomo M
Messages: 15 Registered: February 2013
Karma: 0
|
Junior Member |
|
|
Il 30/04/2013 21:26, The Natural Philosopher ha scritto:
> On 30/04/13 19:24, Giacomo M wrote:
>> Hi,
>> as the subject, what is the "actor uri" in the SoapServer second
>> paramater constructor?
>> I can't understand it.
>>
>> And what about passing NULL as first parameter?
>> The guide says:
>>
>> pass NULL and set the uri option to the target namespace for the server.
>>
>> That is?
>>
>> Thanks.
>>
> http://uk1.php.net/manual/en/class.soapserver.php
> see first comment
Sorry but I didnt get it. Can you explain me please?
Thanks.
--
Giacomo
|
|
|
Re: SoapServer constructor parameters: what is actor uri? [message #181283 is a reply to message #181281] |
Wed, 01 May 2013 19:34 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 01/05/13 20:17, Giacomo M wrote:
> Il 30/04/2013 21:26, The Natural Philosopher ha scritto:
>> On 30/04/13 19:24, Giacomo M wrote:
>>> Hi,
>>> as the subject, what is the "actor uri" in the SoapServer second
>>> paramater constructor?
>>> I can't understand it.
>>>
>>> And what about passing NULL as first parameter?
>>> The guide says:
>>>
>>> pass NULL and set the uri option to the target namespace for the
>>> server.
>>>
>>> That is?
>>>
>>> Thanks.
>>>
>> http://uk1.php.net/manual/en/class.soapserver.php
>> see first comment
>
> Sorry but I didnt get it. Can you explain me please?
>
> Thanks.
>
just set it to null :-)
--
Ineptocracy
(in-ep-toc’-ra-cy) – a system of government where the least capable to lead are elected by the least capable of producing, and where the members of society least likely to sustain themselves or succeed, are rewarded with goods and services paid for by the confiscated wealth of a diminishing number of producers.
|
|
|
|
Re: SoapServer constructor parameters: what is actor uri? [message #181285 is a reply to message #181284] |
Thu, 02 May 2013 19:11 |
The Natural Philosoph
Messages: 993 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 02/05/13 18:21, Giacomo M wrote:
> Il 01/05/2013 21:34, The Natural Philosopher ha scritto:
>> just set it to null :-)
>
> I would like to know what does it mean. :D
>
http://www.w3schools.com/soap/soap_header.asp
the actor uri is a special message to tell someone 'this is for you' if
I read it aright.
--
Ineptocracy
(in-ep-toc’-ra-cy) – a system of government where the least capable to lead are elected by the least capable of producing, and where the members of society least likely to sustain themselves or succeed, are rewarded with goods and services paid for by the confiscated wealth of a diminishing number of producers.
|
|
|