Hi,
I am sorry if I had confusion with your question. I thought you need a sample to test how webservice protocol process the messages.
If you want to send your XML messages to a host server, you have to know the URL to process your message.
WebService protocol is based on HTTP protocol, so if you don’t know the URL or host server doesn’t expose a URL that means we cannot use webservice protocol in this case.
In case you know a URL, we can use soap_request command to send xml messages. We don’t need a wsdl file, but at least, we need to have a URL to send the message to.
I have a question, can you access to this URL: http://<your hostname>:<port>? If you can access to it, I think you can try with soap_request command.
Please let me know if you need any more information.
Thanks,
Phuong