.Net Integration with RB Error

Posted by Rollbase User on 29-Mar-2012 05:41

Hi all, I was trying to retrieve the data in an object using the WSDL generated by RB and I encountered this error  This is the WSDL of RB that was auto generated  any help or feedback would be appreciated, thanks.

All Replies

Posted by Admin on 29-Mar-2012 11:17

What exactly is causing the problem?



Try REST integration if SOAP is causing issues.

Posted by Admin on 30-Mar-2012 22:17

Hi Mikki,



Is there a problem you have identified with the WSDL? Sorry I can't tell from the screenshot



Thanks,

Matt

Posted by Admin on 25-Apr-2012 02:22

In the screenshot I was attempting to retrieve data from Rollbase using the SOAP API, Select Query It generated an error:



There is an error in the XML Document.



I am not sure if this a SOAP issue or a data issue

Posted by Admin on 25-Apr-2012 10:38

I'd like to find someone to help us test this further, as I will not be able to do so for some time due to the current queue of priorities. Perhaps someone on this thread is a .Net developer willing to give this is a try with detailed results?



Matt

Posted by Admin on 30-Apr-2012 06:43

That maybe a security issue from the server where the rollbase is deployed, we have been doing that, and its working fine, but we also experience that error once when they upgraded the rollbase version, we reported it to the one maintaining the rollbase app and server, and it worked fine again



Try updating the service reference of your .net application.

Try to use http://www. and not https://www. in the API address, just in case you have used https://www.

Posted by Admin on 03-May-2012 09:02

Hi cesar,



The webservice (Rollbase Instance) does not use secure SSL so it still uses normal http:



I tried debugging the program further and I was able to retrieve data from a certain date range. There is a certain date where the RB SOAP API is not able to retrieve the data and an error:



"Response is not a well formed XML" appears.



However I am able to view and manipulate the data when I am in rollbase. I already tried to test the REST API to check and this is the result:



See link below:

https://getsatisfaction.com/rollbase/topics/selectquery_using_rest_api



I am really stuck with this issue. Any help will be appreciated



Posted by Admin on 15-May-2012 20:07

This sometimes happens to me too, but once I have reported it to the person in charge with the server, wherein the RB is hosted it bug always disappear, I think there's a server configuration needed for this to connect.



see my approach with using RB API for VS2008/C#



https://getsatisfaction.com/rollbase/topics/soap_api_through_excel_i_need_help

Posted by Admin on 15-May-2012 22:49

Rollbase uses "Literal" type for WSDL encoding. Please check if your environment supports this encoding.

This thread is closed