Oh, forgot the webservices.xml: | <webservices 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://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd" | version="1.1"> | | <webservice-description> | <webservice-description-name>GetPatchService</webservice-description-name> | <wsdl-file>META-INF/wsdl/GetPatchService.wsdl</wsdl-file> | <jaxrpc-mapping-file>META-INF/GetPathService_JAXRPC_Mapping.xml</jaxrpc-mapping-file> | | <port-component> | <port-component-name>GetPatch</port-component-name> | <wsdl-port>GetPatchPort</wsdl-port> | <service-endpoint-interface>com.intuit.offeringIntegration.messaging.ws.GetPatch</service-endpoint-interface> | <service-impl-bean> | <ejb-link>GetPatchBean</ejb-link> | </service-impl-bean> | </port-component> | </webservice-description> | </webservices> |
And the config.xml used for wscompile: | <configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config"> | <service name="GetPatchService" | targetNamespace="http://spc.intuit.com/oi/messaging/ws" | typeNamespace="http://spc.intuit.com/oi/messaging/ws/types" | packageName="com.intuit.offeringIntegration.messaging.ws"> | <interface name="com.intuit.offeringIntegration.messaging.ws.GetPatch"/> | </service> | </configuration> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901031#3901031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901031 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
