Title: RE: Is there a class diagram or some design document of Apache SOAP 2.2?
You can use TJ (TogetherJ) to revert engineer for yourself
-Original Message-
From: Ding, Chengmin [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 11:36 PM
To: '[EMAIL PROTECTED]'
Subject:
Title: RE: Getting started with Providers
Peter,
Provider is used at server side (exactly is by servlet router). You can look at org.apache.soap.server.http.RPCRouterServlet, it is where the provider is instantiated
hope that it helps,
Hung
-Original Message-
From: Peter Doyl
Hi,
I'm looking into the sample code, "messaging" and would like to make my own
network connection on top of SOAP connection. Basically I'd like to implment a
client/server application using plain socket library to have another
connection, not for SOAP messages.
For example, I inserted my own co
Hello All,
I am in the process of migrating my application from Tomcat 3.1.1 / SOAP
2.0 to Tomcat 3.2.3 / SOAP 2.2. I am having problems getting the SOAP
service deployment application to work correctly. The docs indicate
that all old code needs to be purged before migrating to SOAP 2.2. I
did
The package name for the service is samples.net.more.servlets.schema;
The class is located in the samples.jar file under
tomcat/webapps/soap/WEB-INF/lib/samples.jar with the path being
samples/net/more/servlets/schema/RouteService in the jar file.
Rich Catlett
Steeve Gilbert wrote:
>Seems like
Seems like your package "net/more/servlets/schema/RouteService" should be
located at
{tomcat}/soap/WEB-INF/classes/net/more/servlets/schema/RouteService but is
in fact located at
{tomcat}/soap/WEB-INF/classes/samples/
net/more/servlets/schema/RouteService.
What's your package name at the head of
All:
Sorry for a newie question. I am intersted in
integrating MSSOAP and Apach/Soap together.
The operations in the WSDL file can be "document"
oriented or "remote procedure call (RPC)" oriented, as
defined by the style attribute of the
element in the file.
I am confusing on what Java APIs
I've got a client set up, it runs sends it's envelope and then gets
back a response only problem is that that response is an exception. The
error message I get back is the following
SOAP-ENV:Server.Exception: samples/net/more/servlets/schema/RouteService
(wrong name: net/more/servlets/schema
envelopEntries is defined in Apache Soap Envelop, but it is not a standard
concept in Soap 1.1, what is the usage for it?
Thanks.
-Chengmin
As title.
Thanks.
-Chengmin
Is there any newsgroup/mailing list where people discuss the wsdl4j project
??
I am trying to use it for my wsdl parsing needs, but have run into some
"unexpected behaviour".
Also, is any development going on in the project ??
The project CVS shows that no changes have been carried out in any file
Use the Trace Utility to check the soap request that are sent. This should
help you see what's the :name thing.
Steeve...
"Arnold Poon" <[EMAIL PROTECTED]> on 10/08/2001 08:58:06 PM
Please respond to [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
cc:(bcc: Steeve Gilbert/G_STGEORGES/CANA
In some ways yes - but all of the data about the request is passed to
"locate"
not "invoke" because it assumes that "locate" will actually do the work to
find the web service and verify that you can call it before it is actually
invoked.
The locate method will need to stash any of the data passed
from what I can see you dont actually need to do anything in the locate
method if you dont want to. in a simple hello world I assume that method
be empty. I see it like the init of a servlet.
hth, cheers
dim
On Mon, 13 Aug 2001, Doug Davis wrote:
> take a look at the "provider" sample. Provi
take a look at the "provider" sample. Providers are called on
the server-side not the client. They are used to "locate"
and "invoke" the Web service.
-Dug
Peter Doyle <[EMAIL PROTECTED]> on 08/13/2001 06:35:27 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Gettin
Srinivas,
you will need to download and install the Microsoft SOAP Toolkit - available
at
http://msdn.microsoft.com/downloads/default.asp?URL=/code/sample.asp?url=/ms
dn-files/027/001/580/msdncompositedoc.xml
A typical VB client using the low level API looks like the one below
Check out this pag
Thank you for your interest in my writing...
I am searching for the source about
invoking the method in Apache Server-side from VB Client-side.
I don't know how to access the server's WSDL file generated by IBM soap toolkit and
how to use it .
If you know how to make a code in Se
Hi everyone,
I am trying to do write some sort of provider (I am using
TemplateProvider.java as a... template!)
However, I am at a loss as to how and where the locate and invoke methods
get called. Are they called from the client using call.setMethodName() or
is there something else missing? (I a
Hi,
I installed Apache-Soap. It is running successfuly.
But i want to call server from VB client. If anybody knows
please send one example.
thank u.
regards
srinivas
Hi
There's a bug regarding this problem reported by myself, Bugzilla
2470 - HashtableSerializer - Problem Mixing SOAP and LITERAL XML encoding
styles.
I believe it's been fixed, so it might be worth getting the latest versions
from CVS.
Tony
-Original Message-
From: Robert En
20 matches
Mail list logo