Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello I have a problem, I am consuming a web service wsdl (it does not belong to me) and it shows me the following error

"unable to automatically step into the server connecting to the server machine failed ..."

I find it strange because with two web methods it works, but with one in particular it shows me this error

any idea?

What I have tried:

yo probé lo siguiente

debug = true in web config
Posted
Updated 9-Nov-17 6:06am
Comments
Richard MacCutchan 9-Nov-17 9:47am    
If this message comes from the service then you need to talk to the service providers.
F-ES Sitecore 9-Nov-17 9:48am    
Have you googled the error message and at least gone through some of the 100,000+ suggested articles? I'm not sure how you expect people with no access to your systems to tell you why you can't connect one machine to another.
Dave Kreskowiak 9-Nov-17 11:32am    
If you didn't write the server-side code, don't have the source for it, nor the permissions to even connect to the thing (outside of the HTTP request), how do you expect to be able to debug that code?

Hint: You don't.

1 solution

As mentioned in the comments, it is because you do not have the source code for that. You are trying to debug source code you do not have. This is just a warning and not an error. You can continue to use it with no problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900