Hi Hasan, in latest builds of OpenMeetings this is already fixed. However you can also manually fix it, I have also updated the documentation, see: http://incubator.apache.org/openmeetings/PortSettings.html
"If you change the HTTP Port (or HTTPS port) and need the REST/SOAP Gateway you also should modify the file: /webapps/openmeetings/WEB-INF/conf/axis.xml (Around Line 197) You need to restart Red5 Service so that changes to the Axis2 conf are online" In old builds Axis2 was accidently configured to have 8080 in the axis.xml. You need to modify that port. Sebastian 2012/5/26 Hasan Gharehasanloo <[email protected]> > Hi > > I checked ?wsdl of UserService and found this result : > > <wsdl:port name="UserServiceHttpSoap11Endpoint" > binding="ns:UserServiceSoap11Binding"> > <soap:address location=" > > http://localhost:8080/wepre/services/UserService.UserServiceHttpSoap11Endpoint/ > "/> > </wsdl:port> > > then I checked LISTENING ports on my localhost, so I didnt found port 8080. > Is there any specific configuration to enable web service of OM so it > listen to port 8080??? > > On Sat, May 26, 2012 at 12:49 AM, Hasan Gharehasanloo < > [email protected] > > wrote: > > > Hi everybody > > > > I guess this problem have been asked many times in this group, But I > > couldn find any solution. > > > > 1-I installed OM2 on my localhost(Win7) and created a SOAP user > > 2-In my integration I set server port and app name > > 3-When I call 'getSession' method, this error occure > > > > HTTP Error: cURL ERROR: 7: couldn't connect to host > > url: > http://localhost:8080/openmeetings/services/UserService.UserServiceHttpSoap11Endpoint/ > > > > > > The weired thing is that I have set port number to 5080, but this error > is with port 8080 > > > > I use nusoap library. > > -- > > --------------------------------- > > Best Regards > > Hassan Gharehasanloo > > > > > > -- > --------------------------------- > Best Regards > Hassan Gharehasanloo > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
