This may be of some help to some, a simple solution to a simple silly problem….
Today I delved into compiling a datgrid with data from an xml file via HTTService on mac osx (something I have only done on windows so far) and generated this error:
RPC Fault faultString=”HTTP request error” faultCode=”Server.Error.Request”
My code was:
result="beats = srv.lastResult.styles.item"/>
Problem solved with a simple flip of the backward slash in the url so it read:
url="assets/datagriddata.xml"


One Comment
Thanks dude…i was facing the same problem for more than 5 hours….just changing the slash direction did the trick