How can I send XML to a TCP port and have a conversation there using php? -


i'm trying use xml api cisco ios xr (docs: cisco ios xr xml api guide, cisco ios xr release 4.1) i'm not sure library use in php (simplexml?) open tcp connection port on device , start reading , writing xml it.

i understand concept of schemas , such, can find php , xml seems oriented towards web services, post, etc, , reading , writing xml.

what mean opening, reading , writing socket. read documentation on subject more information. xml accessory actual communications, happen, 1 way or another, via sockets.

edit: , not need library since sockets part of php default.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -