cablecito
14 years agoNew Contributor
Connection Refused
Hello,
I am trying to made my first steps with SoapUI, and want to test a Soap/WSDL connection.
Every time i tries to trigger a request, i gets the "connection refused" message. I still does not figure out what is wrong here.
The WSDL address to the server is: https://186.153.145.2:9050/trazamed.WebService?wsdl
And the test userid and pass are:
Usuario : testwservice | password: testwservicepsw
I also hace a wsse:security script for connection:
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-1" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>testwservice</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">testwservicepsw</wsse:Password>
<wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">Mcfnp0wo+4dX9bHCdQmGVg==</wsse:Nonce>
<wsu:Created>2011-08-29T20:27:28.045Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
Thanks for help
Regards,
Enrique
I am trying to made my first steps with SoapUI, and want to test a Soap/WSDL connection.
Every time i tries to trigger a request, i gets the "connection refused" message. I still does not figure out what is wrong here.
The WSDL address to the server is: https://186.153.145.2:9050/trazamed.WebService?wsdl
And the test userid and pass are:
Usuario : testwservice | password: testwservicepsw
I also hace a wsse:security script for connection:
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-1" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>testwservice</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">testwservicepsw</wsse:Password>
<wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">Mcfnp0wo+4dX9bHCdQmGVg==</wsse:Nonce>
<wsu:Created>2011-08-29T20:27:28.045Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
Thanks for help
Regards,
Enrique