I think it's probably a namespace problem ... view your binding element. All your input are in a namespace called http://andrei.csean.ro and this namespace is never defined !! neither in the definition element or in the schemas ...
So try to generate the WSDL with mapping defined! -> use Java2WSDL ant task with mapping nested elements <mapping namespace="http://andrei.csean.ro" package="ro.csean.andrei"/> and set the targetNamespace of WSDL definition to http://andrei.csean.ro (java2wsdl attribute). Maybe it's not the right solution but it's from my personnal experience :) So the best advice I can give you is to check the coherence between geenrated WSDL, defined namespaces and packages names... Regards Guillaume > Gavriloaie_andrei wrote: > > > > -------Original Message------- > > From: [EMAIL PROTECTED] > Date: Friday, July 11, 2003 12:00:20 > To: [EMAIL PROTECTED] > Subject: Re: Tried to invoke method .... The arguments do not match > the signature > > Sorry I'v forgot to request you the WSDL you're using ... > Maybe a namespace problem ... > . > > > No problem.... > But this is a big one!!!!! > > Here it is: > You can retreive it from attachments > > > <?xml version="1.0" encoding="UTF-8"?> > <wsdl:definitions > targetNamespace="http://localhost:8090/axis/services/codallocserver" > xmlns="http://schemas.xmlsoap.org/wsdl/" > xmlns:apachesoap="http://xml.apache.org/xml-soap" > xmlns:impl="http://localhost:8090/axis/services/codallocserver" > xmlns:intf="http://localhost:8090/axis/services/codallocserver" > xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:tns1="urn:codallocserver" > xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" > xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"><wsdl:types><schema > targetNamespace="urn:codallocserver" > xmlns="http://www.w3.org/2001/XMLSchema"><import > namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType > name="TextLanguage"><sequence><element name="language" > nillable="true" type="xsd:string"/><element name="text" > nillable="true" > type="xsd:string"/></sequence></complexType><complexType > name="Variant"><sequence><element name="dateValue" nillable="true" > type="xsd:dateTime"/><element name="doubleValue" nillable="true" > type="xsd:double"/><element name="integerValue" nillable="true" > type="xsd:int"/><element name="key" nillable="true" > type="xsd:string"/><element name="longValue" nillable="true" > type="xsd:long"/><element name="stringValue" nillable="true" > type="xsd:string"/><element name="textLanguageValue" nillable="true" > type="impl:ArrayOf_tns1_TextLanguage"/><element name="type" > nillable="true" > type="xsd:string"/></sequence></complexType><complexType > name="Product"><sequence><element name="fields" nillable="true" > type="impl:ArrayOf_tns1_Variant"/></sequence></complexType><complexType > name="ShortProduct"><sequence><element name="COD_PSTATUS" > nillable="true" type="xsd:string"/><element name="DENUMIRE_RO" > nillable="true" type="xsd:string"/><element name="GTIN" > nillable="true" type="xsd:string"/><element name="GTIN_BZ" > nillable="true" type="xsd:string"/><element name="GTIN_LOW" > nillable="true" type="xsd:string"/><element name="GTIN_UPER" > nillable="true" type="xsd:string"/><element name="ID_PRODUSEA" > nillable="true" type="xsd:long"/><element name="LAST_UPDATE" > nillable="true" type="xsd:dateTime"/><element name="NR_GTIN_BZ" > nillable="true" type="xsd:int"/><element name="NR_GTIN_LOW" > nillable="true" type="xsd:int"/><element name="e_BZ" nillable="true" > type="xsd:int"/></sequence></complexType><complexType > name="UpdateResult"><sequence><element name="ID_PRODUSEA" > nillable="true" type="xsd:long"/><element name="STATUS" > nillable="true" type="xsd:int"/><element name="reason" > nillable="true" > type="xsd:string"/></sequence></complexType><complexType > name="ProductsInfo"><sequence><element > name="number_of_active_products" nillable="true" > type="xsd:int"/><element name="number_of_dormant_products" > nillable="true" type="xsd:int"/><element name="number_of_products" > nillable="true" type="xsd:int"/><element name="oldest_product_date" > nillable="true" > type="xsd:dateTime"/></sequence></complexType><complexType > name="Differences"><sequence><element name="ID_PRODUSEA" > nillable="true" type="xsd:long"/><element name="fields" > nillable="true" > type="impl:ArrayOf_tns1_Variant"/></sequence></complexType><complexType > name="testclass"><sequence><element name="fields" nillable="true" > type="impl:ArrayOf_tns1_Variant"/></sequence></complexType></schema><schema > targetNamespace="http://localhost:8090/axis/services/codallocserver" > xmlns="http://www.w3.org/2001/XMLSchema"><import > namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType > name="ArrayOf_tns1_TextLanguage"><complexContent><restriction > base="soapenc:Array"><attribute ref="soapenc:arrayType" > wsdl:arrayType="tns1:TextLanguage[]"/></restriction></complexContent></complexType><complexType > name="ArrayOf_tns1_Variant"><complexContent><restriction > base="soapenc:Array"><attribute ref="soapenc:arrayType" > wsdl:arrayType="tns1:Variant[]"/></restriction></complexContent></complexType><complexType > name="ArrayOf_tns1_ShortProduct"><complexContent><restriction > base="soapenc:Array"><attribute ref="soapenc:arrayType" > wsdl:arrayType="tns1:ShortProduct[]"/></restriction></complexContent></complexType><complexType > name="ArrayOf_xsd_long"><complexContent><restriction > base="soapenc:Array"><attribute ref="soapenc:arrayType" > wsdl:arrayType="xsd:long[]"/></restriction></complexContent></complexType><complexType > name="ArrayOf_tns1_Product"><complexContent><restriction > base="soapenc:Array"><attribute ref="soapenc:arrayType" > wsdl:arrayType="tns1:Product[]"/></restriction></complexContent></complexType><complexType > name="ArrayOf_tns1_Differences"><complexContent><restriction > base="soapenc:Array"><attribute ref="soapenc:arrayType" > wsdl:arrayType="tns1:Differences[]"/></restriction></complexContent></complexType><complexType > name="ArrayOf_tns1_UpdateResult"><complexContent><restriction > base="soapenc:Array"><attribute ref="soapenc:arrayType" > wsdl:arrayType="tns1:UpdateResult[]"/></restriction></complexContent></complexType><complexType > name="ArrayOf_tns1_testclass"><complexContent><restriction > base="soapenc:Array"><attribute ref="soapenc:arrayType" > wsdl:arrayType="tns1:testclass[]"/></restriction></complexContent></complexType></schema></wsdl:types> > <wsdl:message name="GetProductsResponse"> > <wsdl:part name="GetProductsReturn" > type="impl:ArrayOf_tns1_Product"/> > </wsdl:message> > <wsdl:message name="return_stringRequest"> > </wsdl:message> > <wsdl:message name="echo_intRequest"> > <wsdl:part name="test_integer" type="xsd:int"/> > </wsdl:message> > <wsdl:message name="UpdateProductsRequest"> > <wsdl:part name="UserName" type="xsd:string"/> > <wsdl:part name="Password" type="xsd:string"/> > <wsdl:part name="products" type="impl:ArrayOf_tns1_Differences"/> > </wsdl:message> > <wsdl:message name="GetProductsInfoResponse"> > <wsdl:part name="GetProductsInfoReturn" > type="tns1:ProductsInfo"/> > </wsdl:message> > <wsdl:message name="echo_stringRequest"> > <wsdl:part name="test_string" type="xsd:string"/> > </wsdl:message> > <wsdl:message name="echo_intResponse"> > <wsdl:part name="echo_intReturn" type="xsd:int"/> > </wsdl:message> > <wsdl:message name="GetProductsInfoRequest"> > <wsdl:part name="UserName" type="xsd:string"/> > <wsdl:part name="Password" type="xsd:string"/> > </wsdl:message> > <wsdl:message name="echo_stringResponse"> > <wsdl:part name="echo_stringReturn" type="xsd:string"/> > </wsdl:message> > <wsdl:message name="GetProductsListResponse"> > <wsdl:part name="GetProductsListReturn" > type="impl:ArrayOf_tns1_ShortProduct"/> > </wsdl:message> > <wsdl:message name="echo_arrayRequest"> > <wsdl:part name="test_array" type="impl:ArrayOf_tns1_testclass"/> > </wsdl:message> > <wsdl:message name="GetProductsRequest"> > <wsdl:part name="UserName" type="xsd:string"/> > <wsdl:part name="Password" type="xsd:string"/> > <wsdl:part name="ProductsIDs" type="impl:ArrayOf_xsd_long"/> > </wsdl:message> > <wsdl:message name="echo_arrayResponse"> > <wsdl:part name="echo_arrayReturn" > type="impl:ArrayOf_tns1_testclass"/> > </wsdl:message> > <wsdl:message name="return_stringResponse"> > <wsdl:part name="return_stringReturn" type="xsd:string"/> > </wsdl:message> > <wsdl:message name="UpdateProductsResponse"> > <wsdl:part name="UpdateProductsReturn" > type="impl:ArrayOf_tns1_UpdateResult"/> > </wsdl:message> > <wsdl:message name="GetProductsListRequest"> > <wsdl:part name="UserName" type="xsd:string"/> > <wsdl:part name="Password" type="xsd:string"/> > <wsdl:part name="StartingDate" type="xsd:dateTime"/> > <wsdl:part name="PositionStart" type="xsd:int"/> > <wsdl:part name="MaximNumberOfProductsPerList" type="xsd:int"/> > </wsdl:message> > <wsdl:portType name="codallocserver"> > <wsdl:operation name="GetProductsInfo" parameterOrder="UserName > Password"> > <wsdl:input message="impl:GetProductsInfoRequest" > name="GetProductsInfoRequest"/> > <wsdl:output message="impl:GetProductsInfoResponse" > name="GetProductsInfoResponse"/> > </wsdl:operation> > <wsdl:operation name="GetProductsList" parameterOrder="UserName > Password StartingDate PositionStart MaximNumberOfProductsPerList"> > <wsdl:input message="impl:GetProductsListRequest" > name="GetProductsListRequest"/> > <wsdl:output message="impl:GetProductsListResponse" > name="GetProductsListResponse"/> > </wsdl:operation> > <wsdl:operation name="GetProducts" parameterOrder="UserName > Password ProductsIDs"> > <wsdl:input message="impl:GetProductsRequest" > name="GetProductsRequest"/> > <wsdl:output message="impl:GetProductsResponse" > name="GetProductsResponse"/> > </wsdl:operation> > <wsdl:operation name="UpdateProducts" parameterOrder="UserName > Password products"> > <wsdl:input message="impl:UpdateProductsRequest" > name="UpdateProductsRequest"/> > <wsdl:output message="impl:UpdateProductsResponse" > name="UpdateProductsResponse"/> > </wsdl:operation> > <wsdl:operation name="echo_array" parameterOrder="test_array"> > <wsdl:input message="impl:echo_arrayRequest" > name="echo_arrayRequest"/> > <wsdl:output message="impl:echo_arrayResponse" > name="echo_arrayResponse"/> > </wsdl:operation> > <wsdl:operation name="echo_int" parameterOrder="test_integer"> > <wsdl:input message="impl:echo_intRequest" > name="echo_intRequest"/> > <wsdl:output message="impl:echo_intResponse" > name="echo_intResponse"/> > </wsdl:operation> > <wsdl:operation name="echo_string" parameterOrder="test_string"> > <wsdl:input message="impl:echo_stringRequest" > name="echo_stringRequest"/> > <wsdl:output message="impl:echo_stringResponse" > name="echo_stringResponse"/> > </wsdl:operation> > <wsdl:operation name="return_string"> > <wsdl:input message="impl:return_stringRequest" > name="return_stringRequest"/> > <wsdl:output message="impl:return_stringResponse" > name="return_stringResponse"/> > </wsdl:operation> > </wsdl:portType> > <wsdl:binding name="codallocserverSoapBinding" > type="impl:codallocserver"> > <wsdlsoap:binding style="rpc" > transport="http://schemas.xmlsoap.org/soap/http"/> > <wsdl:operation name="GetProductsInfo"> > <wsdlsoap:operation soapAction=""/> > <wsdl:input name="GetProductsInfoRequest"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://andrei.csean.ro" use="encoded"/> > </wsdl:input> > <wsdl:output name="GetProductsInfoResponse"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://localhost:8090/axis/services/codallocserver" > use="encoded"/> > </wsdl:output> > </wsdl:operation> > <wsdl:operation name="GetProductsList"> > <wsdlsoap:operation soapAction=""/> > <wsdl:input name="GetProductsListRequest"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://andrei.csean.ro" use="encoded"/> > </wsdl:input> > <wsdl:output name="GetProductsListResponse"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://localhost:8090/axis/services/codallocserver" > use="encoded"/> > </wsdl:output> > </wsdl:operation> > <wsdl:operation name="GetProducts"> > <wsdlsoap:operation soapAction=""/> > <wsdl:input name="GetProductsRequest"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://andrei.csean.ro" use="encoded"/> > </wsdl:input> > <wsdl:output name="GetProductsResponse"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://localhost:8090/axis/services/codallocserver" > use="encoded"/> > </wsdl:output> > </wsdl:operation> > <wsdl:operation name="UpdateProducts"> > <wsdlsoap:operation soapAction=""/> > <wsdl:input name="UpdateProductsRequest"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://andrei.csean.ro" use="encoded"/> > </wsdl:input> > <wsdl:output name="UpdateProductsResponse"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://localhost:8090/axis/services/codallocserver" > use="encoded"/> > </wsdl:output> > </wsdl:operation> > <wsdl:operation name="echo_array"> > <wsdlsoap:operation soapAction=""/> > <wsdl:input name="echo_arrayRequest"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://andrei.csean.ro" use="encoded"/> > </wsdl:input> > <wsdl:output name="echo_arrayResponse"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://localhost:8090/axis/services/codallocserver" > use="encoded"/> > </wsdl:output> > </wsdl:operation> > <wsdl:operation name="echo_int"> > <wsdlsoap:operation soapAction=""/> > <wsdl:input name="echo_intRequest"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://andrei.csean.ro" use="encoded"/> > </wsdl:input> > <wsdl:output name="echo_intResponse"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://localhost:8090/axis/services/codallocserver" > use="encoded"/> > </wsdl:output> > </wsdl:operation> > <wsdl:operation name="echo_string"> > <wsdlsoap:operation soapAction=""/> > <wsdl:input name="echo_stringRequest"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://andrei.csean.ro" use="encoded"/> > </wsdl:input> > <wsdl:output name="echo_stringResponse"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://localhost:8090/axis/services/codallocserver" > use="encoded"/> > </wsdl:output> > </wsdl:operation> > <wsdl:operation name="return_string"> > <wsdlsoap:operation soapAction=""/> > <wsdl:input name="return_stringRequest"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://andrei.csean.ro" use="encoded"/> > </wsdl:input> > <wsdl:output name="return_stringResponse"> > <wsdlsoap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > namespace="http://localhost:8090/axis/services/codallocserver" > use="encoded"/> > </wsdl:output> > </wsdl:operation> > </wsdl:binding> > <wsdl:service name="codallocserverService"> > <wsdl:port binding="impl:codallocserverSoapBinding" > name="codallocserver"> > <wsdlsoap:address > location="http://localhost:8090/axis/services/codallocserver"/> > </wsdl:port> > </wsdl:service> > </wsdl:definitions> > > ____________________________________________________ > IncrediMail - Email has finally evolved - Click Here > > Name: codallocserver.xml > codallocserver.xml Type: text/xml > Encoding: base64
