I am calling a rest service from wso2 sequence with json input.If I call the service from PostMan the service returns proper output but when I try with WSO2 there is below error coming.Please help me .
I read some previous posts with same problem but In my case all requests are failing.
RelayUtils Error while building Passthrough stream
org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,50]
Message: White spaces are required between publicId and systemId.
at org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:296)
at org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:204)