hi all, I was hoping one of you smart guys can hel...
# suitetalkapi
a
hi all, I was hoping one of you smart guys can help me figure out what's going on here. I'm using VB.NET to invoke Web Services and getting very odd behavior. I get a valid response to getDataCenterUrls but no matter what I try, no other function works. Instead I get a wierd 410: Gone error. I've done a ton of searching and all I got is a generic description of what 410 is, but no mention otherwise in SuiteAnswers. I posted my code below. any help would be very appreciated.
b
keeping in mind that i cant help you with your code
your error sounds like you arent using the account specific url
you should probably also log the response body to see if it has a more helpful error message
a
@battk thank you SOOOO MUCH! it turns out that even if you add a web reference using the account specific URL, it still uses the generic URL when actually sending out the request! I checked the references a million times but not the actual URL used. You are a total life saver!
I've been banging my head against this for a day and a half. talk about an unhelpful error message
b
response body is probably more helpful than status code
a
👍