On Sat, Aug 8, 2009 at 4:18 PM, Augusto Flavio<afla...@gmail.com> wrote:
> Has someone an clue about this zce question:
>
> The following is a common XML structure used in service oriented
> architectures, what does it represent?
>
>
> <?xml version="1.0"?>
> <methodCall>
>  <methodName>myMethod</methodName>
>  <params>
>  <param>
>   <value><string>HI!</string></value>
>  </param>
>  </params>
> </methodCall>
>
>
> Answer...
>    None of the above
>    A fragment of a complete SOAP request
>    XML-RPC
>    REST
>    SOAP
>
>
> i think the answer is: SOAP
>
>
> some idea?
>
>
> thanks
>
> Augusto Morais
>

Looks like XMLRPC to me.

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

Reply via email to