SOAP message size limitation

2004-03-08 Thread Sean Cohan
We are analyzing current application functionality and identifying which functionality could be exposed as web services. Some of the data that would need to be embedded into the soap body part (or added as an attachment) could be quite large. How large of a SOAP message can you send before it doe

RE: Problem executing WSDL2Java

2004-03-08 Thread Miller, Janet
It did turn out to be a classpath problem. It's working now. Thanks. -Original Message- From: Bobba, Ramesh [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 6:44 PM To: '[EMAIL PROTECTED]' Subject: RE: Problem executing WSDL2Java Is axis in your classpath? -Original Message

RE: Problem executing WSDL2Java

2004-03-08 Thread Miller, Janet
Yes, I tried with the axis jars in my classpath and the with the axis jars in the current directory and just typing the java command manually. Here is the first batch file that I tried: set def c:\JBoss\jboss3.2.3\server\all\deploy\topic-listener.war set JAVAC=%JAVA_HOME%\bin\javac.exe set JAVA=%

RE: Problem executing WSDL2Java

2004-03-08 Thread Bobba, Ramesh
Is axis in your classpath? -Original Message- From: Miller, Janet [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 3:39 PM To: [EMAIL PROTECTED] Subject: Problem executing WSDL2Java I am an Axis beginner using JBoss-net (JBoss 3.2.3 w/ Axis 1.1). I have a wsdl file that I generate

Problem executing WSDL2Java

2004-03-08 Thread Miller, Janet
I am an Axis beginner using JBoss-net (JBoss 3.2.3 w/ Axis 1.1). I have a wsdl file that I generated from the output of a web page by cutting and pasting the wsdl into a text file and I'm not able to run wsdl2Java on it. Are you allowed to create a wsdl file that way? Anyone know what my problem

wsdl2java problems

2004-03-08 Thread noelamannion
Hi, I am trying to convert the attached WSDL file to Java, but get the following error C:\Project\WebServices\BankEx>java org.apache.axis.wsdl.WSDL2Java -v BankEx.wsdl Parsing XML file: BankEx.wsdl WSDLException (at /wsdl:definitions/wsdl:message[12]/wsdl:part): faultCode=INVALID_WSDL: Unable to

wsdl2java problems

2004-03-08 Thread noelamannion
Hi, I am trying to convert the attached WSDL file to Java, but get the following error C:\Project\WebServices\BankEx>java org.apache.axis.wsdl.WSDL2Java -v BankEx.wsdl Parsing XML file: BankEx.wsdl WSDLException (at /wsdl:definitions/wsdl:message[12]/wsdl:part): faultCode=INVALID_WSDL: Unable to

SOAP Console

2004-03-08 Thread Heitzeg, Bill
Hi all, It looks like people have bigger problems than me today, but I've got a quick question. I've been using SOAP Message Console. If you haven't used it, it's a very simple free Eclipse Add-on which allows a user to send and receive SOAP Messages. I was wondering if anyone knew of

Problem working with wsdl generated by gsoap

2004-03-08 Thread William Lee
Hi, I'm using gsoap to generate the wsdl file that I wanted to access with Axis 1.1. I used wsdl2java to generate the stub classes. However, I ran into the following problem: - ... faultString: org.xml.sax.SAXException: Deserializing paramet

RE: Document-style web services

2004-03-08 Thread Vivek Nagulapati
Thank you Hari! I placed the wsdl in $JBOSS_HOME/bin and it worked fine. JBOSS's classloader seems to be very picky in loading resources. Thanks again, Vivek From: "Hari Lakshmanan" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: Document-style web services

RE: Ant Problem

2004-03-08 Thread Galbreath, Mark A
very cool - was actually working my down the zipfileset attributes when your reply arrived - thanks! Oh yeah...have to rub this it - just got my confirmation for JavaOne this year! All company-paid. nananana! :-) Mark -Original Message- From: Callahan, Paul [mailto:[EMAIL PROTECTED]

RE: Ant Problem

2004-03-08 Thread Callahan, Paul
Title: RE: Ant Problem Here's what i do:                                                             ... That zipfileset will let you create a dir in the war--in my case it was another item in WEB-INF but yours could be pr

RE: generating stubs with wsdl2java

2004-03-08 Thread Wei Hsu
Title: Message Hi there,   Thanks for the reply.  Point of clarification - are you implying that for rpc/literal, there is no way for me to get wsdl2java to correctly generate a namespace for the oper.addParameter call?    Wei -Original Message- From: Hari Lakshmanan [mailto:

Ant Problem

2004-03-08 Thread Galbreath, Mark A
I'm trying to get all the pieces in place for developing a WS app with Axis and I've run into a snag with Ant. I am tearing down the webapp directories on Tomcat for every deployment so I don't have stale files. I've got everything figured out except accommodating the /images directory. I'm usin

Message-style web services

2004-03-08 Thread Vivek Nagulapati
Hello Guys, I am trying to implement message-style web services using one of the examples provided in the Axis distribution i.e., the one in "samples/message/MessageService.java". No matter how I change the implementation in MessageService.java, it returns the SAME SOAP request received as my

RE: Document-style web services

2004-03-08 Thread Hari Lakshmanan
Vivek, Looks like you have some classloader issues. Where are the axis jar files when you start the JBOSS server? Are they in the classpath? If so, put the WSDL file in the startup directory of Jboss which is ($JBOSS_HOME\bin) HTH __Hari -Original Message- From: Vivek Nagulapati [mailto:

RE: generating stubs with wsdl2java

2004-03-08 Thread Hari Lakshmanan
Title: Message Try using document / literal instead of RPC / literal (if it is OK to use document / literal)   HTH -Original Message-From: Wei Hsu [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 5:19 PMTo: [EMAIL PROTECTED]Subject: generating stubs with wsdl2java

WSDL2Java Problem

2004-03-08 Thread Ian Baxter
Hi, I'm trying to run WSDL2Java on the following WSDL: http://webservices.esalestax.net/CertiTAX.NET/CertiCalc.asmx?WSDL ...but it doesn't seem to like one of the overloaded operations. Here is what it spits out: java org.apache.axis.wsdl.WSDL2Java "http://webservices.esalestax.net/CertiTAX.

Re: C# Cllient , Axis Server, Session Management

2004-03-08 Thread Stefano Sambi
I'm trying to use your SessionHandler to manage session between C# client and Axis web service but I do not succeed to set the SOAP header in my wsdl. Can you send me an example of your wsdl? And also how do you manage sessions in your C# client? Here it's my changes to wsdl that don't work: I add

IOException

2004-03-08 Thread "Morin, Marc-André"
Hi,   I'm using Axis 1.1 to deploy a web service...  I'm trying to implement a method with no input and output parameters (void method)... However, when I start my container (tomcat), I get the following error:    - java.io.IOException:java.net.SocketException: Software caused connection ab

Re: Problem returning string array types

2004-03-08 Thread Nicholas Remy
Don't know the specific answer to your question regarding a true deserialization "problem" with String arrays, but I've been using the following Java client code as a work-around to this exact problem, and it seems to work okay for us:         try {             String endpointURL = "http: