Make sure the class is compiled with debug turned on.

On 12/29/06, Ravi Krishnamurthy <[EMAIL PROTECTED]> wrote:
Hello;
I had published the same webservice in axis 1.2.1 ans now trying it out
with axis 1.4

The wsdl in 1.2.1 says for a complex type as below in 1.2.1
<element name="connect">
    <complexType>
        <sequence>
            <element name="userId" type="xsd:string"/>
            <element name="password" type="xsd:string"/>
        </sequence>
   </complexType>
</element>

in 1.4 it shows as below:

<element name="connect">
    <complexType>
        <sequence>
            <element name="in0" type="xsd:string"/>
            <element name="in1" type="xsd:string"/>
        </sequence>
    </complexType>
</element>

What should be done in the service deployment to make sure the element
name is shown as userId and not as in0, in1 etc

Thanks for your help,
regards,
Ravi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to