Hi Tom, I was trying to do something similar with TBC some time back. After some searching I eventually found a reference that confirmed that this was not possible. I'm not sure if this has change recently however I'm sure someone from TopQuadrant will reply to confirm.
Looking outside of TBC, the typically way to solve this type of problem is to create a proxy to the URL you are trying to access. I'm not sure if your URL is a web site or web service but basically you create your own web site/service to act as a proxy to the external web site/service. You can then call your web site/service from TBC with no authentification required and have the proxy redirect to the external site while passing in any necessary credentials. Regards, Mark. On Tuesday, November 6, 2012 7:49:56 AM UTC+11, Tim Smith wrote: > > Hi, > > I'm attempting to import XML from a URL using SPARQLMotion via the > ImportXMLFromURL module. > > The URL requires basic user ID and Password authentication. > > As a result, the SM script fails with a 401 error returned from the web > server. Is there a way for TBC to prompt for the credentials when the > script begins? I cannot pass the credentials on the command line. > > I'm using TBC 3.6.1. > > Thanks for your input, > > Tim > > -- -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
