API to xlm
-
I have a wordpress site and whould like to get a api call to it
http://admin.viatel.se/agentline/getstatus/default.aspx?username=xxxxx&pwd=xxxxx&case=4&search=111
the xlm response is this
<?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes” ?>
<root>
<agent agentNumber=”33″>
<agentStatus>1</agentStatus>
<profile profileNumber=”133″>
<profileName>Namn</profileName>
<serviceNumber>1</serviceNumber>
<profileStatus>1</profileStatus>
<startTime>2009-01-14 12:19:44</startTime>
</profile>
</agent>
</root>
How do I get the service status <profileStatus>1</profileStatus>
on my side to showThe blog I need help with is: (visible only to logged in users)
-
If you need assistance with the API, you can contact us via the Developer Resources page, http://developer.wordpress.com/contact/
-
-
- The topic ‘API to xlm’ is closed to new replies.