Actions
Bug #3300
openldv-tools does not work with java-7
Start date:
07/27/2012
Due date:
% Done:
0%
Estimated time:
Detected in build:
79bcf8aae51
Platform:
Published in build:
Description
perl module SOAP::Lite sends messages in different namespace
Jun 29, 2012 3:19:03 PM com.sun.xml.internal.ws.transport.http.HttpAdapter$HttpToolkit handle Schwerwiegend: Couldn't create SOAP message. Expecting Envelope in namespace http://schemas.xmlsoap.org/soap/envelope/, but got http://schemas.xmlsoap.org/wsdl/soap/ com.sun.xml.internal.ws.protocol.soap.VersionMismatchException: Couldn't create SOAP message. Expecting Envelope in namespace http://schemas.xmlsoap.org/soap/envelope/, but got http://schemas.xmlsoap.org/wsdl/soap/ at com.sun.xml.internal.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:167) at com.sun.xml.internal.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:292) at com.sun.xml.internal.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:118) at com.sun.xml.internal.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:343) at com.sun.xml.internal.ws.transport.http.HttpAdapter.decodePacket(HttpAdapter.java:321) at com.sun.xml.internal.ws.transport.http.HttpAdapter.access$400(HttpAdapter.java:81) at com.sun.xml.internal.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:576) at com.sun.xml.internal.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244) at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:95) at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:80) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:80) at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:668) at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:640) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722)
Updated by Vadim Mutilin over 12 years ago
- Status changed from New to Resolved
commit d34a421 sets namespace for Java WebService to
"http://schemas.xmlsoap.org/wsdl/soap/"
as in SOAP::Lite perl module
Updated by Vadim Mutilin over 12 years ago
- Status changed from Resolved to Open
does not work for java 1.6
Updated by Vadim Mutilin almost 12 years ago
commit=d23b416e397
make special preparations for java6 compile task
before compilation it changes WebService attribute
@WebService(targetNamespace = "http://schemas.xmlsoap.org/wsdl/soap/ --> @WebService
after compilation it restores the original one
Updated by Evgeny Novikov over 11 years ago
I guess that the issue may be closed.
Actions