I am trying to get an attachment from a SOAP::Lite (Perl) server, and I
am getting:
SAXParseException: Illegal character at end of document, -
Non-attachment calls work fine. I know that - is a hyphen, so I am
guessing that there is either a stray hyphen somewhere, or (perhaps)
this is just a
Hi All,
I have a .NET 1.1 ws client connecting to Axis running on iPlanet Webserver
6.1 on Solaris. I get the following exception when I attempt to upload a
DIME attachment:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/20
I have a very basic client attempting to access a
web service at http://www.xmethods.net/cs/2001/BNQuoteService.wsdl.
My client is implemented as such:
...
URL url="" java.net.URL("http://services.xmethods.com:80/soap/servlet/rpcrouter"); String
isbn = "0672319225"; Service service = new
S
code) but if JNI code is called the web service works the first time and
then returns an empty SOAP message resulting in a "Premature end of file"
SAXParseException.
The web service is designed to return a serialized array of Java beans. I
know the implementation works outside of Tomcat
I created a new service and have put all the .class and .lib files under
axis/webapps and my-server/webapps.
I got the following exception:
Does anyone know what this error mean? Am I missing some of the setup?
I would appreciate any comments/helps/suggestions.
Thank you
Ignatia
AxisFault
f
I am
new user to axis.
I
downloaded the source coded , compiled it and executed the first example given
in the samples directory.
and as
explained in the axis user guide. the example ran fine
% java
samples.userguide.example1.TestClientSent 'Hello!', got
'Hello!'
i ran into the follo