users@jax-rpc.java.net

Re: Problem in Stubs

From: Baltz, Kenneth <Kbaltz_at_FIRSTAM.COM>
Date: Mon, 30 Dec 2002 09:03:06 -0800

It looks to me like something is missing from this file, or it's a different
version. Here's mine for comparison:

<webServices
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/dd"
    version="1.0"
    targetNamespaceBase="http://com.firstam/wsdl"
    typeNamespaceBase="http://com.firstam/types"
    urlPatternBase="/profilerws-kbaltz">

    <endpoint
        name="cpws"
        displayName="County Profiler Web Service - test"
        description="County Profiler Web Service - test"
        interface="com.firstam.Profiler.CpwsIF"
        implementation="com.firstam.Profiler.CpwsImpl"
        model="/WEB-INF/interface.xml" />

    <endpointMapping
        endpointName="cpws"
        urlPattern="/cpws"/>

</webServices>


With this configuration, my END_POINT_ADDRESS is
http://localhost:8888/profilerws-kbaltz/cpws

Hope that helps.

K.C.

> -----Original Message-----
> From: Its Capricon [mailto:its_capricon_at_YAHOO.COM]
> Sent: Friday, December 27, 2002 6:55 PM
> To: JAXRPC-INTEREST_at_JAVA.SUN.COM
> Subject: Re: Problem in Stubs
>
>
> 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
>