Hello All, Firstly I apologize for making mistake in
writing Exception error i.e. (Exception =
com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler
error: Wrapper class callWebService is not found. Have you run APT to
generate them?)
I thank you very much to Stephan Bergmann to focussing on class
loader issue . By running my oxt which calls web service by using
OpenOffice2.1, their is no such exception. I have been trying for 3-4 days
to solve wrapped class not found exception. Thanks a lot.
On Tue, Oct 7, 2008 at 4:57 PM, Stephan Bergmann
<[EMAIL PROTECTED]>wrote:
> On 10/07/08 11:36, Dinesh Chothe wrote:
>
>> Hello, I have been developing an extention using
>> java1.6,net-beans6.1,jax-ws(Web Services),tomcat6.
>> Firstly generated one web service by using netbeans6 which
>> simply takes one string and returns string to client.
>> Then created .war of same and deployed in tomacat
>> web-apps.
>> After this developed one simple java program which calls
>> above created web-service.As successfully testing this
>> java client, created its .jar file then added into
>> openoffices add-on extention program. Then simpley called jar's
>> method which calls web service.
>> if ( aURL.Path.compareTo("CallWeb") == 0 ) {
>> // add your own code here
>> System.out.println("Calling Web Service-----");
>> Main m = new Main();
>> m.callWebService("lower caseeeeeeeeeee");
>> }
>> But while doing this it throws following exception.....
>>
>> Exception =
>> com.sun.xml.internal.ws.model.RuntimeModelerException: runtime modeler
>> error: Wrapper class callWebService is not found. Have you run APT to
>> generate them?
>>
>
> This *might* be the context class loader issue, see <
> http://blogs.sun.com/GullFOSS/entry/is_your_java_extension_ready>.
>
> -Stephan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Thanks and Regards,
Dinesh