GLUE used to interop well. However, I see that the nightly interop tests (http://www.apache.org/~rubys/ApacheClientInterop.html) which use Apache clients against various servers are now failing on most tests with GLUE.
Scott Nichol ----- Original Message ----- From: "Mattias Jiderhamn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 12:30 PM Subject: Apache SOAP + GLUE? > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>