SOAP format send by client

Asked by waertf

I want to send the soap request by xml file.
Is there any xml file let me to input the config then send to server?
Thank you

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Harrington (alexharrington) said :
#1

The SOAP webservice calls are all described in the WSDL file for the webservice which you can find at

http://your.xibo.server.com/path/xmds.php?wsdl

There's further documentation in the wiki:
http://wiki.xibo.org.uk/wiki/XMDS_Specification

The clients don't write out XML files and send them to the webservice - they build them in memory before they're sent so there's nowhere you can just copy them.

I'm curious why you need to do this though?

Alex

Revision history for this message
waertf (waertf-register) said :
#2

Thank you.

Revision history for this message
waertf (waertf-register) said :
#3

Thanks Alex Harrington, that solved my question.