users@jax-rpc.java.net

Re: Problem in Stubs

From: Its Capricon <its_capricon_at_YAHOO.COM>
Date: Fri, 27 Dec 2002 19:54:39 -0700

hi, here is my jaxrpc-ri.xml

<?xml version="1.0" encoding="UTF-8"?>
<endpoints xmlns='http://java.sun.com/xml/ns/jax-rpc/ri/runtime' version='1.0'>
  <endpoint
    name='ServerProxy'
    interface='com.webProxyLayer.serverProxy.IServerProxy'
    implementation='com.webProxyLayer.serverProxy.ServerProxy'
    tie='com.webProxyLayer.serverProxy.IServerProxy_Tie'
    model='/WEB-INF/SyncServerProxy_model.xml.gz'
    wsdl='/WEB-INF/SyncServerProxy_service.wsdl'
    service='{http://tempuri.org/wsdl/}ServerProxy_service'
    port='{http://tempuri.org/wsdl/}IServerProxyPort'
    urlpattern='/serverService/ServerProxy'/>
</endpoints>

Regards
Capri