Hello,
I deployed a webservices application with jwsdp.
Services need complex-types for data interchange (JavaBeans) which i
enclosed in my project.
I got these beans from a wsdl file, using wscompile.
When i deploy web-services, build is successfull, but when I go to the
endpoint url to get wsdl, it presents an empty types section like this:
<?xml version="1.0" encoding="UTF-8" ?>
- <definitions xmlns="
http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="
http://com.test/wsdl/MyHello"
xmlns:soap="
http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ns2="
http://com.test/types/MyHello" name="MyHello"
targetNamespace="
http://com.test/wsdl/MyHello">
<types />
- <message name="...
So, why <types /> ?
Is the webservice correctly deployed?
I can't generate client stubs.
Can you help me?
Thank you,
Luca
---------------------------------------------------------------------
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