Is "Web Services with IntelliJ IDEA" document wrong?
I am trying to use IntelliJ 7.0 following steps in the pdf file "Web Services with IntelliJ IDEA" on this link
IntelliJ IDEA 7.x Developers Documentation
http://www.jetbrains.com/idea/documentation/documentation.html
I am stuck on page 9 "web service wsdl url" if I follow the example and enter "http://localhost:8080/services/HelloWorld?wsdl"
I always get the status as "wsdl url connection exception".and "OK" button is greyed out and I cannot continue.
Is the document wrong or I did something wrong?
Cindy
Please sign in to leave a comment.
Hello Cindy!
Make sure you use accessible URL. This means that if you connect to the URL
(http://localhost:8080/services/HelloWorld?wsdl in your case) a server will
return valid WSDL document. Also, the dialog checks that Content-Type of
requested wsdl document is not equal to "text/html".
I've answered on the pretty the same problem in the
jetbrains.intellij.plugins news group, topic WSDL Wizard. Maybe it will be
useful for you.
With best regards,
Konstantin Bulenkov
JetBrains Inc.
"Cindy Chen" <cindychen1@gmail.com> wrote in message
news:14815169.23411218596178073.JavaMail.jive@app4.labs.intellij.net...
>I am trying to use IntelliJ 7.0 following steps in the pdf file "Web
>Services with IntelliJ IDEA" on this link
>
>
>