Hi Mario,
There are 2 options for creating your base64-Object:
- get the PSUtilities from the Code section of TechCommunity
- create a custom test flow service with a String input and String output
– pub.string:StringToByte
– pub.string:base64Encode
As the Build-In service base64Enocde uses a node object as input (marked as byte in the Build-in-Services Guide) this needs to be prepared like the service described in this post.
The Service in the PSUtilities-package handles this internally.
You can then call this service via the IS-Admin UI to transfrom the String into the base64-Encoded String, which can be placed in the appropriate field in your Soap-Request.
Regards,
Holger
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB