Product evaluation for Brazilian Customer

Posted by Rollbase User on 30-Jul-2013 13:45

I need to know the IP address of my product RollBase Hosted Trial, so I can release the that to access my SOAP services on my internal server. OBS.: I work for Progress and I'm running a POC in a Client. Please it's urgent!

All Replies

Posted by Admin on 30-Jul-2013 15:17

Mr. Fonseca,



could you please expand more on what you intend to do? While we may be able to obtain an IP address, there is a schedule to migrate to another provider this weekend which will invalidate it.



Thanks,

Corey Prak

Posted by Admin on 01-Aug-2013 14:10

Hi Victor,



To invoke web (SOAP) based services for hosted Rollbase, you can use this sample



(You can use the URL below instead of IP address)



URL url = new URL("https://www.rollbase.com/webapi/services/rpcrouter");

RpcrouterSoapBindingStub binding = (RpcrouterSoapBindingStub)

new IWebServicesServiceLocator().getrpcrouter(url);

binding.setTimeout(60000);

String sessionId = binding.login("username", "password");

System.out.println("loginsuccessful: sessionId="+sessionId);

// Perform some API calls

binding.logout(sessionId);



Thank You,

Srikanth

Progress|Rollbase Product Support Team

This thread is closed