Interoperability between Java and c++ using SOAP

2002-09-26 Thread Axis Help
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

IBM's WSTK

2002-07-11 Thread Axis Help
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

Publishing WSDL file to UDDI registry using JAXR

2002-07-08 Thread Axis Help
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

Client stub to invoke services published in UDDI registry ?

2002-07-05 Thread Axis Help
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

WSDL, UDDI, JAXR

2002-07-05 Thread Axis Help
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

WSDL with UDDI

2002-06-26 Thread Axis Help
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

WSDL2Java emits everything in a single directory

2002-06-26 Thread Axis Help
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

WSDL2Java emitter creates everythin in a songle directory

2002-06-26 Thread Axis Help
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