I am using Axis1.3 and have deployed an Axis2 webservice which calls a .NET2.0
webservice. I got the wsdl for the .NET service and used wsdl2java to generate
the client code (stub) for calling it. I am calling that stub from my deployed
axis2 service. This stub call returns the following exception:
Caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col {unknown-source}]: [1,0]
at
com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:661)
at
com.ctc.wstx.sr.BasicStreamReader.handleEOF(BasicStreamReader.java:2134)
at
com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2040)
at
com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:153)
Any idea what this signifies? To me it seems like there is no reply from the
.NET side.
- Vish.