[jboss-user] [JBossWS] - wscompile

Isis do-not-reply at jboss.com
Thu Aug 17 09:17:25 EDT 2006


Hi all!

I've installed jwsdp-1.5. 

Using the following command:

wscompile -cp "webservice.jar" -gen:server -f:documentliteral -mapping jaxrpc-mapping.xml config.xml

I obtain an error: 
>error: invalid type for JAX-RPC structure: ossj.ttri.ws.stubs.CancelTroubleTicketByResponse

This is the CancelTroubleTicketByResponse.java code:

package ossj.ttri.ws.stubs;
public class CancelTroubleTicketByKeyResponse
{
public CancelTroubleTicketByKeyResponse()throws UnsupportedOperationException{
}
}

The config.xml file:









The interface: 

package ossj.ttri.ws.stubs;
import java.rmi.Remote;
import java.rmi.RemoteException;

public interface TroubleTicketWSPort
extends Remote
{

public abstract CancelTroubleTicketByKeyResponse cancelTroubleTicketByKey(CancelTroubleTicketByKeyRequest canceltroubleticketbykeyrequest)
throws CancelTroubleTicketByKeyException, RemoteException;

}


Thanks in advance!! 

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

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



More information about the jboss-user mailing list