Forum Moderators: open
Is this possible with asp? I have searched the forums (maybe with the wrong terms?) but couldn’t find anything.
Thanks in advance for any help/ ideas.
What I failed to say was that in information will be sent as an XML document. So I’ll have an XML doc along the lines of:
My User id
My pass
User data
I have found an example and changed it around a little:
If I use SOAP to send an xml doc, do you happen to know what the other server gets; Al it should get is the XML doc – is this possible?
Thanks loads for your help
So a user will enter there details, this data is then posted to another site, and depending on the result they would get an error or be logged in.
This is all achievable with a standard form and a submit button.