Hello,
I'm getting this error ("Internal Error (From Server)") when i try to access a web service. I grabbed the link which i use to consume the web service and it shows the XML page as expected.
I checked Service Center and it creates 2 logs:
---------------------------------------------------
What can be causing this?
Best regards,
Rafael Valente
Have you already tryed to call this webservice from a testing tool, like SoapUI?
Hello João,
Yes, i'm using SOAP UI now before trying it on Outsystems. I even added the header element to the request since this web service uses ws security but i'm struggling a lot to understand what am i doing wrong.
This is my header:
<soapenv:Header> -<wsse:Security xmlns:wsse="https://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" S:mustUnderstand="1"> -<wsse:UsernameToken xmlns:wsu="https://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="unt_sFQrWtwB92TFZIZK"> <wsse:Username>xxxxxxx</wsse:Username> <wsse:Password Type="https://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">xxxxxxxx</wsse:Password> <wsse:Nonce EncodingType="https://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">BkTwB3adP5rTte0bR1BO0M1RN3yW/jcBQsPSI9PXpvM=</wsse:Nonce> <wsu:Created>2013-05-31T15:40:12Z</wsu:Created> </wsse:UsernameToken> </wsse:Security> </soapenv:Header>
Can you understand what am i doing wrong?
Thank you.
Hi Rafael
Are you able to resolve the web service issue. I am having the same problem, could not resolve it. But I was able to get the SOAPUI to work. If you need more details on SOAP UI, let me know.
Thanks
Pranesh
Pranesh Rao wrote:
Hello Pranesh,
First of all, sorry for the late response and happy new year.
Related to this issue, what error appears?