oVisitor";
/>
Bye for all.
Augusto Morais
2010/12/6 Augusto Flavio
> Hi,
>
>
>
> I'm wrting a WSDL webservice in php and I have a doubt about one thing.
>
> I created a method(or operation) that sends an
Hi,
I'm wrting a WSDL webservice in php and I have a doubt about one thing.
I created a method(or operation) that sends an invitation to the user. The
request uses the session ID to identify the user that I want to send the
invitation. Here is a example of the WSDL request from the eclipse.
Hi guys,
I created a simple wsdl web service. Everything works fine, but when I
fill the fields with accents and send the soap request, the PHP
returns me an error:
Fatal error: Uncaught SoapFault exception: [Client] SOAP-ERROR:
Encoding: string 'ol\xe1...' is not a valid utf-8 string in
PATH\c
Hi guys,
I created a simple wsdl web service. Everything works fine, but when I fill
the fields with accents and send the soap request, the PHP returns me an
error:
*Fatal error*: Uncaught SoapFault exception: [Client] SOAP-ERROR: Encoding:
string 'ol\xe1...' is not a valid utf-8 string in PATH
Hi,
I'm creating a wsdl server but I have one doubt about the
soapparam::soapparam().
I want to know how to return several parameters using the
soapparam::soapparam().
I'm doing this:
class MyApi implements API {
public function Send($param) {
$resp = array('resposta' => 'works', 'eve
Hi,
I want to know which file name is appropriate for a interface. Today, for a
PHP class I use: NAME.class.php. What about a interface? Is there a
definition about it ?
Thanks
Augusto Morais
Hi again,
I'm thinking about in how to do the communication between web chat in
browser client, the server and the operator desktop client.
I'm thinking in web service likes wsdl.
Is a good option?
Thanks
Augusto Morais
Hi List,
I'm looking for a chat support likes the livezilla. The livezilla is a great
tool but doesn't have language supports to another language instead english
and german (operator side). Then I thought that a good option would be
develop my own chat support.
A great solution is build the serv
You can use the symfony. It's a great framework.
Bye.
Augusto Morais
I did it:
.bash_profile
PATH=/usr/local/php5/bin:$PATH
export PATH
worked well
Thanks
Hi,
I have a shell account with limited access. The php cli version installated
is 4.4.6. But the server have also the php 5.2.6. I checked the php version
and i got this:
$ php -v
PHP 4.4.9 (cli) (built: Sep 17 2008 11:04:03)
.
But i want that the php command be a link to the php5.
How c
Hi all,
i'm trying to connect to a SOAP Server but i'm having a problem. Look
the xml that i need send to the server:
// THIS IS THE XML CORRECT THAT NEED BE SENT TO THE SERVER
http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:soap="http://schemas.
hi All,
I'm trying to access a SOAP service but i have one doubt. I paste a
sample SOAP request for you know the problem:
// START SOAP REQUEST
POST /wbm/shopping/script/CalcPrecoPrazo.asmx HTTP/1.1
Host: shopping.correios.com.br
Content-Type: text/xml; charset=utf-8
Content-Le
Humm.. thanks for the replies. But i have another problem about rsync again.
When i deploy a project using the rsync the permissions of all home
directory is changed. i tried to use the parameter -p -o -g (preserve
permissions, owner and group):
I dont know but the rsync doesnt preserve the pe
Hi everybody,
i have a doubt about my security and deployment methods. Today i manage
several projects and these projects are versioned with subversion. My
environment is something like this:
1. The developer make some update in the source code of a project. (from
your IDE, generally netbeans)
Hi all,
i'm discutting with my friend about this question for 30 min and i do not
agree with he. Here is the question:
Why is it important from a security perspective to never display PHP error
messages directly to the end user, yet always log them?
Answers: (choose 2)
Error messages wil
HI everyone,
i'm studying for the zce exam and i found a blog that try to answer some
questions covered in the exam. I found one that i do not agree.
Question: What is wrong with the following code?
function duplicate($obj) {
$newObj = $obj;
return $newObj;
}
$a = new MyClass();
$a_copy = du
Has someone an clue about this zce question:
The following is a common XML structure used in service oriented
architectures, what does it represent?
myMethod
HI!
Answer...
None of the above
A fragment of a complete SOAP request
XML-RPC
REST
SOAP
i think t
18 matches
Mail list logo