Cant genereate Webservices client using jax-ws
Hi.
I am trying to generate a webservice client to interface with an internal webservice written in .NET.
When I try to generate the client I get the following error dialog when it tries to download required jars.
I have enabled the wsclient facet and configured the location of the jaxws installation (2.1.7).
Any help/pointers would be appreciated.
The interesting thing is that when I generate the classes using wsimport that works without issue and the classes are able to successfully interact with the service, although while generating the files wsimport does throw up this warning:
[WARNING] SOAP port "blahblahSoap12": uses a non-standard SOAP 1.2 binding.
line 1233 of http://blah.blah.com/blahService.asmx?WSDL
Forgot to add that I am using IDEA 8.1.2.
Thanks,
Saqib
Attachment(s):
ws_error.png
请先登录再写评论。
Hello Saqib,
what version of IntelliJ IDEA do you use? JDK version? OS version?
All I can say looking on your screen shot is that it wasn't internet connection to download.jetbrains.com at the moment you tried download libraries. Can you reproduce this problem? If so. could you please send idea.log with exception? <USER_HOME>/.IntelliJIdeaXXX/system/log/idea.log
Thank you!
Hi Konstantin.
IDEA 8.1.2
WindowsXP Pro SP2
I am running behind a proxy but I have entered the details for the proxy into IDEA - the plugin manager for example works fine.
I will try to reproduce and post the logs.
Thanks,
Saqib
Hi Konstantin.
Here is the exception that I get when the failure occurrs:
2009-06-04 14:10:19,453 [14840469] INFO - vicesplugin.invokeexternalcode - http
com.advancedtools.webservices.utils.InvokeExternalCodeUtil$ExternalCodeException: http
at com.advancedtools.webservices.jwsdp.JWSDPWSEngine$5.handle(JWSDPWSEngine.java:473)
at com.advancedtools.webservices.utils.InvokeExternalCodeUtil.doFilter(InvokeExternalCodeUtil.java:752)
at com.advancedtools.webservices.utils.InvokeExternalCodeUtil.access$200(InvokeExternalCodeUtil.java:57)
at com.advancedtools.webservices.utils.InvokeExternalCodeUtil$8$1.run(InvokeExternalCodeUtil.java:627)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:35)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:99)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:217)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Thanks,
Saqib