Okay, I have a database that I need to add information to
I have a login/password that I expect is checked as part of the process, but here is the information I need to pass
my url is different than the DB url
http://site1.com/postdata -- sending info to
http://site2.org/SOAPpage
login => bob
pass => bob123
datafield1 => email@address.com
datafield2 => numeric
datafield3 => textarea info with spaces, punctuation, etc
Can someone please explain SOAP process, and possibly give an example PHP code that would insert this to the DB-- I know it wont be exact but it would give me a great start to see it rather than hear vague explanations
I did search and found quite a few unanswered posts, the ones i did open did not resolve my issues unfortunately