G
G
good_beginer2019-08-23 09:38:38
PHP
good_beginer, 2019-08-23 09:38:38

How to rewrite from nusoap to soap?

$client = new nusoap_client($url, 'wsdl');
        $client->send($xml);

$xml is an encrypted request through the XmlSecLibs library, if put exactly the same way through new SoapClient , it will give an error wsse:Security header .
Is it possible to correct the library itself so that it does not create XML, but writes it in the header

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lubezniy, 2019-08-23
@lubezniy

Maybe this will help:
https://www.php.net/manual/en/soapclient.dorequest.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question