above message is incomplete
This is the interface
Element[] function(Element[] element)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900514#3900514
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900514
---
Can any one help me create wsdl and JAX-RPC mapping files and make them work in
jboss4.0.1sp1. I tried different approaches.In every attempt ,jboss throws an
error saying that cannot deserialize an unexpected child.
If anybody can provide samples of those files.That will be great.
Thank you
Vi
Can any one help me create wsdl and JAX-RPC mapping files and make them work in
jboss4.0.1sp1. I tried different approaches.In every attempt ,jboss throws an
error saying that cannot deserialize an unexpected child.
If anybody can provide samples of those files.That will be great.
Thank you
Vi
What are the Class loading differences between libraries that are in a web
application web-inf/lib and that are in class-path entry of
META-INF/manifest.mf of a ear. I recently developed a web services application
with a ejb endpoint.Then packaged it in a ear file with the classpath entry
.The
What are the Class loading differences between libraries that are in a web
application web-inf/lib and that are in class-path entry of
META-INF/manifest.mf of a ear.
I recently developed a web services application with a ejb endpoint.Then
packaged it in a ear file with the classpath entry .The
try {
JAXBContext jc = JAXBContext.newInstance("com.vzw.xmlmapping");
Unmarshaller unmarshaller = jc.createUnmarshaller();
HostInformation collection=
(HostInformation)unmarshaller.unmarshal(new File("c:/sample.xml"));
System.out.println("Testing");
I have created a application where simple "login.jsp" page accepts a username
and password . A servlet filter
intercepts it and authenticates the user using the JAAS login Databasemodule
successfully. Then the request
is forwarded to the requested action class.
Now in the action class when the
soon_shin,
Can you please provide the code for the application you have done.I am trying
to achieve the same .(EJB+FormbasedAuthentication+Struts) .A lot of folks are
looking for a sample application
Thanks a lot (Ahead).
View the original post :
http://www.jboss.org/index.html?module=bb&op
http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html
I followed the exact instructions from the above link to develop a web service
using Jboss4.0.0Sp1 and Eclipse.I was successful in doing it.
But when I run the client ,the following error message is displayed
javax.xml.rpc.ServiceExcept
1) I have developed a war file and deployed it on jboss-4.0.0Rc1 using the
Jboss-eclipse-ide
2) Then I have modified the file
"C:\jboss-4.0.0RC1\server\default\deploy\jboss-ws4ee.sar\META-INF\axis-server-config.xml"
by adding this element
service name="Data" provider="java:RPC">
10 matches
Mail list logo