Hide Forgot
++ 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
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