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
Post a Comment