soap-user.xml.apache.org
(
List home) (
Recent threads) (
48 other Apache XML lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe (we seem to have lost it) address with "subscribe" in the subject line.
- This list contains about 13,580 messages, beginning Mar 2001
- This list doesn't seem to be active
soap-user.xml.apache.org
May 2003 - page 1
Jim Cheng — 105183161801 May 2003*
When I try to use the following command to register the HelloWorld service, I always encounter errors: ( My machine is windows2000 with Apache, Tomcat...
Jim Cheng — 105183327301 May 2003
When I try to run the deployed the soap service through Web browser ( http://localhost:8080/DC/servlet/DCS ), I always meet some problems. The browser...
Delwar Hossain — 105190648102 May 2003
Can you check if you've more than one parser or soap.jar anywhere in your classpath! It is possible to have other parser with different name; che...
Sinha, Madhukar [IT] — 105215460605 May 2003
Hello Guys, This is a strange problem that i am encountering with Apache SOAP 2.2. I am running apache soap as a webapp on my JRUN instance. soap.jar ...
fady kaddoum — 105215541705 May 2003*
Hello I am having a problem running Apache SOAP over Apache Tomcat 4.1! Although I made sure I had all required jar files in my classpath and in the c...
Ruane, Conleth — 105215594405 May 2003*
Hi all. I'm working on an interface between a legacy system and a SOAP service implemented using Apache SOAP. Since I've done ASP pages befo...
? ? — 105215618605 May 2003*
hello everyone! recently,i'm studying "Apache Soap" working with "MIME attachment". now i have a problem about the Apache Soa...
? ? — 105222673806 May 2003
焦...
Cheng Hao — 105239838808 May 2003*
hello, I encounter a weird problem in SOAP ... I have the SOAP server and client, in the server side, I defined the following interface -- String getU...
Delwar Hossain — 105242442808 May 2003
Scott, Thanks for the reply. That's exactly what's happening. I'm receiving this error after executing the client: The call failed: Fau...
Scott Nichol — 105242877808 May 2003
The error is java.lang.NoClassDefFoundError: RightFAX/RFNoDataException. In other words, the class loader for the JVM cannot find RightFAX.RFNoDataExc...
Delwar Hossain — 105242944208 May 2003
Scott, I just copied the RightFax folder that contains the fax classes directly under "C:\ApacheTomcat4.0\webapps\soap\WEB-INF\classes\" and...
Daniel Zhang — 105276173512 May 2003*
I don't have xwin installed on my Linux where my SOAP service is running. So TcpTunnelGui does not work on my Linux. I try to use TcpTunnel(suppo...
Delwar Hossain — 105277453612 May 2003*
Hi, Can anyone tell how can I set some debugging code to see what parameters are used exactly while invoking the soap method of the soap service? I ca...
Tony Sciacca — 105278034012 May 2003
Delwar, If you are interested we offer an application that creates WSDL files from your data very easily. Our Tool kit allows you to create these type...
sandro.ruch — 105278042112 May 2003
I will be out of the office starting 12.05.2003 and will not return until 26.05.2003. I will respond to your message when I return....
peter.glynn — 105282133413 May 2003*
Can you please remove my email from this group also. The automated unsubscribe is not working for me....
Jakub Gregorski — 105282949013 May 2003*
Hi! In my web service one function returns an object containing a java.util.Vector member. For this particular function rpcrouter gives me Nullpointer...
brian.c.smith — 105283000013 May 2003*
I am getting a service unknown error from my soap configuration. My understanding is that the dds.xml file, the web.xml and the clientProxy.java are t...
Delwar Hossain — 105283009713 May 2003*
Hi, Could you please suggest me a easy tool or way to easily generate wsdl for a soap service? Thanks. Delwar Hossain, mcp, scjp Sun and Microsoft Cer...
Lu, Tao — 105283015413 May 2003*
Hi, all I was trying to make a (Apache) SOAP RPC call, and return an Interface. It seems to me it does not support returning an Interface. I appreciat...
bob <guy.bobenrieth @noos.fr> — 105283023313 May 2003*
Hello, I need to know if there is a possibility to set the character encoding inside a SOAP message so that the answer would be in a particular encodi...
brian.c.smith — 105283328113 May 2003*
Thanks for the very timely note.... I was in the process of working with the org.apache.soap.service.ServiceManagerCLient when I received your note. H...
Daniel Zhang — 105283370213 May 2003*
I try to use some methods in Apache SOAP to output SOAP request stream exactly like TcpTunnelGui displayed. I am using SOAP 2.3.1. I read some early n...
Jakub Gregorski — 105283585613 May 2003
Thank you, thank you, thank you!!! Your example seems to work. Now I just need to find the mistake in my code. All the best, and once again thanks! Ku...
brian.c.smith — 105284019013 May 2003
Thank you..... WIth your comments I was able to find the root cause of the problem. There was actually two issues: 1) item 1, I need to use urn and no...
Delwar Hossain — 105284637713 May 2003
Hi, I had soap service which was working fine till this morning. I replaced soap.jar file with the soap.jar file comes from crossworlds integration to...
brian.c.smith — 105284747813 May 2003
This is caused by the EndPoint not being the correct URL. In most examples/ generated tools you get two functions setEndPoint () and getEndpoint(). Th...
Delwar Hossain — 105284781313 May 2003
Brian, Thanks for the reply. I'm using this url: http://DEND3TLM11L/soap/servlet/rpcrouter Which I believe correct and I receive this message whe...
Donoghue, Mark — 105284827613 May 2003
Hi,Did you change your client at all?>From the Java API docs (for the connect() method on java.net.Socket):<http://java.sun.com/j2se/1.4.1/docs/...
brian.c.smith — 105285089013 May 2003
If this url is working you need to set it as an endPoint. Check to make sure that your proxy, either autogenerated or hand created is using the URL yo...
Delwar Hossain — 105285262213 May 2003
Brian, I did not change the client or anything else other than the soap.jar,which was restored again. I redeployed the service but that did not fix th...
Delwar Hossain — 105286655913 May 2003
Well it was good experience for me. I had to re-install the soap server and the same client code works fine now. -Original Message- From: Donoghue, Ma...
ramesh reddy — 105288999614 May 2003
Hia, how to serialize the xml node? I want to set the node object to ObjectMessage.setObject(node) in JMS. where node is returned form org.w3c.dom.Nod...
Jakub Gregorski — 105291383214 May 2003
Hi! I've found the mistake. It seems a little strange, so I thought you would like to know. In my class 'A' I had yet another function ...
Ruane, Conleth — 105291479114 May 2003
Hi All. I'm working on a JSP page that acts as an interface between a legacy system and a SOAP service. I'm able to do all I want including ...
Efren Carattini — 105291764714 May 2003
Thanks! Getting to know the type mappings is my next task. Thanks again, -E -Original Message- From: Scott Nichol [mailto:] Sent: Tuesday, May 13, 200...
Jakub Gregorski — 105292411214 May 2003
Hi! I'm not sure this is the right place to ask this, but... Does anyone have experience in consuming java Web Service providing java.util.Vector...
Vishal Shah — 105293503514 May 2003*
Hi,I'm trying to access the service running on WAS 403 from a VB 6 client and getting this "No deserializer found" message.Has anyone e...
Efren Carattini — 105297153815 May 2003*
...
Ben Hawes — 105300181615 May 2003
We've run into a problem with the way AXIS handles missing parts in messages. Given the message declared as: <message name="notifyAddNode...
Scott Nichol — 105302885515 May 2003
Please post Axis questions to . Thanks.Scott Nichol Do not reply directly to this e-mail address, as it is filtered to only receive e-mail from specif...
Lapinski, Michael (Research) — 105302913015 May 2003*
Hi, I have been looking at a few bits of code that invoke web services. I noticed that some of the code used the classes in javax.xml.rpc and some use...
Manish Sangani — 105303072115 May 2003
Hi, My client code is trying to invoke a bean and i get the following exception: Generated fault: [Attributes={}] [faultCode=SOAP-ENV:Server] [faultSt...
Delwar Hossain — 105303204615 May 2003*
First one is the implementation of JAX-RPC based method invocation, which is the sun xml based implementation and the second one is the soap rpc based...
Delwar Hossain — 105303247715 May 2003
Thanks for the details and knowledge transfer. That's why I love this forum. Best thing about this forum is the quick response to any questions; ...
Delwar Hossain — 105303367315 May 2003
Anne, Thanks so much for the details. I was preparing to install Axis tonight and your advice comes right on time. Is there a big or recognizable chan...
Kamran Ghani — 105305429716 May 2003*
Dear Sir, I hope u fine and having great fun in life. I'm a BS computer science student. I've chosen my semester project as soap interoperab...
Lu, Tao — 105307923016 May 2003*
Hi, experts, How can I install Apache SOAP in Websphere5? Thanks in advance! Tao 2003/04/25...
Lapinski, Michael (Research) — 105311301016 May 2003*
Is there a reason why the Apache SOAP folks didn't go back and sub-class their classes from javax.xml.rpc...? I know the API's differ but it...
Next page