I needed all these entries in my service endpoint implementation:
@javax.jws.WebService(endpointInterface="com.company.ws.service.ServicePortType",
name="ServicePortType",
portName="ServicePort",
wsdlLocation="META-INF/wsdl/Service.w
I can see my soap request getting to the server in the log file. But by the
time that sei impl has the method invoked on it the request java object is
null. One thing I noted is that the log notes that when the xml type is
deserialized to the java type the java type does not have the package nam
The problem here was that I needed to add a target namespace to the endpoint
implementation that was the same as the endpoint interface. That seemed to fix
the problem.
Now my wsdl that I provided is served.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40361
I followed http://www.jboss.com/index.html?module=bb&op=viewtopic&t=104843
quite carefully.
I used wsconsume to generate my classes, created an impl class and followed all
the pointers in the mentioned forum thread.
I get a wsdl now but it is not the one I defined in my wsdlLocation value in
th
Somehow and apostrophe in an annotation in the already existing wsdl was being
changed to a non-utf8 character in the generated schema. Have another problem
when the apostrophe was removed but got past this issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
I am using 4.0.5.GA and 1.2.0.SP1. I used wsconsume to create a top-down web
service. When I deploy I get an error as follows. As this error seems to be
from trying to parse a jboss generated .xsd file I am unclear what to do. I
assume this schema is generated from the wsdl. I cannot see any non
Hi, I was able to secure the 4.0.5GA web side fine with the getting started
guide for 4.0.4. I am using the j2ee 7 tutorial and the additional jboss
source. But when I add the
java:/jaas/dukesbank
element to jboss.xml for the ejb side I get an exception.
14:25:31,126 ERROR [LogInterceptor] EJBE