Link to home
Start Free TrialLog in
Avatar of mvhughes
mvhughes

asked on

What is the best way to resolve a web service call issue between two programmers?

I have written code in both Java and C# to call a web services method on a third party web site.  I receive an "Invalid Request" response.  I told the programmer for the web service that I thought I did everything right and got this response.  He said to "Please send [him] the full request you are sending, header, body & timestamp and we’ll check the server log."  How would you generally communicate this with somebody? I created the message in Java and C#, and he doesn't want my code snippet.  Should I capture with wireshark, or is there a generally accepted method or some other convenient often use tool(s) that people use for this?  Is this a reasonable request, or since nobody is using their web service but me yet, isn't it reasonable for me to just ask them to look at their logs?
ASKER CERTIFIED SOLUTION
Avatar of Siva Prasanna Kumar
Siva Prasanna Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mvhughes
mvhughes

ASKER

I gave more points to the one solution because it was more of a direct answer to my question, but I really appreciate the other information.  Good to know, thank you.