Is the a way to get WSDL from XSD

2006-09-06 Thread Bharadwaj, Nandita \(GE Healthcare\)
All, Anne, I have an XSD for the message I should be sending through web service. I need to create web services through this. Is there way, I can convert/ derive WSDL from XSD?   Looking forward for some help regarding this.   Thanks, Nandita

RE: Trying to create an ebXML message

2006-08-24 Thread Bharadwaj, Nandita \(GE Healthcare\)
By the way, I forgot to add... Am using j2sdk1.4.2_12 /Tomcat 5.5 / axis-1.1(have used Axis 1.4 - but not of much help) / JAXM 1.1 Please help me with this... Nandita -Original Message- From: Bharadwaj, Nandita (GE Healthcare) Sent: Thursday, August 24, 2006 5:23 PM To: axis-user

Trying to create an ebXML message

2006-08-24 Thread Bharadwaj, Nandita \(GE Healthcare\)
Am getting a ClassCastException when am trying to get an instance of ProviderMetaData, The code is something like this: if (mf == null) { System.out.println("getting the instance of ProviderMetaData"); ProviderMetaData metaData = pc.getMetaDat

RE: Java client using another web service

2006-07-31 Thread Bharadwaj, Nandita \(GE Healthcare\)
Which complex type you want to convert to java? You can use JavaUtils.convert in axis1.4. Nandita -Original Message- From: Sergio Stateri Jr [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 9:21 AM To: axis-user@ws.apache.org Subject: Java client using another web service

log4j.properties

2006-07-25 Thread Bharadwaj, Nandita \(GE Healthcare\)
Where should the log4j.properties be deployed?   Thanks, Nandita

Upgrade from Axis Beta 2 to Axis 1.4

2006-07-20 Thread Bharadwaj, Nandita \(GE Healthcare\)
Hello all,   I am upgrading from Axis Beta 2 to Axis 1.4.   Is there a link telling me which members in a class in one version of Axis are deprecated? I want to compare them and try to know the impact on my application, also I want to share the particular changes that needs to be done.   P

THe Axis upgrade - problem with log4j

2006-07-19 Thread Bharadwaj, Nandita \(GE Healthcare\)
I upgraded from Axis Beta 2 to Axis 1.4.   The difference in the jars are...   Axis Beta 2 Axis 1.4 axis.jar axis.jar commons-logging.jar commons-logging-1.0.4.jar jaxrpc.jar jaxrpc.jar log4j-core.jar log4j-1.2.8.jar

How to define an interface in wsdl?

2006-07-12 Thread Bharadwaj, Nandita \(GE Healthcare\)
How to define an interface in wsdl?   Java to wsdl: How to handle these warnings..when I tried to convert Java to wsdl?   Jul 12, 2006 6:18:27 PM org.apache.axis.wsdl.fromJava.Types isBeanCompatibleWARNING: The class  does not contain adefault constructor, which is a requirement for a bean

RE: Getting xerces.jar from xercesImpl.jar and xml-apis.jar

2006-07-12 Thread Bharadwaj, Nandita \(GE Healthcare\)
Message - From: Bharadwaj, Nandita (GE Healthcare) To: axis-user@ws.apache.org Sent: Wednesday, July 12, 2006 7:33 AM Subject: Getting xerces.jar from xercesImpl.jar and xml-apis.jar I want xerces.jar and not xercesImpl.jar and xml-apis.jar. I tried ant build as recommended in http

Getting xerces.jar from xercesImpl.jar and xml-apis.jar

2006-07-12 Thread Bharadwaj, Nandita \(GE Healthcare\)
I want xerces.jar and not xercesImpl.jar and xml-apis.jar. I tried ant build as recommended in http://xerces.apache.org/xerces2-j/install.html. This is what I did:     Downloaded Xerces-J-src.2.8.0.zip (http://www.apache.org/dist/xml/xerces-j/Xerces-J-src.2.8.0.zip)     Downloaded Xerce