SOAP exception while creating org.apache.soap.messaging.Message

2004-02-20 Thread hlynur . ingi . runarsson
Hi all ! I've been baking my noodle over this for some time now! I'm using: jdk 1.4.2_02 jakarta-tomcat 3.3.1a soap 2.3.1 (java xml pack winter 01) I have a java class (e.g. World.java) that is ready and uses soap2.3.1 to communicate with the world. I have another java class (e.g. Start.java)th

Re: Getting SOAP Exception

2004-01-29 Thread Sunil K Sharma
Hi, Thanks for your reply. But I have deployed the soap.war file in weblogic. Could you please tell me, what can i do ? Regards Sunil Please respond to [EMAIL PROTECTED] To:        soap-user cc:         bcc:         Subject:        Re: Getting SOAP Exception Changing your server context

Re: Getting SOAP Exception

2004-01-29 Thread Daniel Zhang
Changing your server context setting can help. Also, it depends on where you deploy soap package. For example, in Tomcat 4.1.X, open server.xml file, if you originally have soap package under /tomcat/webapps/soap/WEB-INF and you have You may move soap package from /tomcat/webapps/soap/WEB-IN

Getting SOAP Exception

2004-01-29 Thread Sunil K Sharma
Hi , I am deploying my services using java org.apache.soap.server.ServiceManagerClient http://localhost:7001/soap/servlet/rpcrouter deploy d:\bea\wlserver6.1\soapDeployment.xml Could you please tell me how would i change the url http://localhost:7001/soap/servlet/rpcrouter to my own context for

Soap Exception : Parsing error

2002-03-08 Thread Prashanth_Matada
Hi, I am running an Microsoft soap listener (ASP)on IIS and calling the service from Java client. I am getting the following error when calling the soap service. I verified the parameters...they are all fine. Caught SOAPException (SOAP-ENV:Client): Parsing error, response wa

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Sekhar Nadella
Subject: RE: SOAP Exception... UnSupportedEncodingException 08/24/01 10:43

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Ed Yu
PROTECTED] Subject: RE: SOAP Exception... UnSupportedEncodingException Hi, Thanks for the reply... I can not go for option 1 u specified bcoz I dont want to disturb existing applications running on the server. I'll appreciate if u can tell me how to do the option 2. Thanks & Regards, Sekha

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Sekhar Nadella
; sc.sc.edu>cc: Subject: RE: SOAP Exception... UnSupportedEncodingException

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Ed Yu
EMAIL PROTECTED] Subject: SOAP Exception... UnSupportedEncodingException Hi, 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 NT m/c to list the webservices on the server. The

SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Sekhar Nadella
Hi, 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 NT m/c to list the webservices on the server. The command i used is java org.apache.soap.server.ServiceManagerClient http://myhost

Re: Soap exception

2001-08-06 Thread Richard Boehme
> > > "Chiranjeevi > Paruchur"To: [EMAIL PROTECTED] > ga.com> Subject: Re: Soap exception > > 06.08.01 > 16:23 >

Re: Soap exception

2001-08-06 Thread Chiranjeevi Paruchur
"Chiranjeevi Paruchur"To: [EMAIL PROTECTED] Subject: Re: Soap

Re: Soap exception

2001-08-06 Thread Chiranjeevi Paruchur
ROTECTED]cc: hu.edu> Subject:

Re: Soap exception

2001-08-06 Thread Richard Boehme
Are you trying to connect the client by pointing it at samples.chiran.HelloChiran? One it's deployed, it is accessed in the client by whatever name you created for it in the deployment descriptor (IE urn:HelloChiran). like this http://xml.apache.org/xml-soap/deployment"; id=urn:HelloChiran"> . .

Soap exception

2001-08-06 Thread Chiranjeevi Paruchur
Hi! My SOAP service name is HelloChiran and when I run my client it throws me an error Generated fault: fault Code =SOAP-ENV:Server.Exception: Fault String =samples/chiran/HelloChiran (wrong name: HelloChiran) can any one suggest me what would have gone wrong . Chiran