We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No example has been given to be used when invoking the proxy service on the page about "How to Produce JMS Messages".
An example simlar to the one below can be added to the page.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.samples" xmlns:xsd="http://services.samples/xsd"> <soapenv:Header/> <soapenv:Body> <Message> <Name>John Doe</Name> <Age>27</Age> </Message> </soapenv:Body> </soapenv:Envelope>
4.3.0 and 4.4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Limitation
No example has been given to be used when invoking the proxy service on the page about "How to Produce JMS Messages".
Suggested Improvement
An example simlar to the one below can be added to the page.
Version
4.3.0 and 4.4.0
The text was updated successfully, but these errors were encountered: