Problem Export Ofbiz Servicesvia SOAP using AXIS2

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Problem Export Ofbiz Servicesvia SOAP using AXIS2

Mark
I tried to implement the Export Ofbiz Servicesvia SOAP using AXIS2 from this link Export Ofbiz Services that use complex type parameters via SOAP using AXIS2 - r892712+. I followed the instructions as in that but when i run the program am not getting the output as shown in that. The output am getting is as shown below,

<findPartiesByIdResponse xmlns="http://ofbiz.apache.org/service/"><map-Map>
        <map-Entry>
            <map-Key>
                <std-String value="responseMessage" />
            </map-Key>
            <map-Value>
                <std-String value="error" />
            </map-Value>
        </map-Entry>
        <map-Entry>
            <map-Key>
                <std-String value="errorMessage" />
            </map-Key>
            <map-Value>
                <std-String value="Problem processing the service" />
            </map-Value>
        </map-Entry>
    </map-Map></findPartiesByIdResponse>

What is the mistake am doing and how to solve it.Suggest me an idea.

Regards,
Mark