users@jax-rpc.java.net

RE: Generating WS-I Compliant Service Files with wscompile

From: Kevin Jones <kevinj_at_develop.com>
Date: Thu, 3 Feb 2005 08:56:01 -0000

you have:

xmlns="http://java.sun.com/xml/ns/jax-rpc/pi/config

it should be

xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config

Kevin Jones
http://public.xdi.org/=kevin.jones
skype (www.skype.com): kevinrjones

> -----Original Message-----
> From: Harsh [mailto:hharsh_at_yahoo.com]
> Sent: 03 February 2005 07:01
> To: users_at_jax-rpc.dev.java.net
> Subject: Generating WS-I Compliant Service Files with wscompile
>
> I fixed the WSDL as suggested earlier in the WSDL &
> Attachment thread now
>
> I using following command with config-server.xml file
>
> wscompile -keep -import
> -model model-UpdatXMLService.xml.gz
> -f:wsi conf/config-server.xml
>
> <?xml version="1.0" encoding="UTF-8"?>
> <configuration
> xmlns="http://java.sun.com/xml/ns/jax-rpc/pi/config">
> <wsdl
> location="conf/UpdatXML.wsdl"
> packageName="com.ws" />
> </configuration>
>
> I get the error following error.. is any thing wrong with the
> namespace
>
> C:\Sun\jwsdp-1.5\jaxrpc\samples\UpdateXMLContent>wscompile
> -verbose -keep -impor t -model
> model-UpdateXMLContentService.xml.gz -f:wsi
> conf/config-server.xml invalid element
> "{http://java.sun.com/xml/ns/jax-rpc/pi/config}configuration"
> in
> configuration file (line 2)
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - Find what you need with new enhanced search.
> http://info.mail.yahoo.com/mail_250
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>
>