Topic: Making an XML "Query" (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10747" title="Pages that link to Topic: Making an XML &amp;quot;Query&amp;quot; (Page 1 of 1)" rel="nofollow" >Topic: Making an XML &quot;Query&quot; <span class="small">(Page 1 of 1)</span>\

 
RypTide
Nervous Wreck (II) Inmate

From: Manassas VA, USA
Insane since: May 2002

posted posted 06-05-2002 03:36

Hopefully quick one for you guys.

I'm rather new to XML, and I need to use some for some authentication stuff for work. Basically we are using XML to set up sessions.

My question is: How do I send an XML formatted query to the auth server? Simply a form post with the right varnames? or is there some sort of XML "push" thing that needs to happen?

ideas?

RypTide

"Music is the vernacular of the human soul" ~ Geoffrey Latham

someoneInverse
Bipolar (III) Inmate

From:
Insane since: May 2002

posted posted 06-05-2002 15:57

hi
it's not too clear what you're trying to achieve here since you don't mention the platform and architecture that you're developing on.

I suspect that when you're talking about auth servers, we're looking as server side scripting, which would be the easiest way to reolve the users authentication issues via either ldap or database lookup

either that or you're working on a windows xp based intranet and need to call a web service via soap from the client

so if it's not too much trouble - a little more information please


RypTide
Nervous Wreck (II) Inmate

From: Manassas VA, USA
Insane since: May 2002

posted posted 06-05-2002 17:53

Thanks for the response.

I realised shortly after I posted that, that I need to talk to the folks in charge of the auth server, and find out how THEY want the request.

I was just wondering if there is a standard way of sending xml formatted data to a server, as in simply pass form variables with the proper names and let them parse it out on their end, or what.

I'm using PHP by the way, if that matters. Not sure what the auth server is.



RypTide

"Music is the vernacular of the human soul" ~ Geoffrey Latham

someoneInverse
Bipolar (III) Inmate

From:
Insane since: May 2002

posted posted 06-07-2002 11:58

for my money, I usually just pass the contents of a form back to the server side script as usual, extract the values and put them into a piece of xml that way

I guess you could read the values from the form fields on the client side when the form is submitted, insert them into a string of xml and pass that through to your script in a hidden field; but why make life that difficult

as for just passing xml around between servers (or anything else for that matter), as long as its a well formed xml document and the server knows what do do with the xml when it gets it, then passing the information should largely be the same as passing a string into a function


don't know if that answers things for you, but I hope it helps
I:.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu