Hello,
I´m using wM 6.5.
I´trying to send pdf attachment converted to hex string inside a SOAP message using SOAP RPC protocol. I´m able to send hex stings not longer than 12.000 chars without problem (I receive SOAP status 0).
For longer strings, service pub.client:soapRPC fails with following error:
java.lang.reflect.InvocationTargetException: StackOverflowError
In wM Advantage knowledge base I found a tip that problem might be caused by using external JVM (not the JVM included in wM product) which might have limited strength JCE. I got confirmation from our admins that this is not our case.
I tried also to avoid hex string by using base64Binary, which was working fine in wM but our external service provider was not able to accept it.
Thank you in advance for your advice,
apolo
#API-Management#webMethods#soa