Skip to content
New issue

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

Include an example to be used when invoking the proxy service in the page on "How to Produce JMS Messages" #1311

Open
ShammiL opened this issue Feb 4, 2025 · 0 comments

Comments

@ShammiL
Copy link
Contributor

ShammiL commented Feb 4, 2025

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.

<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>

Version

4.3.0 and 4.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant