I've been trying to figure out how to do this with wstools, but I can't seem to
find info about it anywhere.
Anyone care to outline how to do it?
This is my config file. I've tried duplicating the sections on different levels for
the new seo, but with no luck.
| <?xml version="1.0" encoding="UTF-8"?>
|
| <configuration xmlns="http://www.typo.no/trim"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xsi:schemaLocation="http://www.jboss.org/jbossws-tools
http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd"
| >
|
| <java-wsdl>
| <service name="MainController" style="document"
endpoint="main.MainControllerInterface" />
| <namespaces target-namespace="http://typo.no/trim/ws/maincontroller"
type-namespace="http://typo.no/trim/ws/maincontroller/types/" />
| <mapping file="jaxrpc-mapping.xml" />
| <webservices servlet-link="MainController" />
|
|
| </java-wsdl>
|
| </configuration>
|
It doesn't give any errors, just seem to ignore the first endpoint when there is more
than one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990905#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...