You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to display out to the console some debugging info? Like what the resulting message envelope looks like before being sent or just general info about a request? I'm running into some issues with WSHttpBinding reporting multiple headers with name 'x' and it would help to see how the library is interpreting the envelope I created versus the one it ends up with. Hope that makes since.
Again, thanks.
The text was updated successfully, but these errors were encountered:
I'll definitely add this capability when I'll have time. Meanwhile I suggest you set up Fiddler and direct wcf.js to send the message to http://localhost:8888/ which will show you the exact payload in Fiddler.
Thanks for your work with Wcf.js.
Is there anyway to display out to the console some debugging info? Like what the resulting message envelope looks like before being sent or just general info about a request? I'm running into some issues with WSHttpBinding reporting multiple headers with name 'x' and it would help to see how the library is interpreting the envelope I created versus the one it ends up with. Hope that makes since.
Again, thanks.
The text was updated successfully, but these errors were encountered: