java.util.List serialization

2006-12-02 Thread sentenza
Hi, I want make web services with pojo class using axis2. I have 2 class : public class Content { } -- char sentenza[] = \xeb\x0d\x5f\x31\xc0\x50\x89\xe2 \x52\x57\x54\xb0\x3b\xcd\x80\xe8 \xee\xff\xff\xff/bin/sh;

Re: java.util.List serialization

2006-12-02 Thread sentenza
? On 12/2/06, sentenza [EMAIL PROTECTED] wrote: Hi, I want make web services with pojo class using axis2. I have 2 class : public class Content { } -- char sentenza[] = \xeb\x0d\x5f\x31\xc0\x50\x89\xe2 \x52\x57\x54\xb0\x3b\xcd\x80\xe8 \xee\xff\xff\xff/bin/sh; -- char sentenza[] = \xeb\x0d\x5f

Re: Axis 2 Java WS provider + PHP Client problem

2006-11-18 Thread sentenza
, sentenza [EMAIL PROTECTED] wrote: I tried other sample services methodes who take on parameter, and I have always the same error in the php client code :( Is there a problem using the wdsl generated file with php soap ? I also check the Axis 2 echo sample service. I saw that the echo methode take

Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread sentenza
Hi,I try to developp a php SOAP client write with php 5. I use an axis 2 as WS provider.To test I use Axis 2 sgccalculator sample and try to call AddService::add methode. I generated the wsdl file for AddService with Axis 2 Eclipse Wizzard (Java2WSDL) and I introducted it in META-IN directory of

Re: Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread sentenza
type is OMElement. This is the same for AddService::add methode. I ask me if all complextype must be implemented with OMElement or I can use own classes type as argument ? On 11/14/06, sentenza [EMAIL PROTECTED] wrote: Hi,I try to developp a php SOAP client write with php 5. I use an axis 2 as WS

Re: Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread sentenza
Someone can help me please, because I'm blocked !Thank's by advanceOn 11/14/06, sentenza [EMAIL PROTECTED] wrote:I tried other sample services methodes who take on parameter, and I have always the same error in the php client code :( Is there a problem using the wdsl generated file with php soap