Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Web Service Dataset help
jnorris
Hi All,
I didn't get an answer in a previous post on issues with web services using axis2. I've since created the WS using ASP.NET and it works as expected. I created a data source using it and the ping succeeds. I created a data set and was able to successfully go through the wizard and map columns as in the weather service demo. The SOAP request looks the same as the one shown on the ASP.NET page that opens when the .asmx file is opened and the operation is selected. Entering parameters on that page and clicking invoke returns the expected xml response data. However when I try to preview results for the data set in birt I get a birt exception saying the server returned HTTP 400.
If anyone has any pointers for me I'd really appreciate it. If I don't get this resolved soon I'll have to change to a reporting framework other than birt and I don't want to do that for a number of reasons.
Thanks,
Jim
Find more posts tagged with
Comments
jnorris
The issue was using a DateTime input parameter caused the service to crash. Changing the parameter to a string solved the problem.