Hi
I'm trying to build a simple app using IBM's Sash devlopment environment. I
need a WSDL file to describe my Service, so I wrote one from a fairly
simple Java class, using wsdlgen.bat, bundled with IBM's Web Services
Development Toolkit : it wrote two files, a .wsdl file, and an interface
f
Hi
It worked when I upgraded tomcat to the version 3.2.3.
Is this faq? Or more likely I screwed up with tomcat 3.2.1
configuration?
Is there anybody that use SOAP 2.2 with tomcat 3.2.1 and
have no problem?
TIA,
j
- Original Message -
From: Tibeau Jacques <[EMAIL PROTECTED]>
To: <[EMA
Hi,
i try to create a HelloWorld-Programm(from javaworld.com) to Apache SOAP...
For the Server i wrote a class, which returns a String, when i call the
method and then deployed this with the Admin-Tool.
I copied this class to /tomcat/webapps
The client has now this mistake:
Caught SOAP Exception
We are running Tomcat 3.2.3 with Soap 2.2, and everything is running without problems.
We upgraded 2 weeks ago from Tomcat 3.2.1 and Soap 2.1, which also was running without
problems.
We are using Solaris 7 as OS.
/Micael E.
-Original Message-
From: Tibeau Jacques [mailto:[EMAIL PROTEC
Hi,
I try to access the class
org.apache.soap.server.ServiceManager as a SOAP
service. So far so good.
I cannot access this service. I got the following
error message (SOAP Fault):
faultCode=SOAP-ENV:Server.BadTargetObjectURI
faultString=Unable to resolve target object:
org.apache.soap.server.
I am new to java security.
My current installation is as follows,
I have Windows 2000, with weblogic server, which serves my SOAP requests ,
They are then serviced by my Apache Soap 2.2 Service.
What is required for Apache SOAP to service the SOAP requests, that will be
received using https?
Good Morning everyone,
I'm trying to run the COM Example from the Apache SOAP. It deployed just
fine but when I run the Addit class I get an Error that's does not make much
sense to me, but I'm sure some of you have gotten it before.
Fault Code = SOAP-ENV:Server.Exception:
Fault String = initlo
Hi! All,
Can I convert DeploymentDescriptor.xml file into a .wsdl file.
Do we have any tools to do that.
Thanks in advance.
Chiran
Hi
I'm testing a very simple SOAP test program.
But the very same program that once worked perfectly on
SOAP 2.0 now returns the following error message with SOAP
2.2.
[Error message]
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=A 'htt
p://schemas.xmlsoap.org/soap/en
You are looking probably something like this:
http://www.alphaworks.ibm.com/tech/webservicestoolkit
Radek Wisniewski
www.datenknecht.de
On Mon, 27 Aug 2001, Chiranjeevi Paruchur wrote:
>
> Hi! All,
>
> Can I convert DeploymentDescriptor.xml file into a .wsdl file.
>
> Do we have any tools to d
hi all
i have a little problem.
i'm developping a service with soap/xml. i have an apache web server with tomcat on
2000 os.
i have set the environment correctly.
http://localhost:8080/soap/servlet/rpcrouter and
http://localhost:8080/soap/servlet/messagerouter displays the correct message how
Hi,
Suppose I create a standard Java class that has a method called "add()",
which I would like to expose as a SOAP service. I am assuming that it is
the SOAP engine that creates an instance of this class (please correct me
if I am wrong). My question is at what time this instance is created? Is
The instance is created when first requested. How long its duration is depends on
deployment settings which can be: request, session (http session) or application (as
long as tomcat lives).
/Micael E.
-Original Message-
From: Walid Rjaibi/Zurich/IBM [mailto:[EMAIL PROTECTED]]
Sent: Mon
Walid Rjaibi/Zurich/IBM wrote:
>
> Hi,
>
> Suppose I create a standard Java class that has a method called "add()",
> which I would like to expose as a SOAP service. I am assuming that it is
> the SOAP engine that creates an instance of this class (please correct me
> if I am wrong). My questi
i have un apache-soap service that i call from a java client:
:
URL url = new URL( "http://localhost:8080/soap/servlet/rpcrouter"; );
String urn = "urn:demo1:exchange";
:
params.addElement( new Parameter( "country1", String.class, "USA", null ) );
params.addElement( new Paramet
Check this sample, is really useful:
http://marc.theaimsgroup.com/?l=soap-user&m=98683038702626&w=2
Of course you should have MS SOAP
Toolkit
Regards
"[EMAIL PROTECTED]" wrote:
i have un apache-soap
service that i call from a java client:
:
URL url
= new URL( "http://localhost:8080/soap/serv
I am attempting to use Apache ver 2.2 SOAP to call a stateless EJB deployed
in JBOSS ver 2.2.2. The error I get back from Apache is:
Fault Code = SOAP-ENV:Server
Fault String = Error in connecting to EJB
The JBOSS log shows this:
[EmbeddedTomcatSX] In TemplateProvider.locate()
[Embed
Can someone send the MSVCP60D.dll as an attachment on the list. I'm trying
to get the COMProvider example to work. Thanks. Gus
-Original Message-
From: Gus Delgado [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 27, 2001 7:58 AM
To: [EMAIL PROTECTED]
Subject: COM Example
Good Morning ev
Hi Folks,
Just started using Apache SOAP (i.e., a newbie question)
I installed the Apache SOAP, along with Tomcat. I copied the soap.war
into Tomcat's webapps directory. I tested the server (Tomcat) and it
seemed to work fine. However, when I ran the client test:
java org.apache.soap.server.Se
Hi,
Note: Same code is working when both server and client m/c are NT. I'm
getting
the above error only when the server is os/390.
I have installed apache/soap on WebSphere3.5(os/390). The rpcrouter servlet
working fine. I'm getting error when I'm trying to execute
ServiceManagerClient from my N
Hello together,
does anyone know how to throw an Exception from an EJB through SoapServer to
the client.
Everytime I only can read out fo the Fault Object, but I need a real
Exception at client side.
Is there something to configure inside SoapAdmin ???
Thanks in advance
Mario
---
HI! Radek,
Thanks for the info.
Chiran
Radek
A selfmade service 'StringService' has method 'addStrings(firstString, secondString)',
which return a concatinated string.
When calling this service using SOAP 'Call' java Class order of parameters is
significant. Sending 'secondString' parameter first (in XML message you can se
parameter nam
23 matches
Mail list logo