i'm trying to add a namespace in my envelop for xmlns:api= and set the url as example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.notes.xyz.com/">
not having much success in finding examples. Is this possible?
What I have done in the past was the following (I always preferred to go without WSDL). Perhaps you can use it: