BlueEyes Posted April 20, 2007 Share Posted April 20, 2007 Hallo folks, I read through a couple of SOAP documentations and what I am trying to do is, write one byself and have someone else get the information he needs through it. But I don't know if I got it right so far, so my xml output looks like this: <test-interface version="0.9"> <number>1763</msisdn> <package>1</package> <start_time>2007-04-01 00:00:00</start_time> <end_time>2008-04-30 00:00:00</end_time> <status>ok</status> </test-interface> to get this xml info someone has to access this http request link: http://www.testdomain.com/?number=1763&action=status Does this look right? Link to comment https://forums.phpfreaks.com/topic/47860-does-this-xml-code-look-like-the-soap-interface/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.