i have url and request like the following form &lt...
# help
e
i have url and request like the following form <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header> <ns1:SessionHeader mustUnderstand:mustUnderstand="0" xmlns:ns1="urn:partner.soap.sforce.com" xmlns:mustUnderstand="http://schemas.xmlsoap.org/soap/envelope/"> <ns1:sessionId>00D2v000002GWbf!AQ4AQFhfVRLwZaIBOi3lSU3IZe4AhmshG71BzghHuel547sz4tbWi7hVCgpvBrdR2nVO9TnQw.nI7qXWTQufxonCx72aZ66Z</ns1:sessionId> </ns1:SessionHeader> </soapenv:Body> </soapenv:Envelope> and response in xml form in SOAP API, i want to mock in wiremock standalone jar, can u hel mw with this?
h
I’m currently messing around with soap requests and responses. I simply followed the wiremock docs to get it running. Happy to help if you can clearly specify the help you need
👍 1