Hi Eric, You can try setting up your own wso2 identity server and try but I don't think this is some issue related to connection not allowed. URIs like http://service.ws.um.carbon.wso2.org are schema URIs and they don't may to any web link. From what I can see I think it is something related to wrong credentials in your pga_config.php. Can you post the contents of your pga_config.php ?
On Mon, Feb 8, 2016 at 3:24 AM, Eric Kuyt <[email protected]> wrote: > Hi Supun, > > Thanks One step further, I am now trying to login using my testdrive > account which doesn't work yet and creating a new user results in a: > > SoapFault > > Unauthorized > > Open: > /var/www/html/airavata-php-gateway/app/libraries/Wsis/Stubs/UserStoreManagerStub.php > > * @param IsExistingUser $parameters > * @return IsExistingUserResponse > */ > public function isExistingUser(IsExistingUser $parameters) { > return $this->__soapCall('isExistingUser', array($parameters), > array( > 'uri' => 'http://service.ws.um.carbon.wso2.org', > 'soapaction' => '' > )); > } > ​error. I dont think I can access http://service.ws.um.carbon.wso2.org/ from > my location. > > Should I try to go back to my own wso2 instance? and change all > http://service.ws.um.carbon.wso2.org occurances with the carbon of my own > instance? in the php code? > > I think we are getting there. :D > > Thanks.. > > > On 3 February 2016 at 20:18, Supun Nakandala <[email protected]> > wrote: > >> Hi Eric, >> >> Can you check whether you can download the file using curl command >> $ curl >> https://idp.scigap.org:7443/services/RemoteUserStoreManagerService?wsdl >> >> Also you need to enable php soap extension in your web server. Also if >> you have enabled selinux you may need to enable outbound traffic from your >> web server. >> >> On Wed, Feb 3, 2016 at 3:51 AM, Eric Kuyt <[email protected]<mailto: >> [email protected]>> wrote: >> Hmm, this is weird. I still get this error message. >> >> SOAP-ERROR: Parsing WSDL: Couldn't load from ' >> https://idp.scigap.org:7443/services/RemoteUserStoreManagerService?wsdl' >> : failed to load external entity " >> https://idp.scigap.org:7443/services/RemoteUserStoreManagerService?wsdl" >> >> I also got this error with my own WSO2 server on both urls it leads to a >> xml api, could something be wrong in my php/laravel installation? >> >> Thanks, >> >> Eric >> >> On 2 February 2016 at 17:34, Nipurn Doshi <[email protected]<mailto: >> [email protected]>> wrote: >> Hi Eric, >> >> I have updated the default configuration for pga_config template. Please >> update from github and let us know if you are still facing any issues. >> >> On Tue, Feb 2, 2016 at 11:19 AM, Chathuri Wimalasena < >> [email protected]<mailto:[email protected]><mailto: >> [email protected]<mailto:[email protected]>>> wrote: >> Hi Eric, >> >> You can enable credential store start up at airavata-server.properties. >> There is a property called "start.credential.store". By default it is set >> as false. You can set it to true, then credential store will start with >> server start up. When you run PGA, user management is done using WSO2 >> Identity Server. You can use our hosted WSO2 IS for now. >> >> Thanks.. >> Chathuri >> >> >> >> -- >> -Sincerely, >> Nipurn Doshi >> >> >> >> -- >> Central Veterinary Institute of Wageningen UR (CVI) >> Department of Infection Biology >> PO box 65, 8200 AB Lelystad, NL >> Visiting address: ASG, Edelhertweg 15, 8219 PH Lelystad >> >> Tel: +31-(0)320-293391 >> Fax: +31-(0)320-238153 >> E-mail: [email protected]<mailto:[email protected]> >> Web: http://www.cvi.wur.nl >> >> >> >> -- >> Thank you >> Supun Nakandala >> Dept. Computer Science and Engineering >> University of Moratuwa >> > > > > -- > Central Veterinary Institute of Wageningen UR (CVI) > Department of Infection Biology > PO box 65, 8200 AB Lelystad, NL > Visiting address: ASG, Edelhertweg 15, 8219 PH Lelystad > > Tel: +31-(0)320-293391 > Fax: +31-(0)320-238153 > E-mail: [email protected] > Web: http://www.cvi.wur.nl > -- Thank you Supun Nakandala Dept. Computer Science and Engineering University of Moratuwa
