- This topic has 1 reply, 2 voices, and was last updated 17 years, 10 months ago by Riyad Kalla.
-
AuthorPosts
-
BobMemberNote: amrgroll3l6919 is machine name
After trying the WebServices Demo, received errors regarding the demo. Documentation lacks sufficient tips on resolving the errors (best practices).
– System Setup ——————————-
Operating System and version: Windows XP Professional 2002 SP2
Eclipse version: Version: 3.2.1
Eclipse build id: M20060921-0945
Fresh Eclipse install (y/n): Dec 24, 2006
If not, was it upgraded to its current version using the update manager? YES
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: Version: 5.1.0 GA 20061111-5.1.0-GA
Eclipse JDK version: jdk1.5.0_10
Application Server JDK version: Version 1.5.0 (build 1.5.0_10-b03)
Are there any exceptions in the Eclipse log file? NO– Message Body ——————————-
Severity and Description Path Resource Location Creation Time Id
LonLatPt cannot be resolved to a type amrgroll3l6919/terraws TerraServiceClient.java line 129 1168352182149 4523
The local variable soapBinding is never read amrgroll3l6919/terraws TerraServiceClient.java line 79 1168352182139 4519
Place cannot be resolved to a type amrgroll3l6919/terraws TerraServiceClient.java line 123 1168352182149 4521
Place cannot be resolved to a type amrgroll3l6919/terraws TerraServiceClient.java line 123 1168352182149 4522
The local variable soapBinding is never read amrgroll3l6919/terraws TerraServiceClient.java line 85 1168352182139 4520
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized amrgroll3l6919/terraws TerraServiceClient.java line 33 1168352182139 4516
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized amrgroll3l6919/terraws TerraServiceClient.java line 40 1168352182139 4517
Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap<K,V> should be parameterized amrgroll3l6919/terraws TerraServiceClient.java line 70 1168352182139 4518
Riyad KallaMemberbobparis,
At some point we will roll out an official client tutorial, for now that is merely a demo (hence the lack of detail, I agree it’s shallow at best).I’m not sure why you are seeing that.
UPDATE:
Bob I just updated the demonstration with links to the actual MyEclipse project, you can grab that here.After you have done that, import the project and try and run it… does it work?
-
AuthorPosts