I fixed the file. Sorry about that. Thanks for bringing it to my
attention.
Scott Nichol
- Original Message -
From: "Mattias Jiderhamn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 2:33 AM
Subject: RE: Serializer + deployment des
-Original Message-
> From: Scott Nichol [mailto:snicholnews@;scottnichol.com]
> Sent: Wednesday, November 13, 2002 6:26 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Serializer + deployment descriptor
>
>
> Try putting a trailing / on the encoding:
>
>
matter but as I said '/' is namespace does not imply
any structure.
So help could be in the form of documentation or error
messages.
-Original Message-
From: Scott Nichol [mailto:snicholnews@;scottnichol.com]
Sent: Wednesday, November 13, 2002 3:11 PM
To: [EMAIL PROTECTED]
Subjec
against a schema.
Scott Nichol
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 13, 2002 4:57 PM
Subject: RE: Serializer + deployment descriptor
> Scott,
>
> In the example you have given, the web service handl
The client just uses the https scheme in the endpoint URL for the
service.
Scott Nichol
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 13, 2002 5:03 PM
Subject: RE: Serializer + deployment descriptor
Hi,
Do you have an
+ deployment descriptor
Scott,
In the example you have given, the web service handles
http://xml.apache.org/soap gracefully by ridirecting
to http://xml.apache.org/soap/. I beleive similar graceful
handling should be implemented for finding type mapping.
In other words the trailing / should not cause
situation.
Soumen Sarkar.
-Original Message-
From: Scott Nichol [mailto:snicholnews@;scottnichol.com]
Sent: Wednesday, November 13, 2002 11:00 AM
To: [EMAIL PROTECTED]
Subject: Re: Serializer + deployment descriptor
The URI spec is at http://www.ietf.org/rfc/rfc2396.txt.
FWIW, trail
:20 PM
Subject: RE: Serializer + deployment descriptor
> I would like to get an explannation why putting a trailing
> '/' matter so much? From a semantic point of view, the following
> two namespace names
>
> http://schemas.xmlsoap.org/soap/encoding/
> http://schemas
It's always the simple ones that frustrate you the most...
Anyway, a HUGE thank you!
> -Original Message-
> From: Scott Nichol [mailto:snicholnews@;scottnichol.com]
> Sent: Wednesday, November 13, 2002 6:26 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Serializer + d
y, November 13, 2002 4:12 AM
Subject: Serializer + deployment descriptor
> I am really, really tired of the fact that I can not get any type
mappings
> to work in the deployment desriptor.
>
> If I have the file:
> http://xml.apache.org/xml-soap/deployment";
>
I am really, really tired of the fact that I can not get any type mappings
to work in the deployment desriptor.
If I have the file:
http://xml.apache.org/xml-soap/deployment";
id="urn:ApiTest">
org.apache.soap.server.DOMFaultListener
http://schema
Raes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 29, 2002 4:39 PM
Subject: Need help with the SOAP-EJB deployment error
> Hi,
>
> I need to invoke a EJB deployed under weblogic thru the soap server. I
make
> the soap call using a Java cli
lsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
SOAP-ENV:Server.Exception:
org/apache/soap/util/xml/Serializer
/soap/servlet/rpcrouter
Note: We are using the CastorSerializer for this dep
> how would I individually specify that purchasOrder really is
> purchaseOrder(String, int, boolean[]), bustedRequest really is
> bustedRequest(int, int, boolean), etc? Isn't this necessary for proper
> publishing of a service so that when service discovery happens, the
> discoverer knows what to
One never specifies the parameters in the Deployment Descriptor file.
Instead just specify the name of the mehtod...
SOAP looks for the name and not the parameters of the methos of
deployed web services
methods.
Using the DeploymentDescriptor.xml from the SOAP sample messaging:
http://xml.apache.org/xml-soap/deployment";
id="urn:po-processor" type="message">
org.apache.soap.server.DOMFaultListener
how would I individually specify that purchasO
New to Tomcat- installed it- examples run fine.
I want to undersatnd the deployment structure. The
documentation does not make it so clear. I have looked
at the various web.xml's - I could'nt find the one for
examples.
My question is how do I deploy my servlet? Do I create
a new file
getAddressFromName
Full URIurn:AddressFetcher
URIurn:AddressFetcher
=
Generated fault:
Fault Code = SOAP-ENV:Client
Fault String = Deployment error in SOAP service 'urn:AddressFetcher':
class na
me 'samples.addressbook.Address' could n
Hi,
I'm running tomcat4.0, soap-2_2. I checked my deployment list the
urn:AddressFetcher
showed it deployed. When I ran a client I got
Fault Code = SOAP-ENV:Client
Fault String = Deployment error in SOAP service 'urn:AddressFetcher': class
name 'samples.addressbook.A
Hi davout,
I do not think it crates XML file. it Serializes the info and realods the info on
restarting the tomcat.
Sam
>
> From: "davout" <[EMAIL PROTECTED]>
> Date: Mon 24/Dec/2001 17:02 GMT
> To: "Apache Soap Dev List" <[EMAIL PROTECTED]>
If I use the SOAP admin deployment form to define a web service, whereabouts
does this create the resulting XML file?
Hi,
I am using apache soap2.2 inside weblogic. I need to pass some
properties(not apache-soap specific) to my ServiceProxy using apache
Deployment Descriptor file. I have not been able to figure out a way to
do this. I would appreciate any help regarding this.
Thank you,
Srinivas C. Pogiri
Title: RE: Problem with the Deployment.
kewl
man!
-Original Message-From: Matthew J. Duftler
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 08, 2001
2:21 PMTo: [EMAIL PROTECTED]Subject: RE: Problem
with the Deployment.
Hi Deepak,
I've attached a JSP which may
Title: RE: Problem with the Deployment.
Hi Deepak,
I've attached a JSP which may help you find your problem. Take the attached test.jsp
and drop it into your \soap-2_2\webapps\soap directory. Then restart your server
and point your browser at: http://localhost:8080/soap/test.jsp
It s
Title: RE: Problem with the Deployment.
Scott,
My tomcat classpath was not taking xerces somehow, its working now. Thanks for your help.
~deepak.
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 1:32 PM
To: [EMAIL PROTECTED
IL PROTECTED]>
Sent: Wednesday, August 08, 2001 3:08 PM
Subject: RE: Problem with the Deployment.
> William,
>
> Thanks for the reply.
>
> I only have following files in my JAVA_HOME/jre/lib/ext directory:
> jcert.jar
> jnet.jar
> jsse.jar
>
> I tried to run the sa
ight be causing this problem.
>
> Thanks,
> ~deepak.
>
> -Original Message-
> From: William Brogden [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 08, 2001 12:51 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Problem with the Deployment.
>
>
>
>
> >
%JAVA_HOME%\jre\lib\ext may have parser.jar; you should move this to another
directory.
Scott
- Original Message -
From: "Gaur, Deepak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 3:01 PM
Subject: RE: Problem with the Deployment.
Title: RE: Problem with the Deployment.
William,
Thanks for the reply.
I only have following files in my JAVA_HOME/jre/lib/ext directory:
jcert.jar
jnet.jar
jsse.jar
I tried to run the same command after removing all these jars but its not buying it, getting the same error.
Any other
> "Gaur, Deepak" wrote:
>
> Scott,
>
> Thanks for replying.
> I have xerces.jar in my classpath in tomcat.bat(which is ahead of all
> other entires and is namespace aware), the file looks like below :
>
> :setClasspath
> set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP%
> set CP=C:/jsse1.0.2
Title: RE: Problem with the Deployment.
Scott,
Thanks for replying.
I have xerces.jar in my classpath in tomcat.bat(which is ahead of all other entires and is namespace aware), the file looks like below :
:setClasspath
set CP=C:/xerces-1_4_2/xerces.jar;%CLASSPATH%;%CP%
set CP=C:/jsse1.0.2
> "Gaur, Deepak" wrote:
>
> Hello Good People,
>
> I am a new SOAP developer. I was trying to deploy some of the samples
> that came with the SOAP download using the following command :
>
> C:\soap-2_2\samples\stockquote> java -cp
>
>C:\soap-2_2\lib\soap.jar;C:\xerces-1_4_2\xerces.jar;C:\dev
D]>
Sent: Wednesday, August 08, 2001 2:07 PM
Subject: Problem with the Deployment.
> Hello Good People,
>
> I am a new SOAP developer. I was trying to deploy some of the samples that
> came with the SOAP download using the following command :
>
> C:\soap-2_2\samples\stockquot
Title: Problem with the Deployment.
Hello Good People,
I am a new SOAP developer. I was trying to deploy some of the samples that came with the SOAP download using the following command :
C:\soap-2_2\samples\stockquote> java -cp C:\soap-2_2\lib\soap.jar;C:\xerces-1_4_2\xerces.ja
What about creating a class that can take multiple filenames that users
the DefaultConfigurationManager? I'm thinking of something like this:
class MultipleConfigManager implements ConfigManager
{
DefaultConfigManager[] configManager;
public void setContext(ServletContext context)
{
I am trying to figure out if it is possible to use multiple
DeployedServices.ds files in a soap client-server call.
I am using Apache soap toolkit and am planning to make client soap calls to
server through multiple ".wsdl" files and their corresponding
DeployedServices.ds files. I am able to
Currently you cannot do
org.apache.soap.server.ServiceManagerClient
https://localhost:445/soap/servlet/rpcrouter deploy deploymentdescriptor
you get an error about https being an unrecognized protocol. When I
mentioned this problem I was told to try the admin client or to try and
deploy via
Hi there,
I am new to SOAP.
I have successfully deployed Apache SOAP 2.2 in Tomcat and tested all examples according to Apache SOAP v2.2 documentation. They work well.
Could some one tell the details (step by step) how to deploy Apache SOAP 2.2 and examples in J2SDKEE, WebLogic, and WebSphere in d
Hello all,
Are there any reasons that the current implementation of Apache SOAP
deployment descriptor files doesn't allow the declaration of multiple
services in an unique dd file ?
Thanks,
FJ.
have
success.
Scott
- Original Message -
From: "oh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 06, 2001 11:11 PM
Subject: Deployment problem
> I have been using Apache Soap2.1, and it worked good for me except the
> problem of
-kims-
> -Opprinnelig melding-
> Fra: oh [mailto:[EMAIL PROTECTED]]
> Sendt: 7. juni 2001 05:11
> Til: [EMAIL PROTECTED]
> Emne: Deployment problem
>
>
> I have been using Apache Soap2.1, and it worked good for me except the
> problem of getting
> the information of HttpRequ
I used Apache
Soap2.1.
It is just like this:
http://xml.apache.org/xml-soap/deployment";
id="urn:xyz:Asset">
http://schemas.xmlsoap.org/soap/encoding/";
xmlns:x="urn:xyz:AssetInfo"
qname="x:AssetInfo"
OK, so if we accept the change I just made to build.xml, the binary
distribution will have a working .war file distribution. This is great in
that it's pretty much "drop in deployment" for most servlet engines.
The problem now is that the source distribution has no .war fi
43 matches
Mail list logo