Hi,

I am using Apache 2.2.6 and wso2-wsf-c 1.3.0 on windows. I have successfully 
configured the WSF to work with Apache. It now shows the services deploy in 
Axis-c using apache web server. All the example clients shipped with axis-c is 
alse working (echo.exe).

But my problem is with integrating wsdl with those services. When i tried to 
access the WSDL given for the calulator service from the .net client, it 
successfully detects the WSDL and create client ctub but when a method is 
called from that client the axis-c server gets crashed. I even tried this with 
the simple http server that comes with the Axis-c, btu still it crashes when a 
client calls its services via WSDL. So my What i feel is, there is something 
wrong in the WSDL to service mapping. Would that happen ?

What could be the reason for this ??

P.S : Attached is the WSDL and the service.xml for calculator service.


Regards,
Primal


      

Attachment: Calculator.wsdl
Description: Binary data

<service name="Calculator">
    <parameter name="ServiceClass" locked="xsd:false">Calculator</parameter>

   <description>
        This is a testing service, named 'Calculator' to test dynamic client
   </description>

    <operation name="add">
            <!--messageReceiver class="axis2_receivers" /-->
            <parameter name="wsamapping" >Calculator#add</parameter>
    </operation>

    <operation name="sub">
            <!--messageReceiver class="axis2_receivers" /-->
            <parameter name="wsamapping" >Calculator#sub</parameter>
    </operation>

    <operation name="mul">
            <!--messageReceiver class="axis2_receivers" /-->
            <parameter name="wsamapping" >Calculator#mul</parameter>
    </operation>

    <operation name="div">
            <!--messageReceiver class="axis2_receivers" /-->
            <parameter name="wsamapping" >Calculator#div</parameter>
    </operation>

</service>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to