| Summary: | Add text to Teiid "weather" dynamic VDB example README | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | Examples, EDS | Assignee: | Van Halbert <vhalbert> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | ldimaggi, pnittel, rudolf.chati |
| Target Milestone: | --- | ||
| Target Release: | 5.1.0.ER8 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-2837 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-01-28 14:32:29 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Attachments: | |||
|
Description
Len DiMaggio
2011-01-21 15:10:44 UTC
Link: Added: This issue is related to TEIID-1450 For use with the simpleclient, here's the whole execution string. (Note the username and password are hardcoded in the simpleclient, which may prevent simple use if user/teiid is not a valid user/password.)
./run.sh <server> 31000 weather "select t.* from (call weather.invoke(action=>'GET', endpoint=>querystring('', '38.99,-77.02 39.70,-104.80 47.6,-122.30' as listLatLon, 'time-series' as product, '2004-01-01T00:00:00' as \"begin\", '2013-04-20T00:00:00' as \"end\", 'maxt' as maxt, 'mint' as mint) )) w, XMLTABLE('/dwml/data/location' passing w.result columns \"location-key\" string, lattitude string path 'point/@latitude', longitude string path 'point/@longitude') t"
Thx Paul - that's on Linix, correct? Yes, Len. That's on linUx. ;-) Windows should be the same, except for the ./run.sh part. Updated readme with QE recommendations. Attachment: Added: README.txt The readme file change has been made and is in the soa build process teiid examples. Verified fixed in ER8 build. Created attachment 593032 [details]
screen shot of weather VDB execution
Created attachment 593033 [details]
jboss 5.1.0-GA log of weather VDB SOAP sample 2 - note that REST sample works. See also previous attachment with screenshot of simleclient execution
Thanks ! I'm using TEIID-7.7.0-final installed with spring and JBOSS 5.1.0.GA plus jbossws-cxf-3.4.1.
Thanks and regards
Rudi
NOTE: This is urgent please as I'm prepping for a demo on Thursday 06/21
I'm still getting the parsing error with the SOAP sample even with the above corrections. I seem to get generally the problem with the weather SOAP sample and other samples with SOAP11 binding. Thanks for the help. Rudi Created attachment 593064 [details]
EDS Quckstart - DynamicVDB Webservices
Attached is the eds_dynamicvdb_webservices.zip quick start. Unzip into the samples/quickstarts of the SOA install and follow the readme. Note: to run the SOAP11 query, execute: ant runtest -Dprompt=true
then select #2 to run that query.
|