Just a suggestion to improve the "Deploy a sample application" under "1.
Quick start" in the User's Guide.
At the end, after displaying the WSDL of the web service, it might help new
users if they
could see something actually happen with the web service.
The suggestion is to add:
Open an web browser and point it to the following location (windows):
C:\apache-servicemix-3.0-incubating\examples\wsdl-first\client.html
Then click on SEND to see the web service response.
Also, add a note for Internet Explorer users, that the following line in
client.html
in the send() function will need to be commented out, as shown below:
/*
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead
UniversalBrowserWrite"); */
--
View this message in context:
http://www.nabble.com/Quick-Start-Sample-Deploy-tf2397872.html#a6686612
Sent from the ServiceMix - User mailing list archive at Nabble.com.