Re: Axis 2 Java WS provider + PHP Client problem

2006-11-18 Thread sentenza
Thanks a lot, It's work wonderfully ! When I used axis2 there only was version 1.0. The version 1.1 is really recent. On 11/14/06, Thilina Gunarathne [EMAIL PROTECTED] wrote: Hi, Java2WSDL will map methods with single OMElement parameters to xsd:any, since an OMElement can carry any arbitary

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
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 one parameter and this parameter

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

Re: Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread Manuel Ernstberger
, Manuel Original-Nachricht Datum: Tue, 14 Nov 2006 14:56:54 +0100 Von: sentenza [EMAIL PROTECTED] An: axis-user@ws.apache.org Betreff: Re: Axis 2 Java WS provider + PHP Client problem I tried other sample services methodes who take on parameter, and I have always the same error

Re: Axis 2 Java WS provider + PHP Client problem

2006-11-14 Thread Thilina Gunarathne
Hi, Java2WSDL will map methods with single OMElement parameters to xsd:any, since an OMElement can carry any arbitary XML. But your service might be expecting some schema for the payload, even though it uses the OMElement (apparently there needs be a custom written WSDL in this case). So there's