WebSphere SOAP under tomcat

2005-06-30 Thread Weseloh, Markus
Hi, currently I'm developing an application for Tomcat 5.0.28. Now I want to call a SOAP service but for this service exists only a client implementation for the WebSphere libs. Is there a way to use this client implementation under an standalone Tomcat? The first missing dependency is the file

Re: WebSphere SOAP under tomcat

2005-06-30 Thread Bruno Georges
Markus.Weseloh@ cc: gedas.deSubject: WebSphere SOAP under tomcat

Re: WebSphere SOAP under tomcat

2005-06-30 Thread Bruno Georges
: gedas.deSubject: WebSphere SOAP under tomcat

AW: WebSphere SOAP under tomcat

2005-06-30 Thread Weseloh, Markus
[mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. Juni 2005 13:48 An: Tomcat Users List Cc: 'tomcat-user@jakarta.apache.org' Betreff: Re: WebSphere SOAP under tomcat If you have the WSDL you can generate clients very easily. For AXIS as wella s PHP, Perl, etc... For Java use tools suchas wsdl2java

RE: Soap under Tomcat

2004-11-15 Thread sven morales
Exception in thread main [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type quot;text/html; charset=ISO-8859-1quot;, must be : quot;text/xmlquot;. Response was: lt;htmlgt;lt;headgt;lt;titlegt;Apache Tomcat/4.1.30 - Error reportlt;/tit Your error seems to point to

Re: Soap under Tomcat

2004-11-15 Thread feilong
are copied from this tutorial, I don't know why? Best Feilong - Original Message - From: sven morales [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 15, 2004 2:39 PM Subject: RE: Soap under Tomcat Exception in thread main [SOAPException: faultCode=SOAP-ENV:Protocol; msg

Re: Soap under Tomcat

2004-11-15 Thread sven morales
Subject: RE: Soap under Tomcat Exception in thread main [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type quot;text/html; charset=ISO-8859-1quot;, must be : quot;text/xmlquot;. Response was: lt;htmlgt;lt;headgt;lt;titlegt;Apache Tomcat/4.1.30

Re: Soap under Tomcat

2004-11-15 Thread feilong
[EMAIL PROTECTED] Sent: Monday, November 15, 2004 3:20 PM Subject: Re: Soap under Tomcat What did you do to get rid of that text/html problem? You can list the deployed services via this command: java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter

RE: Soap under Tomcat

2004-11-14 Thread Mark Thomas
-Original Message- From: feilong [mailto:[EMAIL PROTECTED] Sent: Saturday, November 13, 2004 11:45 PM To: [EMAIL PROTECTED] Subject: Soap under Tomcat Hallo all, I am a beginner with programming web-service with soap protocol under Tomcat web server. I find a link http

Re: Soap under Tomcat

2004-11-14 Thread feilong
PROTECTED] Sent: Sunday, November 14, 2004 12:44 PM Subject: RE: Soap under Tomcat I am not familiar with this particular tutorial but the problem appears to be that your client is requesting /soap/rpcrouter but the servlet mapping in web.xml indicates that the webapp is expcting /soap/servlet

Re: Soap under Tomcat

2004-11-14 Thread feilong
:44 PM Subject: RE: Soap under Tomcat I am not familiar with this particular tutorial but the problem appears to be that your client is requesting /soap/rpcrouter but the servlet mapping in web.xml indicates that the webapp is expcting /soap/servlet/rpcrouter. What the root cuase

RE: Soap under Tomcat

2004-11-14 Thread Mark Thomas
To quote from the error message from your original post: The requested resource (/soap/rpcrouter) is not available. Mark -Original Message- From: feilong [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 8:18 PM To: Tomcat Users List Subject: Re: Soap under Tomcat

Re: Soap under Tomcat

2004-11-14 Thread feilong
again Best Feilong - Original Message - From: Mark Thomas [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, November 14, 2004 10:00 PM Subject: RE: Soap under Tomcat To quote from the error message from your original post: The requested resource (/soap

Soap under Tomcat

2004-11-13 Thread feilong
Hallo all, I am a beginner with programming web-service with soap protocol under Tomcat web server. I find a link http://www.onjava.com/pub/a/onjava/2002/02/27/tomcat.html?page=1 which introduce how to use soap in Tomcat and deploy web services and a simple client to call this web service I