[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] Newbie: problem creating web service client
|
- From: eclipse.mike@xxxxxxxxx (mike )
- Date: Fri, 4 Sep 2009 09:29:29 +0000 (UTC)
- Newsgroups: eclipse.webtools
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Dear all,
I'm trying to create a client for a web service. (I'm new to web services.)
The wsdl for this service is at
http://www.techfortesco.com/tescoapi/TescoAPI.svc?wsdl
To create a client for this webservice in eclipse, i first created a Java
project called RescoClient, then right clicked that project, new | other |
web services | web service client.
I then get the `Web Service Client' dialog where i enter the url to the
wsdl, and then press enter.
The wsdl is parsed but after 2 seconds i get an exception:
IWAB0014E Unexpected exception occurred.
java.lang.NullPointerException
etc etc.
What's going on?? All help appreciated.
Bye, Mike