ankurpathak
7 years agoNew Contributor
Soap With SwaRef Not Working
I am trying to test swaRef attachment with Soap UI and its not working. On debugging I am finding that its not sending
the mime of attachment so its not working. Why it doesn't send mime even when it has knowledge of same for SwaRef??
The Response I Get From Server Is:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope">
<faultcode>S:Server</faultcode>
<faultstring>No such MIME Part: Part=231405110846:null</faultstring>
</S:Fault>
</S:Body>
</S:Envelope>
I am useing JAX-WS server and client side code. Its working with JAX-WS client code.