简体   繁体   中英

HTTP authentication and SOAP request

Is there any solution to call SOAP services, which are secured with HTTP authentication?

I am working with this wsdl file: https://www.smoneybox.com/service/service.wsdl

I've tried to add headerOut to SoapSerializationEnvelope object, but without success. Can you please help me?

Michal

Can you add HTTP header elements like username and password (Which is not secure).

I have done this by adding the username and API key as a part of the SOAP headers. I'm not sure how the web services are implemented in your case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM