We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying to access list of busstops from this address http://st.atb.no/infotransit/userservices.asmx?WSDL this needs authentication to access.
I follwed the "Example 5: Set Connection Credentials" procedure and still no success.
It throws following error: " XHR finished loading: GET "http://st.atb.no/infotransit/userservices.asmx?wsdl".
POST http://st.atb.no/infotransit/userservices.asmx 500 (Internal Server Error)
SOAPClient._sendSoapRequest @ soapclient.js:190 SOAPClient._onLoadWsdl @ soapclient.js:153 xmlHttp.onreadystatechange @ soapclient.js:142
XHR finished loading: POST "http://st.atb.no/infotransit/userservices.asmx". "
Implementation(check app.js): http://plnkr.co/edit/Ty9Piz97n6UZNExHoFpJ
user access details are masked in the plunker implemenatation. I can share through personal email, if provided.
Thanks in advance,
--Sri
The text was updated successfully, but these errors were encountered:
Have you double checked Chrome Dev Tools to make sure it is sending the request as you expect it to?
Sorry, something went wrong.
yes i double checked..the error i quoted here is from Chrome Devtools
Hi, i still could not figure out a way fix this issue. Any help would be appreciated. Thanks in advance
Hi andrew, I am also same problem. Thanks in advance
No branches or pull requests
Hi,
I am trying to access list of busstops from this address
http://st.atb.no/infotransit/userservices.asmx?WSDL
this needs authentication to access.
I follwed the "Example 5: Set Connection Credentials" procedure and still no success.
It throws following error:
"
XHR finished loading: GET "http://st.atb.no/infotransit/userservices.asmx?wsdl".
POST http://st.atb.no/infotransit/userservices.asmx 500 (Internal Server Error)
SOAPClient._sendSoapRequest @ soapclient.js:190
SOAPClient._onLoadWsdl @ soapclient.js:153
xmlHttp.onreadystatechange @ soapclient.js:142
XHR finished loading: POST "http://st.atb.no/infotransit/userservices.asmx".
"
Implementation(check app.js): http://plnkr.co/edit/Ty9Piz97n6UZNExHoFpJ
user access details are masked in the plunker implemenatation. I can share through personal email, if provided.
Thanks in advance,
--Sri
The text was updated successfully, but these errors were encountered: