S
Swan B
Dear all,
Another party is sending inputdata to our Web Service, InputDataWS,
The other party is using a regular http get request, for some reason the
last part of the string is cut off
[WebMethod]
public void InputDataWS(string strInputData)
All parameters are sent in one string of format:
FirstName=Tom&LastName=Johnsen
We only receive:
FirstName=Tom
How can we possibly get the WebService to accept the full string ?
Anyone being able to shed some light at the issue are most welcome?
Thanks,
Swan B.
Another party is sending inputdata to our Web Service, InputDataWS,
The other party is using a regular http get request, for some reason the
last part of the string is cut off
[WebMethod]
public void InputDataWS(string strInputData)
All parameters are sent in one string of format:
FirstName=Tom&LastName=Johnsen
We only receive:
FirstName=Tom
How can we possibly get the WebService to accept the full string ?
Anyone being able to shed some light at the issue are most welcome?
Thanks,
Swan B.