Question Benoit Nyssen · Dec 5, 2016

WebService SOAP : error import wsdl

Hello,

I've created a SOAP webservice in HealthShare following the documention.

When I get the wsdl definition and try to import it into a tool like 'SOAPUI' or a java framework like netbeans, I get errors.

The wsdl seems to be bad...

What I have to check?

Thanx

BN

Comments

Marc Mundt · Dec 8, 2016

Hi BN,

Can you share some more information about this? 

- What error do you get in SoapUI?
- What does the WSDL generated by your SOAP service look like?

Best,
Marc

0
Dmitry Maslennikov · Dec 9, 2016

I would suggest that you have authorization in your web-application, and SoapUI fails to load it because it is not authorized.

follow the documentation and add it to the URL.

&CacheUserName=_SYSTEM&CachePassword=SYS
0