Hello All,
I am attempting to write some JSP page interfaces against the xmatters web service interface. I have succesfully been able to load http://localhost:8888/api/services/AlarmPointWebService?wsdl into eclipse and write my pages against it and get back the expected results from the web service calls...
HOWEVER, when I looked up why I couldn't access some functions it was because they were implemented in the xmatters-4.1.10?wsdl. So I loaded 4.1.10 web service url into ecplise to build the web service clent but something is not right. After I select to build and test the client in eclipse it only gives me the endpoint functions instead of the entire list of functions available in the web service ... I will attach an image of this (img1.jpg). After I complete the build of the web services client and look in the eclipse navigator these files are showing unsuccessful compilation errors.....
Xmatters4110.java
Xmatters4110Locator.java
Xmatters4110PortTypeProxy.java
Xmatters4110SOAP11BindingStub.java
Most if not all of these errors have to do with Xmatters4110PortTypeProxy.
When I crack open Xmatters4110PortTypeProxy here is the first error in the file.....
** com.xmatters.www.webservices.schema.Xmatters4110PortType cannot be resolved to a type **
This is shown in img2.JPG
Any help would be appreciated...
Nick