Results 1 to 3 of 3

Thread: Problems with Soap1.2

  1. #1
    Join Date
    Mar 2008
    Posts
    3

    Default Problems with Soap1.2

    Hello @all
    i' m new with spring-ws, and wrote my first service..
    with soap1.1 it works fine but i can't get correct responses when i send soap1.2 messages with SoapUI..

    The exception I get:

    Code:
    org.springframework.ws.soap.SoapMessageCreationException: Could not create message from InputStream: Unable to internalize message; nested exception is com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
    	org.springframework.ws.soap.saaj.SaajSoapMessageFactory.createWebServiceMessage(SaajSoapMessageFactory.java:180)
    Does anybody know what I have to do?

    I am using the PayloadRootQNameEndpointMapping for the payload-mapping and the AbstractMarshallingPayloadEndpoint for the endpoint..
    Running Env: JBoss 4.0.5.GA

    has somebody a complete sample (client and service) that runs with soap1.2 messages ?

    Thanks and reg. from vienna

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Did you specify to use SOAP 1.2 on the server-side message factory?
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #3
    Join Date
    Mar 2008
    Posts
    3

    Default

    hmm no i did not..
    can you show me an example hot to do that please?
    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •