[jboss-user] [JBossWS] - WS4EEDOCClientStepByStep problem

yperey do-not-reply at jboss.com
Mon Nov 13 08:33:05 EST 2006


Hello,

I've followed the tutorial but I still have some problem during server launch.

anonymous wrote : 12:55:45,711 WARN  [MainDeployer] Found non-jar deployer for ./lib/ws_client.jar: org.jboss.deployment.Client
  | Deployer at 8deb8a

and when I try to acces the remote web service I've got a ws4ee client not bound exception.

The jar I'm trying to deploy (ws_client.jar) contains:

anonymous wrote : meta-inf/application-client.xml
  | meta-inf/Index.list
  | meta-inf/jaxrpc-mapping-client.xml
  | meta-inf/jboss-client.xml
  | meta-inf/Manifest.mf
  | meta-inf/wsdl/PutIntoTargetSystems.wsdl
  | com/ws/client/LHUB_PutIntoTargetSystems_PortType.class
  | com/ws/client/LHUB_PutIntoTargetSystems_Service.class
  | com/ws/client/LHUB_PutIntoTargetSystems_Consumer.class
  | com/ws/client/LHUB_PutIntoTargetSystemsProcessRequest.class
  | com/ws/client/LHUB_PutIntoTargetSystemsProcessResponse.class

where application-client.xml contains:

<application-client xmlns="http://java.sun.com/xml/ns/j2ee"
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
  |   version="1.4">
  | 
  |   <display-name>PutIntoTargetSystems client app</display-name>
  |   <service-ref>
  | <service-ref-name>service/LHUB_PutIntoTargetSystems_Service</service-ref-name>
  | <service-interface>com.ws.client.LHUB_PutIntoTargetSystems_Service</service-interface>
  |     <wsdl-file>META-INF/wsdl/PutIntoTargetSystems.wsdl</wsdl-file>
  | <jaxrpc-mapping-file>META-INF/jaxrpc-mapping-client.xml</jaxrpc-mapping-file>
  |   </service-ref>
  | </application-client>

and jboss-client.xml contains:

<?xml version='1.0' encoding='UTF-8' ?>
  | <!DOCTYPE jboss-client PUBLIC
  |    "-//JBoss//DTD Application Client 3.2//EN"
  |    "http://www.jboss.org/j2ee/dtd/jboss-client_3_2.dtd">
  | <jboss-client>
  |   <jndi-name>ws4ee-client</jndi-name>
  | </jboss-client>
  | 
can anyone help me ? please. I'm using JBoss 4.0.2 and jdk 1.4.2_12

thanks.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985421#3985421

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985421



More information about the jboss-user mailing list