Hi,
After cretating the web services tested whether it is accepting the input and returning back the response , Step 1: I just compiled the empty skeleton file where every service return NULL and deployed the dll in services of AXIS2C setup. Trying to call the web service using the java client and it returns following response. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <fault>qcwebservices|http://www.example.org/QC/ failed</fault> </soapenv:Body> </soapenv:Envelope> qcwebservices is my web services name. Step 2: I have just compiled the skeleton files with my logic and sending the reponse with int datatype. While testing gettingthe response as x � ) rsion="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header></soapenv:Header><soapenv:Body><soapenv:Fault><faultcode>env:Receiver</faultcode><faultstring>Failed in creating DLL</faultstring></soapenv:Fault></soapenv:Body></soapenv:Envelope> Help in resolving the above issue. -Thanks -- View this message in context: http://www.nabble.com/AXIS2C-after-creating-WS-dll-getting-error-%22-Failed-to-Creating-DLL%22-while-testing-with-java-clien-tf3484330.html#a9726835 Sent from the Axis - C++ - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
