Deserialization problem in Axis

2004-04-15 Thread Ayan Kar
Hi, We are new to Axis and we are using Axis 1.1 java .We had a WSDL and we compiled it to get java files (i.e. by doing WSDL2Java) and wrote Server program and published it through implicit deployment and when the client invokes an operation on the server, we get an error saying that

RE: How to load an SSL client certificate into an Axis client running in a WebLogic servlet?

2004-04-15 Thread Ext-Zoltan.Schreter
Hi all, I have solved this problem basically by using weblogic's SSLSocketFactory instead of the default one used by Axis. I created a custom HttpSender (MyHttpSender) which uses this Factory. I then created a custom Config class which I pass to the constructor of Service. The Config class

which languages do support doc/lit style?

2004-04-15 Thread Dario Di Minno
I developed a web service in doc/lit style using axis/java. Which other languages (Perl, Flash, ...) do support doc/lit style so that you can write a client for my web service? I use attachments too. Thank you. Dario

SOAP headers in docuemt style WS

2004-04-15 Thread Krishnendu Kunti
Hi Guys Is it possible to access the SOAP headers writhing the java class which is exposed as WS (in axis) or axis by default filters the header before the SOAP reaches the WS. Cheers Krish -Original Message- From: Ayan Kar [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 1:47

REPOST: Axis 1.1 Handler destroy() not called problem!

2004-04-15 Thread S Sridhar
Hi, I am a newbie to Axis. I have written a Handler which is part of a chain. This logs some stuff which come sin the requestFlow. Now, when the service is undeployed or when the container is shutdown, I want my Handler to cleanup before it exits. When I override the destroy() of

AXIS and XML Spy

2004-04-15 Thread McClure, Timothy J\(GE Infrastructure\)
I have generated Java code in XML SPY off the XML schema I want my document literal WSDL to use and want it integrated into AXIS. How do I specify a serializer/deserielaizer for this? Tim McClure tim.mcclure@ ge.com

Re: Axis / FUD / Bugs

2004-04-15 Thread Joe_Rattz
One comment. I posted some gripes I was having with 1.2alpha (web services in general really). You mention to be sure we have tried the latest version. Well, when I grabbed 1.2alpha a mere 3 days ago, I thought it was the latest version because of this: WebServices - Axis - Introduction

Re: Axis / FUD / Bugs

2004-04-15 Thread Davanum Srinivas
Done. Thanks. --- [EMAIL PROTECTED] wrote: One comment. I posted some gripes I was having with 1.2alpha (web services in general really). You mention to be sure we have tried the latest version. Well, when I grabbed 1.2alpha a mere 3 days ago, I thought it was the latest version because

RE: More than one operation causes java.lang.reflect.InvocationTargetException

2004-04-15 Thread Joe_Rattz
Anne, thanks for the info. I got similar feedback from MS support. Comparing your info with his, I have one question. Concerning: wsdl:message name=PartInquirySoapIn wsdl:part name=PartInquiryIn type=gpc_wejoei_t:PartInquiry / /wsdl:message I think he is saying I should use the element

WSDL generation problem

2004-04-15 Thread jagannath
Hi, I am unable to generate the wsdl for my web service using the AxisServlet. The below exception gets thrown. Am I missing something during the configuration of the web service? I am using Axis 1.1 Please help. [INFO] enterprise - -Mapping Exception to AxisFault WSDLException:

RE: which languages do support doc/lit style?

2004-04-15 Thread Anne Thomas Manes
The scripting languages have pretty limited support for doc/literal, although the latest rev of NuSOAP (PHP) is pretty decent. See http://www.scottnichol.com/soap.htm. Macromedia supports Flash and Cold Fusion interoperability via Axis. There are quite a few C/C++ implementations that support

RE: which languages do support doc/lit style?

2004-04-15 Thread Anne Thomas Manes
The scripting languages have pretty limited support for doc/literal, although the latest rev of NuSOAP (PHP) is pretty decent. See http://www.scottnichol.com/soap.htm. Macromedia supports Flash and Cold Fusion interoperability via Axis. There are quite a few C/C++ implementations that support

RE: More than one operation causes java.lang.reflect.InvocationTargetException

2004-04-15 Thread Anne Thomas Manes
Yes -- you're right. I didn't recheck my text. It should be: wsdl:message name=PartInquirySoapIn wsdl:part name=PartInquiryIn element=gpc_wejoei_t:PartInquiry / /wsdl:message -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 10:09

RE: More than one operation causes java.lang.reflect.InvocationTargetException

2004-04-15 Thread Anne Thomas Manes
Yes -- you're right. I didn't recheck my text. It should be: wsdl:message name=PartInquirySoapIn wsdl:part name=PartInquiryIn element=gpc_wejoei_t:PartInquiry / /wsdl:message -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 10:09

RE: Need suggestions on web service interop and design

2004-04-15 Thread Anne Thomas Manes
.NET is multilingual, but it uses a single, common type system. Microsoft has a keen advantage here. They are the only vendor that produces the mappings between XSD and .NET types, so they can dictate how the annotations will be interpreted. Given that we have about 20 different vendors

RE: Need suggestions on web service interop and design

2004-04-15 Thread Anne Thomas Manes
.NET is multilingual, but it uses a single, common type system. Microsoft has a keen advantage here. They are the only vendor that produces the mappings between XSD and .NET types, so they can dictate how the annotations will be interpreted. Given that we have about 20 different vendors

Re: Performance issues?

2004-04-15 Thread Felix Dierich
Hello everyone... as you are just talking about performance issues, I have one ;o) I would be happy to get some solution to the problem I explaned here: http://marc.theaimsgroup.com/?t=10790179657r=1w=2 I will provide more information if anyone needs it. Greetings - Felix

