You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Mattias Jiderhamn <ma...@expertsystem.se> on 2002/11/18 18:30:12 UTC

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

  mattias@expertsystem.se
  http://www.expertsystem.se


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


RE: Apache SOAP + GLUE?

Posted by Mattias Jiderhamn <ma...@expertsystem.se>.
I just found a message in a GLUE mailing list
(http://groups.yahoo.com/group/MindElectricTechnology/message/6122) that
helped me find it was the return value that had the wrong name in the WSDL.

Thanks anyway.

> -----Original Message-----
> From: Scott Nichol [mailto:snicholnews@scottnichol.com]
> Sent: Monday, November 18, 2002 6:47 PM
> To: soap-dev@xml.apache.org
> Subject: Re: Apache SOAP + GLUE?
>
>
> 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" <ma...@expertsystem.se>
> To: <so...@xml.apache.org>
> 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
> >
> >   mattias@expertsystem.se
> >   http://www.expertsystem.se
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@xml.apache.org>
> > For additional commands, e-mail: <ma...@xml.apache.org>
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>


RE: Apache SOAP + GLUE?

Posted by Mattias Jiderhamn <ma...@expertsystem.se>.
I just found a message in a GLUE mailing list
(http://groups.yahoo.com/group/MindElectricTechnology/message/6122) that
helped me find it was the return value that had the wrong name in the WSDL.

Thanks anyway.

> -----Original Message-----
> From: Scott Nichol [mailto:snicholnews@scottnichol.com]
> Sent: Monday, November 18, 2002 6:47 PM
> To: soap-dev@xml.apache.org
> Subject: Re: Apache SOAP + GLUE?
>
>
> 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" <ma...@expertsystem.se>
> To: <so...@xml.apache.org>
> 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
> >
> >   mattias@expertsystem.se
> >   http://www.expertsystem.se
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@xml.apache.org>
> > For additional commands, e-mail: <ma...@xml.apache.org>
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Apache SOAP + GLUE?

Posted by Scott Nichol <sn...@scottnichol.com>.
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" <ma...@expertsystem.se>
To: <so...@xml.apache.org>
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
>
>   mattias@expertsystem.se
>   http://www.expertsystem.se
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Apache SOAP + GLUE?

Posted by Scott Nichol <sn...@scottnichol.com>.
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" <ma...@expertsystem.se>
To: <so...@xml.apache.org>
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
>
>   mattias@expertsystem.se
>   http://www.expertsystem.se
>
>
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>