RE: adding Axis to your own Webapp

2005-03-15 Thread Merten Schumann
I've got just another question in this area: is it allowed by license and all to distribute such an "web app added to Axis" .war to customers? I mean, at the end you distribute your code AND Axis. I guess you have to add something like "This product includes software developed by the Apache Softwar

RE: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-15 Thread Dino Chiesa
> Does .NET uses XMLSerializer behind the scenes to perform serialization/deserialization of SOAP messages?   Yes, it can, but not SOAP Section-5 encoded messages.  In .NET, that is done by the SOAP serializer.   > Is there an alternative preferred/standard mechanism to define array types i

RE: Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-15 Thread M S
Hi Dino, Thanks for your reply. Does .NET uses XMLSerializer behind the scenes to perform serialization/deserialization of SOAP messages? If so, it seems to support these complex array types (defined in the same .WSDL file) fine - and I didn't do anything tricky to make this happen either.  I just

Re: deploy several classe for a Project with axis

2005-03-15 Thread empereur yollson
Hallo I 'm a new user for Axis.I' ve Tomcat 5.0.28 and Axis 1.2 Can someone tell me how I can deploy the tree classes for my   project at once?.I ve allready deploy the firs class PeerAgent.muss I deploy every class separate or is it a way to do it better?By deploying separate the classes it occur

Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element...

2005-03-15 Thread Jeff Greif
The xs:schema in your section is missing a targetNamespace. Presuming that you mean this namespace to be targetNamespace="http://localhost:8080/poc-axis-server/services/MessageServi ce" then you should add the xmls:impl=http://localhost:8080/poc-axis-server/services/MessageService"; attribute in t

Re: adding Axis to your own Webapp

2005-03-15 Thread Peter Smith
I build an Axis WAR as follows and it deploys into my container OK. webxml="${src.dir}/metadata/axis/axis-war-web.xml" basedir="${axis.root.dir}/webapps/axis"> The only quirk for me was the original Axis web.xml DOCTYPE wa

RE: axis stubs

2005-03-15 Thread David Levy
I can use the -p switch, but that just means that my packages are different. Whilst this works, the generated files are not tied to the original interface (a new one is generated). -Original Message- From: Elaine Nance [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 March 2005 3:18 AM To: ax

RE: org.xml.sax.SAXException: SimpleDeserializer encountered a child element...

2005-03-15 Thread Dino Chiesa
Ps: you originally said you were using AXIS 1.2RC3, But that WSDL doc (which I still cannot parse) says it was generated by AXIS 1.2RC2. ?? Seems like in your WSDD you are specifying a static WSDL? Is that right? Then there is nothing guaranteeing that the static WSDL you are serving actuall

RE: org.xml.sax.SAXException: SimpleDeserializer encountered a child element...

2005-03-15 Thread Dino Chiesa
The reason I say the WSDL isn't valid is, for example, the wsdl: prefix is not defined: http://localhost:8080/poc-axis-server/services/MessageS ervice"> What is the meaning of the wsdl: prefix in the above ? There are a bunch of other missing prefixes: xsd, impl, etc. -Original Mess

Using .NET how to deserialize obj from detail element of SOAP fault sentby AXIS?

2005-03-15 Thread M S
Hello, I'm trying to build a C# client to consume an AXIS Web Service (running SOAP over HTTP).  The Web Service encodes full server-side exception traces in the Soap Fault > Detail element using complex type structures declared in the WSDL file.   I have had absolutely no luck working out how I

RE: org.xml.sax.SAXException: SimpleDeserializer encountered a ch ild element...

2005-03-15 Thread BALDWIN, ALAN J [AG-Contractor/1000]
I forgot to include this: http://localhost:8080/poc-axis-server/services/MessageService"; /> -Original Message- From: BALDWIN, ALAN J [AG-Contractor/1000] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 4:40 PM To: 'axis-user@ws.apache.org' Subject: RE: org.xml.sax.SAXE

RE: org.xml.sax.SAXException: SimpleDeserializer encountered a ch ild element...

2005-03-15 Thread BALDWIN, ALAN J [AG-Contractor/1000]
Actually, that WSDL validated in the eclipse plugin... I was including an external wsdl into the wsdd file so that axis would not generate one for me. I have determined that is not the problem. Here is what is happening now (I've been dealing with this issue for a while): I have a "Purchase

RE: org.xml.sax.SAXException: SimpleDeserializer encountered a child element...

2005-03-15 Thread Dino Chiesa
It looks like a disagreement in XML namespace. The echoMessage in the wsdl appears to be in a particular namespace, whereas the VB6 client is sending a message in no namespace at all. string The WSDL you sent isn't a real wsdl. It is missing a bunch of stuff?

RE: Help about Array and WSDL

2005-03-15 Thread Dino Chiesa
Sorry, I don't speak rpc/enc (on moral principles), so I cannot help you to build such a service. But it works in doc/lit, so... ? Maybe you should use *that* ? -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 5:00 PM To: axis-user@ws.apache.

RE: org.xml.sax.SAXException: SimpleDeserializer encountered a ch ild element...

2005-03-15 Thread BALDWIN, ALAN J [AG-Contractor/1000]
Here is the response I'm getting, if this helps. I've seen several people having this problem on the web, but nobody seems to have posted any fixes. http://schemas.xmlsoap.org/soap/envelope/";> soapenv:Server.userException org.xml.sax.SAXException: SimpleDeserializer encountered

Re: Help about Array and WSDL

2005-03-15 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Hi James, | yes, java2wsdl and wsdl2java work fine, however a wrapper type | (ArrayOfXxx) for the array is created. | My method is: | Note[] findNotesByCooperationId(int cooperationId) | and my wsdl generated by Java2WSDL is:

re: problem using lit/doc for .net clients, bug reported

2005-03-15 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It appears to be bug 1876, I have a testcase to show the problem with anything but rpc/enc when using java2wsdl then wsdl2java. doc/lit/wrapped: BlackboardClient.test.TestRetrieveRSAPublicKey : System.InvalidOperationException : Method BBServerService.g

Re: Help about Array and WSDL

2005-03-15 Thread accm
Hi James, yes, java2wsdl and wsdl2java work fine, however a wrapper type (ArrayOfXxx) for the array is created. My method is: Note[] findNotesByCooperationId(int cooperationId) and my wsdl generated by Java2WSDL is: ... http://business.annotation.infravida.cenas"; xmlns="http://www.w3.

Re: .NET and Axis

2005-03-15 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Davanum Srinivas wrote: | James, | | would it be possible to do this (axis bug report) quickly? ~ I will see if I can get the bug report done today, but here is my proof of concept. ~ In the libs directory you should put mail.jar and activation.jar ~

Re: Help about Array and WSDL

2005-03-15 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Hi Dino, | Which the alterations that I would have to make in your Arrays2.wsdl | file to use RPC/Encoded? | For exemple, how would be this tag? | | | | Because when RPC/Encoed is used, tag would have to use and | not .

Re: Help about Array and WSDL

2005-03-15 Thread accm
Hi Dino, Which the alterations that I would have to make in your Arrays2.wsdl file to use RPC/Encoded? For exemple, how would be this tag? Because when RPC/Encoed is used, tag would have to use and not . Thanks, Ana Carolina

org.xml.sax.SAXException: SimpleDeserializer encountered a child element...

2005-03-15 Thread BALDWIN, ALAN J [AG-Contractor/1000]
Hi all, I'm having an issue with Apache Axis 1.2 RC3. It is running on Tomcat 5.0.28. The error I'm getting is "org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize". I've tried tweaking the schema and wsdl

RE: .NET Interop

2005-03-15 Thread Dino Chiesa
Aw shucks -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 12:27 PM To: axis-user@ws.apache.org Subject: Re: .NET Interop And here's a public thank you from me on behalf of the dev team: http://blogs.cocoondev.org/dims/archives/002937.htm

Re: Array of objects

2005-03-15 Thread Elaine Nance
Could be issues related to being in Alaska, or our new, "improved" bandwidth filtering. But I get the same result with IE or Firefox. Maybe some of the local DNS servers don't fully populate? Sometimes I can't see my domain, which is hosted in Utah. Dino Chiesa wrote: I can't figure out why y

RE: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread Merten Schumann
ok, will do this tomorrow (issues.apache.org is not responding to me when I try to step to Axis project right now, maybe a lot of load or so) ... and I will try to add a feature request, not open a bug :-) Merten > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]

Re: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread Davanum Srinivas
Please open a bug report asking for an enhancement thanks, dims On Tue, 15 Mar 2005 18:20:33 +0100, Merten Schumann <[EMAIL PROTECTED]> wrote: > > My first fault was to put it in my service' wsdd file. But it seems it's > only in the global configuration supported ... Maybe that's why it's not

Re: .NET Interop

2005-03-15 Thread Davanum Srinivas
And here's a public thank you from me on behalf of the dev team: http://blogs.cocoondev.org/dims/archives/002937.html -- dims On Tue, 15 Mar 2005 09:15:53 -0800, Dino Chiesa <[EMAIL PROTECTED]> wrote: > FYI > I updated the AXIS wiki page on .NET Interop > http://wiki.apache.org/ws/FrontPage/Axis

RE: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread Merten Schumann
Title: RE: is it possible to change soapenc:string to xsd:string in generated WSDL? I do know, Dino, I do know. And I do understand. And I do agree. But have to create this VBA stuff. And I have to create the same stuff (at the end a Excel document too) utilizing .NET too. So I just want to ge

RE: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread Merten Schumann
Title: RE: is it possible to change soapenc:string to xsd:string in generated WSDL? My first fault was to put it in my service' wsdd file. But it seems it's only in the global configuration supported ... Maybe that's why it's not working for you (or you simply need to restart/redeploy your ser

RE: Simple array datatype as argument in rpc/literal

2005-03-15 Thread Dino Chiesa
http://wiki.apache.org/ws/DotNetInteropArrays -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 9:51 AM To: axis-user@ws.apache.org Subject: Re: Simple array datatype as argument in rpc/literal Note that Axis doesn't really support rpc/

.NET Interop

2005-03-15 Thread Dino Chiesa
FYI I updated the AXIS wiki page on .NET Interop http://wiki.apache.org/ws/FrontPage/Axis/DotNetInterop And added a new page http://wiki.apache.org/ws/DotNetInteropArrays

RE: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread Dino Chiesa
Title: RE: is it possible to change soapenc:string to xsd:string in generated WSDL? Don't use MS SOAP Toolkit. It will reach end-of-life in a month or so. A better approach is to build a .NET webservice client, and expose that .NET assembly via COM interop (tlbexp).   if you follow this app

RE: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread aedemar . cooke
Title: RE: is it possible to change soapenc:string to xsd:string in generated WSDL? I couldn't get it to work either - that's why I said "They say" :)  -  but I haven't had time to do a lot of research into it. -Original Message-From: Merten Schumann [mailto:[EMAIL PROTECTED]Sen

RE: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread Merten Schumann
Title: RE: is it possible to change soapenc:string to xsd:string in generated WSDL? YES, this "dotNetSoapEncFix" works and solves my problem! I forgot to restart my Axis web app with my first try.   Thank you very much aedemar for the tip and Axis team for the fix! :-)   cu    Merten

RE: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread Merten Schumann
Title: RE: is it possible to change soapenc:string to xsd:string in generated WSDL? Wow, aedemar, thank you, that looks exactly like what I need. Tried it with 1.2RC3, but seems to have no effect, there are still these soapenc:string beasts in the generated WSDL ... Will continue my tries ...

RE: Array of objects

2005-03-15 Thread Dino Chiesa
I can't figure out why you'd be having troubles with the link. It works for me and it is working for other people, too. I can see in the logs that it is succeeding. . . . Sorry, -D -Original Message- From: Elaine Nance [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 11:15 AM

RE: is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread aedemar . cooke
Title: RE: is it possible to change soapenc:string to xsd:string in generated WSDL? see http://issues.apache.org/jira/browse/AXIS-1834. They say it can be solved with by adding the new "dotNetSoapEncFix" flag in your server-config.wsdd's globalConfiguration section. Axis documentation has m

is it possible to change soapenc:string to xsd:string in generated WSDL?

2005-03-15 Thread Merten Schumann
Hello, when testing my web service (Axis 1.2RC3) with MS SOAPToolkit 3.0 I found that it's not working obviously due to this soapenc:string encodings instead of xsd:string. I found some cries for help regarding this interop issue in the web, but no solution as far as I could see. Maybe you've seen

Re: axis stubs

2005-03-15 Thread Elaine Nance
Are you using the -p (package) switch with WSDL2Java? David Levy wrote: Hi, I've been working on a project where we must generate client axis stubs for code which we maintain. This means that we generate the WSDL via java2wsdl, then generate the stubs with wsdl2java. This all works fine, but the pr

Re: Array of objects

2005-03-15 Thread Elaine Nance
Link reports "Document has no data" Dino Chiesa wrote: http://dinoch.dyndns.org:7070/axis1.2/AboutArrays2.jsp -Original Message- From: bohldan bohldan [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 5:37 AM To: axis-user@ws.apache.org Subject: Array of objects Hi I think ive tri

Re: Dynamically reconfiguring Axis at runtime?

2005-03-15 Thread Mike Barton
It's perfectly sane :-) Check out http://demo.wsabi.org Mike. Brian Abbott wrote: Hi, I have a webservice generated from a class that has overloaded methods. However, I only want one method defination to be exposed through Axis and have only that same method be represented in the generated WSDL. Wh

Getting java2wsdl to generate enumerations

2005-03-15 Thread Jay Glanville
I have a few classes that are enumerations, and I'd like it if the WSDL generator could recognize them as such. Therefore, I followed Paul's advice on how to pattern my class appropriately (see http://marc.theaimsgroup.com/?l=axis-user&m=110961246509001&w=2). However, java2wsdl doesn't recognize

Http authentication for my Axis client...

2005-03-15 Thread Adam Landefeld
Hi All, I am trying to program my axis client to go through an authenticated http proxy server. I set these properties and am partially successful. System.setProperty("http.proxyHost", "proxy"); System.setProperty("http.proxyPort", "8005"); System.setProperty("http.proxyUs

Re: WSDL generation

2005-03-15 Thread jayachandra
Thanks Dino. The link was quite useful, pin-point precise to the doubts that crawled into my mind reading the wsdl1.1 spec. Well, if I was worrying abt interop, I better should have seen WSI-BP in the first place. But thanks a lot for the link. @Tom Yeah! just had a look at WSI-BP. Thanks for the

Re: Simple array datatype as argument in rpc/literal

2005-03-15 Thread Anne Thomas Manes
Note that Axis doesn't really support rpc/literal particularly well. Also, because .NET doesn't support rpc/literal, it generally a bad idea to use it. (Indigo will support rpc/literal, but until it's widely used, it's a much better idea to use wrapped.) Anne On Mon, 14 Mar 2005 19:23:18 -0800 (

Re: DataHandler problem (Axis 1.1)

2005-03-15 Thread Pere Soler Rubí
I was talking about the James Richardson problem's (http://marc.theaimsgroup.com/?l=axis-user&m=110561615200800&w=2) En/na Pere Soler Rubí ha escrit: Hi all, I have the same problem. Is there anybody with a solution? Thank you advance, Pere

Re: Need to test WSDL with .NET Consumer

2005-03-15 Thread babloosony
Anne, Dino -- Thanks a lot. On Tue, 15 Mar 2005 09:22:44 -0500, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > http://www.msdn.microsoft.com/netframework/downloads/updates/default.aspx > > Use .NET v1.1. > > > On Tue, 15 Mar 2005 19:22:19 +0530, babloosony <[EMAIL PROTECTED]> wrote: > > Dino -

Re: Dynamically reconfiguring Axis at runtime?

2005-03-15 Thread Anne Thomas Manes
The preferred method is Start With WSDL First (tm). - Anne On Mon, 14 Mar 2005 19:43:28 -0800 (PST), Brian Abbott <[EMAIL PROTECTED]> wrote: > Hi, > > I have a webservice generated from a class that has > overloaded methods. However, I only want one method > defination to be exposed through Axi

RE: WSDL generation

2005-03-15 Thread Tom Jordahl
Jaya, For the document style web services the WSDL that Axis produces is correct. An array is represented as a sequence of 0 or more elements. See the WS-I Basic profile for why this is so. -- Tom Jordahl Macromedia Server Development > -Original Message- > From: jayachandra [mailto:[E

Re: DataHandler problem (Axis 1.1)

2005-03-15 Thread Pere Soler Rubí
Hi all, I have the same problem. Is there anybody with a solution? Thank you advance, Pere

RE: Empty namespace - again

2005-03-15 Thread Dino Chiesa
Dims (& Dennis, et al) , Following up on this : Richard confirmed for me that he is using the dynamically-generated WSDL, so this *does* appear to be the same issue as http://issues.apache.org/jira/browse/AXIS-1366 -D > -Original Message- > From: Dino Chiesa [mailto:[EMAIL PROTECT

RE: Need to test WSDL with .NET Consumer

2005-03-15 Thread Dino Chiesa
http://msdn.microsoft.com/net And click "Get The Framework" on the right hand side. -Original Message- From: babloosony [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 8:52 AM To: Dino Chiesa Cc: axis-user@ws.apache.org; Murad Subject: Re: Need to test WSDL with .NET Consumer

Re: Need to test WSDL with .NET Consumer

2005-03-15 Thread Anne Thomas Manes
http://www.msdn.microsoft.com/netframework/downloads/updates/default.aspx Use .NET v1.1. On Tue, 15 Mar 2005 19:22:19 +0530, babloosony <[EMAIL PROTECTED]> wrote: > Dino - Thank you for the response. > > I am complete new to .NET. Can anyone redirect me exact download link > on Microsoft Websit

RE: .NET and Axis

2005-03-15 Thread Dino Chiesa
Title: .NET and Axis Aedmar, One last thing. . .   If I take your inquiry.wsdl, and modify it, I can generate a .NET client that accepts the response.xml that you included previously.    The modifications are:   - collapse all into a single , targetNamespace="http://inquiry.webservice.gpb

Re: faultcodes in SoapFaults thrown from Axis

2005-03-15 Thread Anne Thomas Manes
I've raised this issue on more than one occasion. The use of the "dot" notation in fault error codes is discouraged by the WS-I BP: 3.3.6 SOAP Custom Fault Codes SOAP 1.1 allows custom fault codes to appear inside the faultcode element, through the use of the "dot" notation. Use of this mechani

Custom De/Serializers and Wrapped/Literal Axis services

2005-03-15 Thread aedemar . cooke
Title: Custom De/Serializers and Wrapped/Literal Axis services This is a follow on from the mail I posted with subject .NET and Axis. I am experiencing Serialization problems when exposing my service as Wrapped/Literal.  I don't have these problems with rpc/encoded. Axis generates custome

RE: faultcodes in SoapFaults thrown from Axis

2005-03-15 Thread Tysnes Are Thobias
Thanks! The only "documentation" I found was in this java file .. :-/ http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/Const ants.java?rev=1.137&view=markup Cheers, Are T. Tysnes -Original Message- From: Sunil Kothari [mailto:[EMAIL PROTECTED] Sent: 15. mars 2005 14

Re: Need to test WSDL with .NET Consumer

2005-03-15 Thread babloosony
Dino - Thank you for the response. I am complete new to .NET. Can anyone redirect me exact download link on Microsoft Website ? On Tue, 15 Mar 2005 05:25:38 -0800, Dino Chiesa <[EMAIL PROTECTED]> wrote: > You need to have .NET installed to use that tool. > > -Original Message- > From: b

Re: faultcodes in SoapFaults thrown from Axis

2005-03-15 Thread Sunil Kothari
Yes..Those are the general categories of errors. I have seen it well documented somewhere but don't no where exactly. Sunil Kothari DISCLAIMER: Any Information contained or transmitted in this e-mail and / or attachments may contain confidential data, proprietary to Majoris Systems Pvt L

Re: .NET and Axis

2005-03-15 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Davanum Srinivas wrote: | James, | | would it be possible to do this (axis bug report) quickly? ~ I will start working on it today. It's just that it takes more work to do the axis version than the beehive version. ~ I will let you know where I have g

RE: WSDL generation

2005-03-15 Thread Dino Chiesa
WS-I BP1.1 advises against the guidance of WSDL 1.1 spec, on the point of arrays. Go to http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html And search for soapenc:Array (section 4.3.3) : *** Begin Excerpt *** The recommendations in WSDL 1.1 Section 2.2 for declaration of array types h

RE: Need to test WSDL with .NET Consumer

2005-03-15 Thread Dino Chiesa
You need to have .NET installed to use that tool. -Original Message- From: babloosony [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 1:27 AM To: Murad Cc: axis-user@ws.apache.org Subject: Re: Need to test WSDL with .NET Consumer Murad - I tried to run WebserviceStudio20\bin\W

faultcodes in SoapFaults thrown from Axis

2005-03-15 Thread Tysnes Are Thobias
Hello! It looks to me that Axis throws SoapFaults with the following faultcodes: - Client - Server.generalException - Server.userException - VersionMismatch - MustUnserstand - Server.NoService Wonder if someone could confirm this :o) Cheers, Are T. Tysnes

RE: Array of objects

2005-03-15 Thread Dino Chiesa
http://dinoch.dyndns.org:7070/axis1.2/AboutArrays2.jsp -Original Message- From: bohldan bohldan [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 5:37 AM To: axis-user@ws.apache.org Subject: Array of objects Hi I think ive tried everything and i searched for a while now on how i s

RE: .NET and Axis

2005-03-15 Thread Dino Chiesa
Title: .NET and Axis ahh, sorry, I don't know much about custom serializers for AXIS, someone else maybe on the list can help you with that.  maybe you need to restate the question (it has been a long-ish thread, and probably lots of people tuned out).   From: [EMAIL PROTECTED] [mailto:[E

RE: Need help for java.lang.IncompatibleClassChangeError

2005-03-15 Thread Shahi, Ashutosh
I think there were some discussions on this previously ... and it was occurring because of out of date saaj.jar being used by the application server. Try adding the saaj.jar of Axis to your classpath and see if it helps. Ashutosh -Original Message- From: Jogesh Kanojia [mailto:[EMAIL PRO

Re: Need to test WSDL with .NET Consumer

2005-03-15 Thread babloosony
Murad - I tried to run WebserviceStudio20\bin\WebServiceStudio.exe and I am getting an 'Unable to Locate DLL' Windows error dialog saying "The dynamic link library mscoree.dlll could not be found in the specified path C:\Documents and Settings\." Please clarify ... On Mon, 14 Mar 2005 10:2

Need help for java.lang.IncompatibleClassChangeError

2005-03-15 Thread Jogesh Kanojia
Hi I am using Sun One Application server 7. I have webservice client build on Axis 1.2 RC2. When I run my client from Java console ,its works fine , but when I use the same code in my Web application its throws java.lang.IncompatibleClassChangeError. I am not able to figure out the exact prob

RE: adding Axis to your own Webapp

2005-03-15 Thread Merten Schumann
Hello, it's described in install.html#advanced, works for me, steps so far: - add the Axis libraries to your application - use Axis' web.xml as web.xml for you web app .war file - deploy your .war file (in Tomcat or whatever Servlet container you've got) - for a web service to deploy in this Axis

environment entries for web services, where to specify?

2005-03-15 Thread Merten Schumann
Hello, I'm wondering how to add environment entries to web applications in Axis. I mean entries like this TestEnvironmentEntry java.lang.String this is the value! which you could then in a web service client read by Context environment=(Context)initial.lookup("java:comp/env");

RE: .NET and Axis

2005-03-15 Thread aedemar . cooke
Title: .NET and Axis Hi Dino,   you can get it working because you are using the Axis generated Java beans which contains class specific Serializer and Deserializer code.   If I cut and paste the Axis generated Serializer and Deserializer code into my existing classes it works aswell.    Th

Xerces problem with AXIS 1.2 RC2

2005-03-15 Thread babloosony
Hi All, I am using below environment: Apache AXIS 1.2 RC2 IBM WSAD 5.1.2 WebSphere 5.0 Application Server (WAS) Now the axis web application that we have inside AXIS 1.2 RC2 distribution downloaded does not have xerces jars inside WEB-INF\lib directory. Now from where and what version of XERCES

Question abount faultcode Server.userException

2005-03-15 Thread Tysnes Are Thobias
Hello! Hopefully a simple question :o) When does Axis throw Server.userException SoapFaults !? I notice I get this when Castor throws a (De)Serializer Exception but are there other cases ? Cheers, Are T. Tysnes

Array of objects

2005-03-15 Thread bohldan bohldan
Hi I think ive tried everything and i searched for a while now on how i send an array of object. If someone has something that works can that someone be nice to give me an example of the client, wsdd file. This is how my code look like.. client --- String endpointURL = "http://localh

WSDL generation

2005-03-15 Thread jayachandra
Trying to analyse some problem, I had to refer to wsdl 1.1 spec. There under the 'Types' section [http://www.w3.org/TR/wsdl#_types , 3rd bullet point], there is this mention. ** Begin of Excerpt ** Array types should extend the Array type defined in the SOAP v1.1 encoding schema (http://schemas.xm

How to use axis with JMS

2005-03-15 Thread Mallikarjun Javali
Hi, I am working on a web service project. Currently we are using HTTP transport and want to switch to JMS transport. I want to know how axis client/server needs to be configured. Regards, Mallik

Bug in AxisEngineException with fix

2005-03-15 Thread sharon liang
Hi,I am testing clients on Windows platform. The test1 crahed when it was not able to load a DLL. Here is the call stack:_free_dbg_lk(void * 0x1006a36c `string', int 1) line 1044 + 48 bytes_free_dbg(void * 0x1006a36c `string', int 1) line 1001 + 13 bytesfree(void * 0x1006a36c `string') line 956 +