Issue in scheduling a report via WSDL
I tried to schedule webservices call from curl command. I got the following error $ curl -H "Content-Type: text/xml; charset=utf-8" -H "SOAPAction:v2:scheduleReport" -d @3.xml -X POST http://hostname:Portnum/xmlpserver/services/v2/ScheduleService <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.userException</faultcode><faultstring>java.lang.NullPointerException</faultstring><detail><ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">hostname</ns1:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope> What could be the issue ?