Am 10.02.2011 12:27, schrieb George Niculae:
> On Thu, Feb 10, 2011 at 12:47 PM, StephanDiplom
> <[email protected]>  wrote:
>> Hi,
>>
>> I'm trying to establish a soap-service for creating conferences but I
>> don't really know what to do. Here is what I've tried but I always get a
>> userException.
>>
> Please post the detailed user exception you get (check sipXconfig.log).
>
> George
> _______________________________________________
> sipx-dev mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipx-dev/
In sipxconfig.log:

"2011-02-10T11:44:57.259000Z":3:JAVA:WARNING:sipx.ketelsen.iant.local:P1-15:00000000:LoggerListener:"Authentication
 
event AuthenticationSuccessEvent: superadmin; details: 
org.acegisecurity.ui.WebAuthenticationDetails@b364: RemoteIpAddress: 
141.41.40.142; SessionId: 1q03ektws6g9r"

but the SOAP-response says:

<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/";>sipx.ketelsen.iant.local</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to