Hi ,
How the interoperability between java and c++ data types happens ? specifically, I am concerned about java vector/hashmap/hashtable/object/nested object etc, passing between C++ and Java applications .
Is there any white paper , resource which explains about this ?
-ThanksDo you Yahoo!?
New
Hi,
I have installed IBM's WSTK and I am trying to compile a class to publish WSDL in UDDI registry.it gives me error 'cannot resolve symbol WSDLReader' . It can't find WSDLReader class.According to docs it's in com.ibm.wsdl.xml package in wsdl4j.jar.But my com.ibm.wsdl.xml has only two classes "WS
Hi,
I am trying to publish WSDL file to private UDDI registry using JAXR.
Does anybody has any reference or URL or any example which explains how to do that ?
Has anybody done it before ?
ThanksDo You Yahoo!?
New! SBC Yahoo! Dial - 1st Month Free & unlimited access
Hi,
How to use the Client stub generated by WSDL2Java, to invoke services ( described in WSDL ) in UDDI registry. ?
ThanksDo You Yahoo!?
New! SBC Yahoo! Dial - 1st Month Free & unlimited access
Hi,
I have created client stubs and server skeleton
classes using WSDL2Java tool in axis.I am able to
invoke the server side services using client stub
generated by WSDL2Java. Now I want to register my
services ( using WSDL) into UDDI registry, and then I
want to invoke the services.I trying to u
Hi,
I have got my first test program running using WSDL.Using Axis's WSDL tools, I created WSDL file from Java interface.
I also created Client stubs, server skeletons, and wsdd file from WSDL . ( Why does it put everything in the same directory ?)
I have got everything running so far.Now I want t
Hi,
Axis WSDL2Java tool creates client side stubs and server side skeletons in the same output directory.
Here is the command I used to create stubs and skeletons
java org.apache.axis.wsdl.WSDL2Java -o -p -s
This created all client side classes and server side classes in the same Output director
Hi,
I am pretty new to axis. Just experimenting with it.
Axis WSDL2Java tool creates client side stubs and server side skeletons in the same output directory.
Here is the command I used to create stubs and skeletons
java org.apache.axis.wsdl.WSDL2Java -o -p -s
This created all client side classe