0 Replies Latest reply on Jul 14, 2014 1:47 PM by nps.ferreira

    Web services issue with EAP 6.2.2

    nps.ferreira

      Hi all,

       

      I´ve evolve to the the version of the EAP (6.2.2). We have been using the 6.0.

      After the installation a simple web service start to malfunction, saying that he dosen´t recognize the parameters passed. But when i execute against the hold version of the EAP everything is ok.

      Here a the example of the SOAP:

       

      <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" >

        <s:Header>

          <h:auth  xmlns="http://example.pt" xmlns:h="http://example.pt" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" >

            <password xmlns="">0000</password>

            <userName xmlns="">batatas2</userName>

          </h:auth>

        </s:Header>

        <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

          <listEntities xmlns="http://example.pt"></listEntities>

        </s:Body>

      </s:Envelope>

       

      The strangest thing is if i remove the xmlns="http://example.pt" from the SOAP (in bold) everything work ok in both versions of the JBOSS server.

      This SOAP is generated in Microsoft. But SOAP is SOAP and i should work, unless i need some config in the server side.

       

      Anyone have any idea what is going on, or passed through the same situation?

       

       

      Cheers,

       

      Bigster