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
Hi, I want to add few new fields in each of the service types of structure. Those fields are already available in each packet. How can I achieve this?
I want to include:
Message Type Chunk Type Message Size
for all service types as this is available in each service type.
Similarly, I want to get request and response header fields for each service types which typically contain
Authentication token Timestamp request handle service result return diagnostics ( audit entry id, timeout )
Can you give one example for any service type so that I can extend it for others? Your help is appreciated.
Thanks Biswa
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I want to add few new fields in each of the service types of structure. Those fields are already available in each packet. How can I achieve this?
I want to include:
Message Type
Chunk Type
Message Size
for all service types as this is available in each service type.
Similarly,
I want to get request and response header fields for each service types which typically contain
Authentication token
Timestamp
request handle
service result
return diagnostics ( audit entry id, timeout )
Can you give one example for any service type so that I can extend it for others?
Your help is appreciated.
Thanks
Biswa
The text was updated successfully, but these errors were encountered: