No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hi there, I am trying to access a 3rd party Apache/Axis web service where I am required to submit an HTTP header with username and password attached. I have added the service/reference no problem using the VB.Net add service reference. this has given a local object for their service. I …
Hi, I am trying to validate an XML file against a schema, which i can achieve without issue normally, however, in this particular schema, there is an imported namespace, that appears to be preventing the validation from happening, as the error being returned is pointing to node of the elements …
Hi Guys, I have been browsing this site for a number of years now for articles, advice and code snippets, with great interest in the expertise displayed, never actually posting any questions until now. I have been coding for a number of years now using procedural code, with breif interludes …
Hi there, I am hoping someone can help, I have an large XML structure which I am attempting to interrogate. My structure(problem) is as follows <BigStructure> <Structure myNumber="1003"> <Structures> <myMap> <Point ID="1"> <Opt>THE</Opt> <Next>2</Next> </Point> <Point ID="2"> <Opt>ONE</Opt> <Next>2</Next> </Point> </myMap> <myMap> <Point ID="1"> <Opt>THE</Opt> <Next>2</Next> </Point> <Point ID="2"> <Opt>THIS</Opt> …
Hi To capture the IP of a visitor you can set a variable equal to the server variable. [code] strYourVariable = request.serverVariables("REMOTE_ADDR") [/code] to use a DB or cookie is dependant on what you are wanting to do with the IP address, you may just need a text file to …
Hi there, my name is Arabgogs, I am a software developer with a company in my local area within Scotland, developing Airline Booking Systems. I have a BSc Software Engineering, gained 4 years ago. I have been a member of Daniweb for a while and have regularly been here looking …
Hi Punex, The likely problem is that you have named a field within a Query incorrectly.
The End.
arabgogs