Search in sources :

Example 1 with RoomService

use of org.apache.openmeetings.axis.services.RoomService in project OpenOLAT by OpenOLAT.

the class OpenMeetingsManagerImpl method getRoomWebService.

private final RoomServicePortType getRoomWebService() {
    RoomService ss = new RoomService();
    RoomServicePortType port = ss.getRoomServiceHttpSoap11Endpoint();
    String endPoint = getOpenMeetingsEndPoint() + "RoomService?wsdl";
    ((BindingProvider) port).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, endPoint);
    return port;
}
Also used : RoomService(org.apache.openmeetings.axis.services.RoomService) RoomServicePortType(org.apache.openmeetings.axis.services.RoomServicePortType)

Example 2 with RoomService

use of org.apache.openmeetings.axis.services.RoomService in project openolat by klemens.

the class OpenMeetingsManagerImpl method getRoomWebService.

private final RoomServicePortType getRoomWebService() {
    RoomService ss = new RoomService();
    RoomServicePortType port = ss.getRoomServiceHttpSoap11Endpoint();
    String endPoint = getOpenMeetingsEndPoint() + "RoomService?wsdl";
    ((BindingProvider) port).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, endPoint);
    return port;
}
Also used : RoomService(org.apache.openmeetings.axis.services.RoomService) RoomServicePortType(org.apache.openmeetings.axis.services.RoomServicePortType)

Aggregations

RoomService (org.apache.openmeetings.axis.services.RoomService)2 RoomServicePortType (org.apache.openmeetings.axis.services.RoomServicePortType)2