RE: Passing large data in SOAP Message

2004-05-19 Thread Vinod Patil
Title: RE: Passing large data in SOAP Message Hi Ken and All,     Thanks Ken for the reply and the code... I also have a similar requirement...to fetch from db and send the data as an xml...   but the issue is that we have to use DOM for message style webservice. The

No deserializer defined for array type

2004-05-19 Thread Meloro, John
All, I am seeing the following error when I run my web service: org.xml.sax.SAXException: No deserializer defined for array type {http://www.w3.org/2003/05/soap-encoding}string Can anyone tell me please how to fix this? Thanks, John M.

beginner: java.lang.UnsupportedClassVersionError ?

2004-05-19 Thread Michal Kowalski
Hello I have Freebsd5.1p16, installed axis from ports, i have jdk1.4.2, i followed: http://ws.apache.org/axis/java/user-guide.html % java samples.userguide.example1.TestClient java.net.ConnectException So i assume that soapinterop.org is down ? It's not my client's problem ? After that i tried t

Thread-safety

2004-05-19 Thread Miller, Janet
Title: Thread-safety I will be accessing multiple Axis Web Services from the same site/server.  Each of the Web Services Accessed relates to a different transit agency and there will be up to 9 Web Services total. I would like to make multiple calls to each of the 9 Web Services and have e

xsd:choice problem with axis 1.1

2004-05-19 Thread Yu, Joel, Contractor
I have an xsd:choice type defined as follow: Required. Either the entire job body may be submited, or the body may be broken out into it's parts as XML. If the entire job body is to be submitted, it should be enclosed in a TextJobBody Tag. Do not submit both an entire body, and an XML version

Re: How omit serialization for special classes?

2004-05-19 Thread Philipp Bolle
Hi Tom, Sorry if my explanations are not very clear. Let me please explain with an example. If I call the service I get an object A. This object A contains object B and object C and so on. Some where in this structure is an object D that has a method getMethode that contains java.lang.Methode.

HttpRecoverableException ??

2004-05-19 Thread Baruah Montoo-CMB035
Does anyone know when and why this exception is thrown and can someone tell me what it means other than what's already displayed. All i did is replaced HTTPSender with CommonsHTTPSender and created a new axis.jar with all commons-httpclient2.0 classes. I have tomcat and ISA Server( Proxy server)

RE: specifying JAXP 1.1 compliant XML parser for Axis

2004-05-19 Thread Khare, Jagdish
It works fine with XML Parsers bundled with Weblogic. However, I have another external jar in the classpath for a wireless gateway product running on the same container. It needs a different version of XML Parser which is not compliant with Axis. Java instance has been started with an option so th

RE: specifying JAXP 1.1 compliant XML parser for Axis

2004-05-19 Thread Anderson Jonathan
We're running Axis in Weblogic 8.1 SP2 with only the following modification to the startManagedWeblogic.cmd startup script: set JAVA_OPTIONS=-Djavax.xml.soap.SOAPFactory=org.apache.axis.soap.SOAPFactoryIm pl But this has nothing to do with JAXP XML parsers (Xerces) or JAXP XML processors (Xalan)

xsi:type in the SOAP body -- Is this a bug?

2004-05-19 Thread Jason Dobies
Title: Message Greetings All,   I am having an issue with the SOAP body that is sent from the Axis 1.2 generated stub. The issue surrounds the following schema element:               When invoking the service through the stub, the SOAP body contains the following:   12345   The serv

RE: Step By Step Example

2004-05-19 Thread Lee, Ken
> Anyone have a step-by-step example of creating a JAVA client > from a Microsoft Web Service using WSDL? > > I could not figure out what a build.xml file would look like > from the Axis documentation, nor could I figure out how to > use Ant tasks... > Here is sample code in a jar file with a

Step By Step Example

2004-05-19 Thread Tom Sturgeon
Anyone have a step-by-step example of creating a JAVA client from a Microsoft Web Service using WSDL? I could not figure out what a build.xml file would look like from the Axis documentation, nor could I figure out how to use Ant tasks...

RE: Passing large data in SOAP Message

2004-05-19 Thread Lee, Ken
Title: RE: Passing large data in SOAP Message I have been working on solutions to this problem for the last month.  In my case, I convert a resultset to a document using a simple method:  I don't have the person I received this code from referenced (oops!).  If you need the imports for this,

specifying JAXP 1.1 compliant XML parser for Axis

2004-05-19 Thread Khare, Jagdish
Hi, I am running AXIS in weblogic 8.1 container. I have few other external JARs in the classpath which have XML parsers but not the ones compatible with Axis. I need to use the XML parsers included in Weblogic for the use of Axis. Is there a way (any property/parameter that Axis reads) by which I

WS-I Releases Draft of Basic Security Profile

2004-05-19 Thread Sanjesh Pathak
  FYI, here’s the link to the news..   http://www.eweek.com/article2/0,1759,1594919,00.asp   and here’s the link to the draft..   http://www.ws-i.org/Profiles/BasicSecurityProfile-1.0-2004-05-12.html   Sanjesh          

Re: ant task axis-java2wsdl qname?

2004-05-19 Thread BLIS Webmaster (Patrick Houbaux)
After checking the source code in CVS of the Ant task, I noticed that the only attributes supported for are: - classname - namespace - serializer - deserializer And the qname is actually automatically generated from this information. I added an "improvement" issue in the issue database about that

Re: Does Axis 1.1 has this Class- ManagedMemoryDataSource.Instream ??

2004-05-19 Thread Davanum Srinivas
It's a internal private class - http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/attachments/ManagedMemoryDataSource.java -- dims - Original Message - From: Dhanush Gopinath <[EMAIL PROTECTED]> Date: Wed, 19 May 2004 18:55:18 +0530 Subject: Does Axis 1.1 has this Class-

wsdl2java package mapping and manually deployed wsdlfile

2004-05-19 Thread Joe Nall
We are trying to interoperate with a service that does explicit package mapping in their wsdl2java and then manually deploys their WSDL file using in the wsdd in Axis 1.1. Because they are manually deploying their wsdl, the package mapping is lost. Our service and their service share a common supp

Re: Abstract Bean problem in Axis 1.2beta

2004-05-19 Thread BLIS Webmaster (Patrick Houbaux)
Did try the nightly build .. an error is still thrown. I logged an issue: AXIS-1364 Hope I made it usable ;) Cheers, Patrick. Davanum Srinivas wrote: yes, please. Can you try the nightly build before i you do? -- dims On Tue, 18 May 2004 12:59:40 +0300, BLIS Webmaster (Patrick Houbaux) <[EMAIL PROT

RE: About the Web Services Factory

2004-05-19 Thread Miller, Janet
Title: Message Why would you want to do this?  Wouldn't you instead want to deploy one web service that does different things according to different input? -Original Message-From: jiadao [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 8:57 AMTo: [EMAIL PROTECTED]Su

Does Axis 1.1 has this Class- ManagedMemoryDataSource.Instream ??

2004-05-19 Thread Dhanush Gopinath
Hi all ,   Dealing attachments.. When I executed AttachmentPart.getContent() i got an object of class ManagedMemoryDataSource.Instream.   Does this class exist in Axis 1.1? Because when i searched in Net I got this page of Dims   http://ws.apache.org/~dims/axisdiff/olddocs/org/apache/axis/a

RE: About the Web Services Factory

2004-05-19 Thread jiadao
Any ideas? Thank u very much   -Original Message- From: jiadao [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 18. Mai 2004 20:53 To: [EMAIL PROTECTED] Subject: About the Web Services Factory   Hi,   Are there some ways of  creating web services dynamically  using the Axis. Th

ant task axis-java2wsdl qname?

2004-05-19 Thread BLIS Webmaster (Patrick Houbaux)
Hi all, I'm using the ant task axis-java2wsdl to generate my WSDL. I need some specific qname for the complex type I want to make appear in my WSDL. Is it possible to specified the qname I want to appear in my WSDL instead of the automatically generated one comming from the classname and the names

Sending Attachemnts in Axis - Help Required !!

2004-05-19 Thread Dhanush Gopinath
Hi All I have been posting this question a few times. I dont know if I am asking something foolish. One Last try  .. Please somebody reply . Can we send attachments in this form(GIVEN BELOW AFTER THE LINE) in Axis  ? Does Axis supports this kind of attachment sending other than sending it