| Summary: | The issue logged in SOA-1186 causes the publish_as_webservice_inonly quickstart to fail - the test runs, but no data is returned to the client | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Len DiMaggio <ldimaggi> | |
| Component: | JBossESB, Examples | Assignee: | Tom Fennelly <tom.fennelly> | |
| Status: | CLOSED NEXTRELEASE | QA Contact: | ||
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 4.3 CP01 | |||
| Target Milestone: | --- | |||
| Target Release: | 4.3 CP04 ER1 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| URL: | http://jira.jboss.org/jira/browse/SOA-1187 | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 778727 (view as bug list) | Environment: |
4.3 CP01 CR3
|
|
| Last Closed: | 2010-02-08 17:31:51 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: | ||
| Bug Depends On: | 778725 | |||
| Bug Blocks: | ||||
|
Description
Len DiMaggio
2009-02-20 20:03:54 UTC
Link: Added: This issue depends SOA-1186 Len, can you explain this some more please? This quickstart is supposed to return an empty response. It's "inonly"!! Hey Tom - the quickstart reuses the SOAPTest class from publish_as_webservice:
try {
client.executeMethod(postMethod);
System.out.println("Response from web service");
System.out.println("[" + postMethod.getResponseBodyAsString() + "]");
}
This would make it clearer:
System.out.println("Response from web service - should be empty");
As when the test runs, it displays:
runtest:
[echo] Send soap message to published web service and receive reponse
[java] Response from web service
[java] []
[echo]
[echo]
[echo] Send soap message to published web service and receive soap fault message
[java] Response from web service
[java] []
The readme also has the user:
To Run from Soapui:
===========================
1. Use the following URL: 'http://127.0.0.1:8080/Quickstart_publish_as_webservice_inonly/ESBServiceSample/HelloWorldPubService?wsdl'.
2. Copy the contents of soap-userpass-message.xml.
3. Exceute the web service call from soapui.
But - that URL does not return the WSDL - due to SOA-1186.
okidoki... thanks Len... so this particular issue is a "documentation" one. The wsdl being filtered out is def a bug (SOA-1186). Moving to CP. The quickstart 'publish_as_webservice_inonly' is not in 4.3 CP02 or 5.0 CR1 |