I have fixed this now and it was nothing to do with Axis2. The error I was
seeing is always there if the operation is not added to the endpoint so that
was not actually a problem. My problem was simply that I had not assigned a
variable to my method call:

(if ....) callMyMethod();

rather than:

(if ....) myVariable = callMyMethod();

and so my code didn't work, I then managed to find that phantom error and
got sidetracked into thinking that was the problem.



doahh wrote:
> 
> Sorry for posting 3 times on the run but I realised that if I turn of
> authentication then I can get TCPMon to connect to:
> 
> http://prosoc:8080/services/ProsocWebService.ProsocWebServiceHttpSoap12Endpoint/
> 
> The message it receives is:
> 
> javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]Message:
> Premature end of file.
> 
> Googling this returns 2 results with don't spread a lot of light on it for
> me.
> 

-- 
View this message in context: 
http://www.nabble.com/The-endpoint-reference-%28EPR%29-for-the-Operation-not-found-is-tp21335678p21343139.html
Sent from the Axis - User mailing list archive at Nabble.com.

Reply via email to