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
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
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=%
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
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
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
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
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
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
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
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]
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
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:
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
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
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:
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
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.
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
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
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:
21 matches
Mail list logo