Re: Performance issues?

2004-04-15 Thread Davanum Srinivas
plz log a bug with your sample code (Make sure you are using Axis 1.2 Beta) -- dims --- Felix Dierich [EMAIL PROTECTED] wrote: Hello everyone... as you are just talking about performance issues, I have one ;o) I would be happy to get some solution to the problem I explaned here:

Performance problem (production) urgent

2004-04-15 Thread Srilekha Mudumbai
Hi all, Has anybody done performance improvements with SOAP calls? IN addition, how would I make sure that a call.invoke opens and CLOSES the connection. I want to make sure that the connection is not open. Does the call.setTimeout work? Any input in this regard is appreciated.

RE: Beginners help

2004-04-15 Thread Mark Leone
Steffen: Davanum Srinivas has posted a solution to your problem in response to bug AXIS-1283. The solution requires a change to the wsdl (which I undersand may not be an option for you), and it looks to me like the wsdl you're trying to use is compliant with the W3C Note. Nevertheless, the

RE: Beginners help

2004-04-15 Thread Davanum Srinivas
Mark, the wsdl's were used for SOAP Interop testing...So it's just not us. (http://www.google.com/search?hl=enlr=ie=UTF-8oe=UTF-8safe=offq=round4+soap+interopbtnG=Search) Also, PLEASE add your comments to the bug so that we don't lose this conversation. -- dims --- Mark Leone [EMAIL

RE: Beginners help

2004-04-15 Thread Steffen Heil
Mark, Once again, thank you so much. I am far from understanding, what's going on behind the scenes. If you want me to send you the modified wsdl that worked for me, let me know. It would be very grateful, if you could send it to me. As I am usure, can you tell me, wether these changes will

Extending Abstract Data Types for XML Payloads in SOAP Doc/Lit Messages

2004-04-15 Thread Tony Opatha
I am using AXIS 1.1 to develop web services that require interoperation with .NET 1.1 and Java clients (that may run ondifferent Java/SOAP client run-times using Doc/Lit SOAP binding. The message payload that is used to instantiaite the particular payload instances for the SOAP message actually

Filing bugs in Axis 1.2beta

2004-04-15 Thread Nelson Minar
Dims has posted a few entreaties to the Axis user community to file bug reports against Axis 1.2beta. I'll give you a good reason to do this - they're fixing and closing the bugs very quickly! In the past week I've filed 5 bugs against Axis. All of those bugs were verified, fixed, and closed

RE: which languages do support doc/lit style?

2004-04-15 Thread Nelson Minar
The scripting languages have pretty limited support for doc/literal I can second that. Perl's SOAP::Lite has pretty much no support for document/literal, although I've heard rumour that's being worked on. Python's SOAPpy doesn't seem to have much support either. Python's ZSI is promising:

What is needed from the JCP to ensure SOAP service portability across all Java SOAP platforms? (was RE: Need suggestions on web service interop and design)

2004-04-15 Thread Anderson Jonathan
Anne Thomas Manes wrote to axis-user: JAX-RPC 1.1 defined standard mappings between Java types and RPC/Encoded, but it doesn't do the same for Doc/Literal (even though Sun claims it does). It could be done as part of JAXB 2.0 or JAX-RPC 2.0, but I'm not convinced that it belongs in either one.

RE: Java transport not functional under Tomcat 4.x

2004-04-15 Thread Margoscin, Ed
Title: RE: Java transport not functional under Tomcat 4.x The problem is with Tomcat's classloader hierarchy. I had to extract the java handler and put it in it's own jar. Then place the jar into the ...\jre\lib\ext directory. That then let java.net.URL find the class. -Original

RE: WSDL generation problem

2004-04-15 Thread Rob Jellinghaus
If ever a problem deserved to be a FAQ on the Wiki, this is it. I had exactly the same problem only with http://util.java; instead of http://management.javax;. Overall the java2wsdl documentation MUST describe what to do when this problem is hit Cheers, Rob -Original Message- From:

RE: WSDL generation problem

2004-04-15 Thread Davanum Srinivas
Rob, Jagannath, you should not get this problem in Axis 1.2 Beta. If you do, then please open a bug report. thanks, dims --- Rob Jellinghaus [EMAIL PROTECTED] wrote: If ever a problem deserved to be a FAQ on the Wiki, this is it. I had exactly the same problem only with http://util.java;

Re: Filing bugs in Axis 1.2beta

2004-04-15 Thread Davanum Srinivas
Thanks Nelson. --- Nelson Minar [EMAIL PROTECTED] wrote: Dims has posted a few entreaties to the Axis user community to file bug reports against Axis 1.2beta. I'll give you a good reason to do this - they're fixing and closing the bugs very quickly! In the past week I've filed 5 bugs

RE: WSDL generation problem

2004-04-15 Thread Rob Jellinghaus
I just got this problem with the latest CVS (20040414). I will file a bug report if I can make the time to do so (I have moved on from using Axis, given the problems I encountered getting Axis's own ejb sample to work (I filed a JIRA on this yesterday)). Here's the interface I was trying to run

RE: WSDL generation problem

2004-04-15 Thread Davanum Srinivas
can you please try using the stopClasses option to skip the javax.ejb.EJBObject class? -- dims --- Rob Jellinghaus [EMAIL PROTECTED] wrote: I just got this problem with the latest CVS (20040414). I will file a bug report if I can make the time to do so (I have moved on from using Axis, given

RE: WSDL generation problem

2004-04-15 Thread Rob Jellinghaus
Did so. Same error. Here's the ant target: target name=java2wsdl depends=compile description=Generate WSDL files from our beans. java2wsdl classname=com.nimblefish.sdk.ejb.sessioninterfaces.ClientCampaignServic e location=http://localhost:8080/axis/services/ClientCampaignService;

RE: WSDL generation problem

2004-04-15 Thread Davanum Srinivas
i don't have a ejb container so i tried to strip down the class and did not see any problem. see the java and build.xml enclosed. -- dims --- Rob Jellinghaus [EMAIL PROTECTED] wrote: Did so. Same error. Here's the ant target: target name=java2wsdl depends=compile description=Generate

RE: WSDL generation problem

2004-04-15 Thread Rob Jellinghaus
Bummer. I don't have cycles to dig deeper right now unfortunately -- can only report my experience trying it first crack out of the box. Any idea what might cause this error for me but not for you? Cheers, Rob -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent:

RE: What is needed from the JCP to ensure SOAP service portability across all Java SOAP platforms? (was RE: Need suggestions on web service interop and design)

2004-04-15 Thread Anne Thomas Manes
Supposedly... according to the latest revision of the JCP bylaws ... future JCP proceedings will be more transparent to developers. See http://www.sun.com/smi/Press/sunflash/2004-03/sunflash.20040309.1.html and http://www.jcp.org/en/press/news/2_6 To whit: Improved Communications Resources

RE: What is needed from the JCP to ensure SOAP service portability across all Java SOAP platforms? (was RE: Need suggestions on web service interop and design)

2004-04-15 Thread Anne Thomas Manes
Supposedly... according to the latest revision of the JCP bylaws ... future JCP proceedings will be more transparent to developers. See http://www.sun.com/smi/Press/sunflash/2004-03/sunflash.20040309.1.html and http://www.jcp.org/en/press/news/2_6 To whit: Improved Communications Resources

RE: What is needed from the JCP to ensure SOAP service portability across all Java SOAP platforms? (was RE: Need suggestions on web service interop and design)

2004-04-15 Thread David Thielen
The thing is, you can see it happen but if you want to influence it, get on the committee. They are pretty open to people who want to join. - dave -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 6:13 PM To: [EMAIL PROTECTED] Subject:

RE: Beginners help

2004-04-15 Thread Mark Leone
Steffen, I've pasted the modified wsdl below. I'm confident that change item 1 in my previous message (defining input... and output... elements in the bindings by name vice message attribute) will have no effect on the service. It is only a change in the way the wsdl is represented-- more

RE: Performance problem (production) urgent

2004-04-15 Thread Krishnendu Kunti
Hi Sri Are yopu talking about one way invoke If yes then you can one invokeOneWay(); but in this case you need some asynchronous way of handling the response l;ike JMS or JAXM Cheers Krish -Original Message- From: Srilekha Mudumbai [mailto:[EMAIL PROTECTED]] Sent: