Has anyone been succesful in using Apache SOAP (nightly build 2002-10-27) as
the server and GLUE (3.2.3, www.themindelectric.com) as the client?

I'm getting some cryptical error, which I do not know what to do about:
java.lang.NullPointerException
        at $Proxy0.isOk(Unknown Source)
        at WsdlMain.main(WsdlMain.java:15) <-- My test client

I have tried with both an WSLD generated by GLUE and one generated by Axis.
The response looks ok to me. The only thing that bothers me is
"Cache-Control: private".

HTTP/1.1 200 OK
Server: Resin/2.1.6
Cache-Control: private
Accept-Encoding: x-gzip
Set-Cookie: JSESSIONID=aHn5X1GKkZ54; Path=/
Content-Type: text/xml; charset=utf-8
Content-Length: 454
Date: Mon, 18 Nov 2002 17:17:11 GMT

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
<SOAP-ENV:Body>
<ns1:isOkResponse xmlns:ns1="urn:ApiTest"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
<return xsi:type="xsd:boolean">true</return>
</ns1:isOkResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

  Mattias Jiderhamn
  Expert Systems

  [EMAIL PROTECTED]
  http://www.expertsystem.se


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to