Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Web Service problem with Visual Studio 2005
vlada
I have a problem connecting to the MediaBin web service using application written in Visual Studio 2005.
I have my and sample application MBWebServiceTestApp from Interwoven and both works perfectly from VS 2k3 but fail to connect to service if I run app from Visual Studio 2k5. Error message is:
"The request failed with HTTP status 400: Bad request."
Any idea?
Vladimir
Find more posts tagged with
Comments
vlada
Maybe I need to rephrase my question.
Does anyone has sample how to connect to the MediaBin web service from win form application written in C# 2.0 (Visual Studio 2005).
Sample from MB Web Service SDK doesn’t work.
Please help.
Sincerely,
Vladimir
msnider
I've not run into any problems. The sample SDK application rebuilds under VS 2005 fine and runs with no problems. Which method are you getting the bad request from?
The error is most likely because your web reference does not match the web service's WSDL...is your web reference up-to-date and does your web reference match the WSDL produced by your web service?
Mark