3 Replies Latest reply on Mar 20, 2012 9:04 AM by davsclaus

    headacke!!!

    yebz

      Am doing a POST request but am getting an empty payload

       

      HTTP/1.1 201 Created

      Server: Apache-Coyote/1.1

      Location: http://localhost:8080/provisioning/applications/530

      Date: Tue, 20 Mar 2012 10:20:24 GMT

      Content-Type: application/xml

      Content-Length: 0

       

      In the Log am getting

       

      2012-03-20 11:21:58,599  INFO LoggingOutInterceptor:178 - Outbound Message

      ----


      ID: 3

      Response-Code: 201

      Content-Type: application/xml

      Headers: {Location=[http://localhost:8080/provisioning/applications/532], Date=[Tue, 20 Mar 2012 10:21:58 GMT]}

      *Payload: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><ns2:application *xmlns="http://www.telefonica.com/schemas/UNICA/REST/common/v1" xmlns:ns2="http://www.telefonica.com/schemas/UNICA/REST/neoSDP_Prov/applications/v1/"><ns2:id>532</ns2:id><ns2:name>NUEVAAPLICACION3434</ns2:name></ns2:application>

      -


      *