I'm having this error when trying to test a SOAP connector:
Result: "Problem writing SAAJ model to stream"
Desc: "The request could not be understood by the server due to malformed syntax".
I tested previously in SOAP UI and it worked fine.
I attach the connector details and the SOAP UI test.
Thanks for your help.
This problem generally occurs when SOAP Envelope is not well structured, as SOAP envelope follows more security.
For the code shared, it seems to be "<soapenv:Header>....... </soapenv:Header>" block is missing.
Attached is a template for your reference.
Also, there could be some other reasons for connection unsuccessful like-
1. Content-type should be proper (as expected by the system). Please check this via SOAP UI to use proper type.
2. Advance header values should pass correctly. Hence validate with the documentation provided by third party.
3. As per the basic Authentication method, it should be passed correctly. (use provider authentication to pass the credentials if required) .
Let us know if this information helps to resolve the error.
Regards,
Murali
Fujitsu RnMyProcess Support
Thanks for your answer. In my case it's no necessary the header block, the security it been sent through the authentication.
The content-type is properly configured. I attach some other screenshots about the SOAP UI test and another test that I made in POSTMAN.
It's not necessary other advance headers.
The authentication it's ok with the provider (as you can see in a previous screenshot that I sent).
I appreciate if you have some other information that can help me.
Regards.
I changed the Content type but I get the same error.
I would like to know how can we review this topic together (in a call, via chat).
Regards.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/b3d71633-1b4f-4d3c-a16c-5659138a6fab%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
Hi Pankaj,
I'm available from 8am to 5 pm, Colombian hour.
You can contact me in angie....@opensky.com.co
Regards.
Hi Pankaj,
Confirmed, thanks.
Please, in the custom header value, could you try to pass a parameter instead?
${my_url?url}
Then in the connector input, define your variable "my_url".
Also, if it does not work, I will participate in the next call with Pankaj in order to help you to fix this issue.
Regards,
Richard, MuraliI made the change you suggested but the issue persists. I've made tests with all the options that you are suggested previously.
I'll be waiting for the next call.
Thank you so much for your help.
What do you mean with "crosscheck that the certificate installed on the server is a valid one"?
I can't access to logs server, I contacted the web service provider but I haven't recived an answer yet.
Maybe you are confused with the certificates. The web service is from a electronic signature provider, so "GetCertificateReferences" is the method that I'm calling through SOAP. I need to get the certificates ids from a user to use one of them to send a signature request.
I attach the other request that I'm doing with the same provider to send a signature request (I get the same error).
Regards.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/c693258a-5321-4a5a-b7f2-110115aa0a61%40runmyprocess.com.