I am using NetBeans 5.5.
I have a web service with a request object that is a complex type. I
have keep="true" genwsdl="true" as part of the wsgen but the generated
WAR does not have the WSDL or the class the represents the complex
request object. Now yes when deployed they exist on the Sun application
server but I had hope that there would be copies of these files
somewhere in the NetBeans Project. I need the WSDL because we feed it
to MS wsdl.exe to generate C# stubs. I am guessing I need the wrapper
object to call the WS from a client.
Where are these files?
Is there a good example somewhere of how to call a WS with a complex
request Object? For some reason this was much easer under JWSDP 2.0.
Cheers,
Brad