I am using jax-ws webservice hosted at weblogic 10.3, while calling the webservice i am getting the below response
javax.xml.soap.SOAPException: Unable to receive message. caused by: java.io.IOException: null caused by: javax.xml.stream.XMLStreamException: javax.xml.stream.XMLStreamException: Premature end of file encountered caused by: javax.xml.stream.XMLStreamException: Premature end of file encountered
does anyone know why it comes?
the response generated from webservice was not as it should be that is why i was getting this exception.