Hi I made up a Web service, with 1 parameter, it works very fine,
How to send two parameters ???
HttpUtils.PostString("POST Job1", PostUrl, "dDate=01/01/2010,cHr=001")
here I want to send dDate and cHr
comma , seems not to be the right delimiter
Any help???
How to send two parameters ???
HttpUtils.PostString("POST Job1", PostUrl, "dDate=01/01/2010,cHr=001")
here I want to send dDate and cHr
comma , seems not to be the right delimiter
Any help???