Title: Parser problem
Hi to all,
I'm sending a SubmitREQ to a MM7 server.
I'm using jakarta-tomcat-4.0.3.zip and soap-bin-2.3.1.zip with j2sdk-1_4_1_07-solaris-sparc.sh
Here the following output:
*
*
ca
Nichol [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 26, 2004 2:47 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem in knowing which directory to compile and set
classpath
How are you trying to compile? Are you trying to run javac from the
command line, or are you using the JDeveloper IDE
se it is filtered to accept only mail from
specific mail lists.
- Original Message -
From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 4:14 PM
Subject: RE: Problem in knowing which directory to compile and set class
L PROTECTED]
Subject: Re: Problem in knowing which directory to compile and set
classpath
I am too unfamiliar with JDeveloper to guide you. You should probably
either browse the on-line help or use some sort of JDeveloper support.
Scott Nichol
Do not send e-mail directly to this e-mail address,
be
Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
- Original Message -
From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 2:21 PM
Subje
IL PROTECTED]>
Sent: Thursday, February 26, 2004 5:43 PM
Subject: RE: Problem in knowing which directory to compile and set classpath
I have worked with servlets and java in a different environment before.
This is a new environment for me . We just installed Oracle 9ias and
Oracle portal. I a
I
have downloaded Apache Axis, Tomcat and Xerces. I have problems in where to
compile the file My Client is called ReceiveweeklyClient. When I try to
compile the client in this directory C:\Jakarta\jakarta\webapps. I am
getting this message :Could not find java.dll Could not find java 2 r
: Re: Problem in knowing which directory to compile and set
classpath
Given the errors you are receiving, it appears your environment is not
properly configured to use the command-line compiler, nor to run Tomcat,
for that matter. Since you do not normally compile from the command
line, I would
Housing Authority
[EMAIL PROTECTED]
404-817-7370
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 26, 2004 4:57 PM
To: [EMAIL PROTECTED]
Subject: Re: Problem in knowing which directory to compile and set
classpath
Take a look at the Axis installation
Message -
From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]>
To: "Scott Nichol" <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 3:37 PM
Subject: FW: Problem in knowing which directory to compile and set classpath
To compile the client in Jdeveloper whi
ROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 3:40 PM
Subject: RE: Problem in knowing which directory to compile and set classpath
I was compiling the code using the command line under where I installed
tomcat? Is that right?? Am I suppose to compile it in the Jdevelo
Hi Folks,
I've got a problem in the code below and I can't really work out what is
going on anymore, So I've got a SOAP Messaging Server trying to send back a
Successful Response SOAP XML Message to the calling client using the code
below but everytime I execute the client/server
Hi Folks,
I've got a problem in the code below and I can't really work out what is
going on anymore, So I've got a SOAP Messaging Server trying to send back a
Successful Response SOAP XML Message to the calling client using the code
below but everytime I execute the client/server
Title: ResponseContext Problem Using SOAP 2.3.1
Hi Folks,
I've got a problem in the code below and I can't really work out what is
going on anymore, So I've got a SOAP Messaging Server trying to send back a
Successful Response SOAP XML Message to the calling client using the
Title: Problem with Soap 2.3 + Tomcat 4.05. + Xerces 1.4.4
Hi!
I'm trying to config Soap2.3 with tomcat 4.0.5,xerces 1.4.4..
I could configure the SOAP engine on Tomcat and deploy the SOAP service using
the ADMIN interface using the browser .
However when I ran the following comma
Title: axis
I am having problems
with deploy descriptors . The config manger is not bieng able to locate it
registry file and is looking at wrong place.
Here is the
-
soap.xml file
(/export/enterprise-docs/riskmast/config/local/soap.xml)
web.xml file of the
webapp
Shame on me, I thought you meant the method...
Yup, and that did it, now it works. Thanks you so much!
Seb
At 16:53 17.11.2002 -0500, you wrote:
The class is not marked public .. that could be the problem.
Sanjiva.
- Original Message -
From: "Sebastian" <[EMAIL PROTECTED]
But the method itself is marked public, or do you mean in the deplyoment
descriptor?
Seb
At 16:53 17.11.2002 -0500, you wrote:
The class is not marked public .. that could be the problem.
Sanjiva.
> class Hello
> {
> public String sayHello()
> {
> retur
The class is not marked public .. that could be the problem.
Sanjiva.
- Original Message -
From: "Sebastian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 17, 2002 5:32 AM
Subject: Problem with RPCRouter.invoke()
> Hi everyone,
>
>
Hi everyone,
Maybe someone of you could help me with this problem I encountered while trying
to invoke a method on a very simple example.
This is the Class whose method I want to invoke:
class Hello
{
public String sayHello()
{
return ("Hello World!");
}
}
Its
PROTECTED]>
Sent: Tuesday, September 10, 2002 5:46 PM
Subject: RE: SOAP Serialization problem
Hi Scott
This has been very helpful. I will try it out and I will let you know if
it worked.
Out of curiosity do you know if Apache Axis handles this kind of
situation better?
Thanks again for
: Tuesday, September 10, 2002 8:35 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: SOAP Serialization problem
For an interface, you can use the BeanSerializer to serialize, assuming
the interface has getters for all the properties you want to serialize.
You can use the BeanSerializer to
or interface, then
de-serialized as an Adder (since some concrete class had to be chosen). The
adder will generate a result of 20, not 99.
The general problem is that you lose information by serializing an instance
as an interface (or superclass, for that matter). The process that
de-seriali
m: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 7:03 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: SOAP Serialization problem
You are allowed to map just the interface, but you must provide the
interface as the data type for the parameter, n
implements MyInterface, but I
serialize it as a MyInterface.class, the serialization of an instance of
MyClass is indistinguishable from the serialization of an instance of
MyClass2. This may not be a problem, but it depends on the signatures of
the method(s) you will call, as well as differences t
you very much for your help.
Alex
-Original Message-
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 5:42 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: SOAP Serialization problem
You can pass a JavaBean that has a property
>
To: "'Scott Nichol'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, September 10, 2002 5:27 AM
Subject: RE: SOAP Serialization problem
Hi Scott,
Thanks for your e-mail. The problems I had before I managed to solve. I
disco
set
you should provide an equivalent set or get (empty) in order to work.
Anyway, I have another problem now: Is it possible to pass a JavaBean
through SOAP that one of its properties is Vector of another user
defined objects which are JavaBeans as well ?
Moreover I would like to ask if you can pas
.
Scott Nichol
- Original Message -
From: "Alexandros Panaretos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 02, 2002 11:03 AM
Subject: SOAP Serialization problem
Hi there,
I am quite new to SOAP and would like some help with the following if
- but probably not used!
return this;
}
/**
I have ommitted the setters and getters of the class
variables in order to keep it short
**/
}
<--- End of Java Code >
I already had a problem with the URLs and DataInputStream and
DataOutp
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the policy of
The Milvus Group.
-
may not be called while parsing."
>
> Any clue in for the problem is highly appreciated.
>
> thanks,
> -trilokee gupta
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
oumen Sarkar.
>
> -Original Message-
> From: Scott Nichol [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 24, 2002 9:56 AM
> To: [EMAIL PROTECTED]
> Subject: Re: BeanSerializer problem. Gurus Please help.
>
> No example.
>
> - Original Message -
>
problem. Gurus Please help.
No example.
- Original Message -
From: "Indrasish N Basuroychowdhury"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 24, 2002 12:28 PM
Subject: Re: BeanSerializer problem. Gurus Please help.
> Thanks Scott. Any examp
No example.
- Original Message -
From: "Indrasish N Basuroychowdhury"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 24, 2002 12:28 PM
Subject: Re: BeanSerializer problem. Gurus Please help.
> Thanks Scott. Any example of how to
uot;Indrasish N Basuroychowdhury"
> <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, July 24, 2002 12:07 PM
> Subject: BeanSerializer problem. Gurus Please help.
>
> > Now I need a help from you all gurus.
> > I have already written clients for s
Indrasish,
I believe that BeanInfo is the way to force the use of the leading upper
case character.
Scott Nichol
- Original Message -
From: "Indrasish N Basuroychowdhury"
<[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 24, 2002 12:07 PM
Subject:
, I could now send and receive object.
There is one problem though.
I am using java Bean and using BeanSerializer of Apache to serialize and send
messages. There is one problem though. This is with the data member naming
convention. If I use data member name UserName, the Bean serializer will conver
I will make the fix within the next few days.
Scott Nichol
- Original Message -
From: "Bhushan Khanal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 22, 2002 2:49 PM
Subject: RE: More on QName problem
> Thanks, I will look at these. Are
: [EMAIL PROTECTED]
Subject: Re: More on QName problem
Also, http://www.apache.org/~rubys/ApacheClientInterop.html has wire dumps
of messages from interop tests using the Axis client against a variety of
servers. This helps you see in practice how people are constructing
messages.
Scott Nichol
hanal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 22, 2002 2:29 PM
Subject: RE: More on QName problem
> Just to give you some background, I using my own soap implementation to
> create the message. I trying to write a non servlet container to implement
> S
hanal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 22, 2002 2:29 PM
Subject: RE: More on QName problem
> Just to give you some background, I using my own soap implementation to
> create the message. I trying to write a non servlet container to implement
> S
fying my parameters with the name space, that was the reason I
ran into this problem in the first place. Do you mean that there should be
an additional attribute that specifies the type? Does that also mean, all
the type information needs to be transmitted with the SOAP message? Could
you point me to an ex
Hi folks,
Should the localpart of the QName contain the name space alias. For example
if my incoming soap message looks like ...
http://abc"; soap:encodingStyle="def">
http://www.s.com/";>
My name is Shanker Acharya
When unmarshalling the parameter of the S
cc: (bcc: Nishant Awasthi)
Subject: Re: BadTargetObjectURI
problem::
07/11/2002 11:53 AMPlease guide me
Scott.
You got it... This is absolutely the same thing I wanted to do
Let me try to figure out how this can be done
I will email you if I have some problem..
Thanks
--
Nishant
> You have correctly visualized the whole situation:
>
> >First, let me try re-phrasing what you've said to see if I understand.
> >1. An Apache SOAP service is deployed on machine A.
> >2. An HTML page is on machine B.
> >3. The HTML page has a form that will invoke a servlet on machine ? when
>
cc: (bcc: Nishant Awasthi)
Subject: Re: BadTargetObjectURI
problem::
07/11/2002 11:15 AMPlease guide me !!!
{
resp = call.invoke(url, "");
} catch (...) {
...
}
// create HTML from resp
}
Scott Nichol
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 11, 2002 10:31 AM
Subject: Re: Bad
cc: (bcc: Nishant Awasthi)
Subject: Re: BadTargetObjectURI
problem::
07/11/2002 10:00 AMPlease guide me
cc: (bcc: Nishant Awasthi)
Subject: Re: BadTargetObjectURI
problem::
07/10/2002 05:19 PMPlease guide me
restart Tomcat, although I don't think I've checked to
determine whether this is really necessary.
Scott
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 10, 2002 4:17 PM
Subject: Re: BadTargetObjectURI problem:: Please guid
)
Subject: Re: BadTargetObjectURI
problem::
07/10/2002 02:48 PMPlease guide me !!!
Please respond to
. Have you removed all references to Tomcat
3.x jars from your classpath? If Tomcat 4.x somehow gets a class from a 3.x
jar, that could cause a problem like this.
Scott Nichol
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 10
cc: (bcc: Nishant Awasthi)
Subject: Re: BadTargetObjectURI
problem::
07/10/2002 09:00 AM
: Nishant Awasthi)
Subject: Re: BadTargetObjectURI
problem::
07/10/2002 09:00 AMPlease guide me !!!
Please respond to
I would recommend SOAP 2.3.1, since it is the latest release. I have used
Tomcat 4.0.1 and don't know whether 4.0.4 fixes some problem I have not yet
encountered. Likewise, I have used Xerces 1.4.1, not 1.4.4. Actually, I
would recommend you just use the Xerces that comes with Tomcat
Scott Nichol
cc: (bcc: Nishant Awasthi)
Subject: Re: BadTargetObjectURI
problem
- Original Message -
From: "Scott Nichol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 5:03 PM
Subject: Re: BadTargetObjectURI problem:: Please guide me !!!
> That is an abstract URI to specify the namespace. It is OK. You have
> successfully
smoothly on Tomcat 4.0.
Scott
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 3:09 PM
Subject: Re: BadTargetObjectURI problem:: Please guide me !!!
>
> I am using follwing non-working link in my DeploymentDescripto
]
cc:
07/09/2002 Subject: Re: BadTargetObjectURI problem::
03:00 PM Please guide me !!!(Document link: Nishant
I am using follwing non-working link in my DeploymentDescriptor.xml file
while depolying my web service:
http://xml.apache.org/xml-soap/deployment
Is non-working of this link is not creating the problem in proper
deployment of the
service class.
this file is attached below:
http
s but it never
worked.
Is there anything else you think might be done?
I am starting to believe my sample SOAP Webservice is never going to run.
I tried every possible location to put my service files but nothing worked.
Though earlier problem seemed to be very small that is just about placi
/WEB-INF/classes.
Scott Nichol
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 2:09 PM
Subject: Re: BadTargetObjectURI problem:: Please guide me !!!
>
> Hello Scott.
>
> Thanks for re
thi)
Subject: Re: BadTargetObjectURI
problem::
07/09/2002 12:32 PMPlease guide me !!!
Please respond to
soap-
context to Tomcat's server.xml?
Scott Nichol
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>;
Sent: Tuesday, July 09, 2002 11:34 AM
Subject: BadTargetObjectURI problem:: Please guide me !!!
> I am new t
I am new to SOAP and Tomcat and I am continuously getting this problem:
Fault Code = SOAP-ENV:Server.BadTargetObjectURI
Fault String = Unable to resolve target object: Hello
As per I have read so far it is due to the classpath settings.
I have all my .java and .class files( as well as
On Thu, 27 Jun 2002, Sam Ruby wrote:
> > targetException=java.lang.IllegalArgumentException: No mapping found for
> > ':name' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.]
> >
> > at org.apache.soap.rpc.Call.invoke(Call.java:296)
>
> So, provide a mapping
Costin Manolache wrote:
>
> After updating apacheSOAP to the latest version - it
> seems it detects nil corectly, and it has another problem.
>
> What apacheSOAP sends is:
>
>
> What Axis sends:
>
>
> ApacheSOAP doesn't accept this input, since the ty
takes the string.
Is it a problem with the serializers? This is the fault i receive:
Fault Code = soap:Server
Fault String = Server was unable to process request. --> Object
reference not set to an instance of an object.
Could someone please h
Your issue sounds germaine to XML, not SOAP. Be certain to try post your
question to the relevant list.
Scott
- Original Message -
From: "Jeong Ahn Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, June 24, 2002 2:50 AM
Su
PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 24, 2002 3:57 PM
Subject: Re: Serialization problem!!
> Please check your Java clients that handle a return Element. I suspect
they
> either use literal XML encoding (not SOAP encoding) or they add
-
From: "deepak venugopal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, June 24, 2002 8:02 AM
Subject: Re: Serialization problem!!
> Hello friends,
> My company has started developing soap clients based
> on XSP and
Hello friends,
My company has started developing soap clients based
on XSP and submitting the request to Apache Soap
Server which has services running in pure Java.
For my Java Soap Clients, the soap service used to
return a Node Element ( XML Document). The Java Client
worked perfectly using the
Hi all,
i am having a problem in serializing and
de-serializing the XML (Dom document)
what i am doing is i am creating a
org.w3c.dom.Document object ( SOAP Message)
i am digitally signing it using XML security suite
from apache( Digial Signature),
i am serializing it like below
Hello, im' wrote a client for MS WebServices
the request is like this
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
*http://schemas.xmlsoap.org/soap/encoding/";
xmln:xsi="something">*
Take a look at the XML spec...
http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/#dateTime
Hello,
I am having a problem in sending Date value from Apache Soap Client to MS Soap Server. My system time is in PDT. When I send a date to MS Soap, the date value is getting reduced by 7 hours in MS Soap server. Please help me in solving this problem.
Thanks in advance,
Yag.Have a nice
Title: problem using Api SOAP and Weblogic
Hello,
I use Tomcat 3.3 and Weblogic 5.1 and i' ve a problem with soap api.
When Tomcat invoke an ejb using soap, no error is encountered in weblogic, but unfortunately the folowing error is triggered in Tomcat :
Fault= SOAP-ENV:C
It doesn't work. Same result. :'-(. Any other
idea?
- Original Message -
From:
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 09, 2002 5:31
PM
Subject: RE: SSL problem
You
might want to change the algorithm you are trying to
Hi all,
I've tried to create an infrastructure to allow to
automatically configure the SSL communication with SOAP. My problem is
that the creation of the keystores and certificates using
keytool is not possible with different versions of JDK
(keytool).
For example, I'm using JD
I would recommend posting this to a Tomcat mailing list.
Scott
- Original Message -
From: "Sanjay Bahal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 20, 2002 11:39 AM
Subject: Re: Tomact Servlet Deploy Question/Problem- Help
> Can an
Can anybody help on this.
TIA
Sanjay
--- Sanjay Bahal <[EMAIL PROTECTED]> wrote:
> I installed Tomcat4.01/NT the examples run-
> webapps/servlets.
> I am trying to deploy my example servlet it does not
run.
> I have directory structure /webapps/search.
> Under this I have my html file hello.htm-
>
with extension like "KeyUsage"
with the KeyTool or KeyMan tools and might this have something to do
with the problem?
Any input will be very helpfull.
Thx
Frederik
The client code:
import proxy.soap.*;
import java.security.Security;
import javax.net.ssl.*;
public class Test {
Hi all,
Can anybody help me deploy a servlet?
Thanks a lot,
Sanjay
--- Sanjay Bahal <[EMAIL PROTECTED]> wrote:
> I insatalled Tomcat the examples run-
> webapps/servlets.
> I am trying to deploy my example it does not run.
> I have directory structure /webapps/search.
> Under this I have my html f
I insatalled Tomcat the examples run-
webapps/servlets.
I am trying to deploy my example it does not run.
I have directory structure /webapps/search.
Under this I have my html file hello.htm-
Execute
I have further dir. struc-
/webapps/search/web-inf/classes
Under web-inf I have my web.xml-
Dear,I have some problems with my Tomcat in combinationwith SOAP and SSL.I did the steps from 1 to 5a(http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html), but I get this report:Ctx( ): 400 R( /) nullCtx( ): IOException in: R( /) null cert chainCtx( ): IllegalStateException in: R( /
Hello,I have some problems with my Tomcat in combinationwith SOAP and SSL.I did the steps from 1 to 5a(http://xml.apache.org/soap/docs/install/FAQ_Tomcat_SOAP_SSL.html), but I get this report:Ctx( ): 400 R( /) nullCtx( ): IOException in: R( /) null cert chainCtx( ): IllegalStateException in: R(
hi everybody,
I was trying to run HelloServlet sample in Websphere environment and got the
following error. Can someone give me a clue.
Caught SOAPException (SOAP-ENV:Client): Parsing error, response was:
The element type "init" must be terminated by the matching end-tag
"".
PS : I am trying ru
like when serializing
String[], though it understand to use NS_URI_SOAP_ENC for array , when
it tries to serialize String it is using the default encoding which is
NS_URI_LITERAL_XML.
Any suggestion as to what can be done to work around this problem?
Thanks,
Elaine
I have used hashtable as data type, now i have the problem to make a
wsdl for Microsoft Toolkit, but it seems not accept complex type
some suggestion
Regards
smime.p7s
Description: S/MIME Cryptographic Signature
When calling a MS Soap Server you need to explicitly map the return turn
types...use this snippet of code...if that doesn't work then I think you
have another older parser in the path somewhere that is causing your
problems...**Note you must do this BEFORE you invoke the call...
//ADD YOUR OWN
> -Original Message-
> From: Derik Crouch [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 17, 2002 10:42 PM
> To: [EMAIL PROTECTED]
> Subject: Problem with response from MS Soap
>
>
> Hello,
>
> I'm currently building a Java client that wi
Hi,
i have the same problem, this happens because apche soap is not strictly
compliant with some namespace attribtues,
you have to map the response, in your deploy file you must add a line like
this
http://schemas.xmlsoap.org/soap/encoding/";
xmlns:x=""
Hello,
I'm currently building a Java client that will be using Apache Soap API
to communicate to a MS Soap server. Using a sniffer we're able to see
the message go out and the response coming back from the server. ( We're
using MSSoapT to see what's going on ) The problem
Scott,
Before I got your message I actually figured out what was the problem. I
implemented everything the way you specified, but what I did wrong was I
specified a wrong encoding. Instead of specifying Constants.NS_URI_SOAP_ENC
I specified Constants.NS_PRE_SOAP_ENC. That's all. As soos
type
params.addElement (new Parameter("symbol", String.class, symbol, null));
call.setParams (params);
Scott
- Original Message -
From: "Max Stolyarov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 11, 2002 4:41 PM
Subject: Problem
Hello,
I wrote a very sime Web Service and a client application to access. I
successfully deployed the service on Tomcat, but when I try to make an RPC
call to it from the client application I get the following error. Can
somebody please shed some light on it for me. Thanks
SOAP Fault Msg I r
Do you know how I can find out more information about what's going wrong
here?
Details: soap2.2, Sun J2EE RI, using the Stateless session bean provider to
invoke a session bean method that returns the bean that I'd like to
serialize.
Everything works fine until I try to use my own serializer,
;[EMAIL PROTECTED]>
Sent: Friday, December 28, 2001 3:30 PM
Subject: Remote Deployng & security problem
> I need to protect remote Deploy but there is a problem:
>
> I can protect (by tomcat) the url name.host:8080/soap/server/rpcrouter
>
> but this forbid the access to soap
1 - 100 of 206 matches
Mail list logo