문제

I am working on an asp.net application.I need to call php webservice.I am using asp.net WebReference method.It serialize my request.How to print my webservice request.

도움이 되었습니까?

해결책

You can use the developer tools in Chrome, IE or Firefox to monitor network traffic. Personally I use Chrome; Hit F12, then click the network tab. See the attached picture:

Screenshot

Here is an example of a POST Payload. (This is posting JSON data, but you should see what I mean)

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top