Bug 778727

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 5 Reporter: Len DiMaggio <ldimaggi>
Component: JBossESB, ExamplesAssignee: Tom Fennelly <tom.fennelly>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.0   
Target Milestone: ---   
Target Release: 5.0.0 GA   
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: SOA-1187 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:

Description Len DiMaggio 2009-02-20 20:03:54 UTC
++ This bug is a clone of bug 778726 ++

Date of First Response: 2009-02-25 06:46:46
project_key: SOA

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

Comment 1 Len DiMaggio 2009-02-20 20:06:37 UTC
Link: Added: This issue depends SOA-1186


Comment 2 Tom Fennelly 2009-02-25 11:46:46 UTC
Len, can you explain this some more please?  This quickstart is supposed to return an empty response.  It's "inonly"!!

Comment 3 Len DiMaggio 2009-02-25 18:12:06 UTC
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.




Comment 4 Tom Fennelly 2009-02-25 18:40:31 UTC
okidoki... thanks Len... so this particular issue is a "documentation" one.  The wsdl being filtered out is def a bug (SOA-1186). 

Comment 5 Mark Little 2009-03-09 10:42:17 UTC
Moving to CP.

Comment 6 Len DiMaggio 2010-02-08 17:31:51 UTC
The quickstart 'publish_as_webservice_inonly' is not in 4.3 CP02 or 5.0 CR1