Project

General

Profile

Actions

Bug #3300

open

ldv-tools does not work with java-7

Added by Vadim Mutilin over 11 years ago. Updated almost 11 years ago.

Status:
Open
Priority:
Normal
Assignee:
Category:
Infrastructure
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)
Actions #1

Updated by Vadim Mutilin over 11 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

Actions #2

Updated by Vadim Mutilin over 11 years ago

  • Status changed from Resolved to Open

does not work for java 1.6

Actions #3

Updated by Vadim Mutilin about 11 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
Actions #4

Updated by Evgeny Novikov almost 11 years ago

I guess that the issue may be closed.

Actions

Also available in: Atom PDF