Hi everybody,
I' working on the development of a webservice following these step for the client :
Stub stub = (Stub)(new ValidationServiceLocator().getPort(Validation.class));
Validation validation = (Validation) stub;
((javax.xml.rpc.Stub) validation)._setProperty(javax.xml.rpc.Stub.USERNAME_PROPERTY, "login");
((javax.xml.rpc.Stub) validation)._setProperty(javax.xml.rpc.Stub.PASSWORD_PROPERTY, "pwd");
then
System.out.println(validation.getWorld("coucou"));
and I get this stack, despite the fact I get the access to the secure WS (getting the HTML form of the result in my console):
Exception in thread "P=376082:O=0:CT" WebServicesFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultString: org.xml.sax.SAXException: Can't find resource for bundle com.ibm.ws.webservices.engine.resources.ProjectResourceBundle, key unsupportedSAXEvent Message being parsed: <?xml version="1.0" encoding="UTF-8" ?>
IBM RAD 7
WAS 6.1
Thanks by advance
Cheers
PS : sorry for my previous post in another section
Topic