Re: Exception from service object: org.apache.xerces.framework.XMLParser

2005-01-24 Thread Martin Gainty
visit:http://www.akadia.com/services/java_xml_parser.htmlI would also pay attention to the XML Document encoding you use as Mandarin employs different encoding than US EnglishHTH,Martin- (Etats Unis)001-617-852-7822OOA/OOD Consultant - Original Message - From: Tao Jiang To

Re: problem in a web service

2005-01-17 Thread Martin Gainty
Dont mean to sound like a broken record butwhat is happening in xml_pars? Martin - Original Message - From: Francesco Dipalo To: [EMAIL PROTECTED] Sent: Monday, January 17, 2005 2:11 PM Subject: Re: problem in a web service I use only a deployment

Re: problem in a web service

2005-01-17 Thread Martin Gainty
Francesco:Can we see the source code for xml_parsAlso please provide the wsdl you are usingMolte Grazie,Martin- 001-617-852-7822 - Original Message - From: Francesco Dipalo To: [EMAIL PROTECTED] Sent: Monday, January 17, 2005 6:18 AM Subject: problem in a web

Re: ServiceManagerClient classpath issues

2005-01-12 Thread Martin Gainty
re-affirmation of Scotts suggestion) Martin- - Original Message - From: "David Vick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 12, 2005 3:56 PM Subject: RE: ServiceManagerClient classpath issues > I'm pretty sure I tried that,

Re: Multiple URNs in a single server application

2005-01-11 Thread Martin Gainty
Noel: you would specifically configure the soapServer via ConfigFile config-file Take a look at http://ws.apache.org/soap/docs/guide/ HTH, Martin- - Original Message - From: "Fuentes, Noel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tue

Re: Transmission parameters into application

2005-01-09 Thread Martin Gainty
Jaroslav Here is an example of SOAP Request/Response passing an Integer http://www.soapuser.com/basics3.html A bit trickier with complex datatypes but the idea is the same Martin- - Original Message - From: "Jaroslav Srytr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: timeout troubles

2004-12-20 Thread Martin Gainty
Bonjour Julien! I would tracert to the IP address that HTTPConnection is trying to connect to (to make sure you have a clear route) Also.. do a netstat -a to see if that Port number is already being used Bon chance, Martin- Etats Unis 001-617-852-7822 - Original Message - From: "J

Re: tomcat connection pooling

2004-12-13 Thread Martin Gainty
implementing EJBsGive a shout if you need any help,Martin- - Original Message - From: Jonathan Roberts To: [EMAIL PROTECTED] Sent: Monday, December 13, 2004 10:37 PM Subject: RE: tomcat connection pooling Equally,  unless I'm behind on the apache/tomcat

RE: tomcat connection pooling

2004-12-13 Thread Martin Gainty
or DB Connections: Short lived: Session beans Long lived: Entity beans My apologies for the WAY off topic divergence.. (Scott and everyone else on this list) Martin Gainty (cell) 617-852-7822 From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] T

RE: tomcat connection pooling

2004-12-13 Thread Martin Gainty
Thomas Let me rephrase the question to make myself clearer What Im looking for is Is the Database Connection Pool you are speaking of a Session Bean? a CMP Bean a Entity Bean? I think this may be OffTopic from SOAP so feel free to respond to my inquiry offline. Thank You, Martin Gainty (cell

Re: tomcat connection pooling

2004-12-13 Thread Martin Gainty
Hello Jonathan 1)I have to ask the dumb question What kind of bean would handle the DB Connection Pooling ??? 2)Can we expect any performance degradations since we have the added facade layer to get to the DB Pool? Many Thanks, Martin- (cell) 617-852-7822 Hi Martin, This shouldnt be any

tomcat connection pooling

2004-12-13 Thread Martin Vossler
Does anyone know if its possible for an Apache Soap service to leverage Tomcats database connection pooling features? Any point in the right direction for where to find such information is greatly appreciated.

Re: Create SOAP message (Document style) using Apache SOAP HELP !!!

2004-12-09 Thread Martin Gainty
Form Java Client consuming .NET Web Service example check out Johan Danforth's page at http://weblogs.asp.net/jdanforth/archive/2003/11/17/38006.aspx HTH Martin- - Original Message - From: "ab ab" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday

RE: Create SOAP message (Document style) using Apache SOAP HELP !!!

2004-12-09 Thread Martin Gainty
Tom- For Java Client consuming a .NET WebService Take a look at Johan Danforth's page at http://weblogs.asp.net/jdanforth/archive/2003/11/17/38006.aspx HTH, Martin Gainty (cell) 617-852-7822 (e) [EMAIL PROTECTED] (http)www.laconiadatasystems.com From: ab ab <[EMAIL PROTECTED]> Reply

Re: Create SOAP message (Document style) using Apache SOAP HELP !!!

2004-12-09 Thread Martin Gainty
Tom- With DOM you can create 1 of 3 clients HTTP Get HTTP Post or using Microsoft's XML MSXML DOM Document parser (ActiveXObject("Msxml2.DOMDocument") ;) for examples check out http://www.codeproject.com/webservices/aspwebsvr.asp HTH, Martin- - Original Message - From:

Re: Tomcat path

2004-11-24 Thread Martin Gainty
Glad that works for you Molte Grazie!!! Martin Gainty From: "Francesco Dipalo" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: Tomcat path Date: Tue, 23 Nov 2004 18:10:05 +0100 MIME-Version: 1.0 Received: from mail.apache.org ([209.23

Re: Tomcat path

2004-11-23 Thread Martin Gainty
Francesco: You may also want to try setting TOMCAT_HOME and CATALINA_HOME environment variable to TOMCAT installation folder Molte Grazie e Ciao, Martin Gainty From: "Francesco Dipalo" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re:

Re: java.net.MalformedURLException while initialize SOAP client

2004-10-14 Thread Martin Gainty
ys, "For simple types, SOAP adopts all the types found in the section Built-in datatypes of the XML Schema Part 2: Datatypes", but not all have been implemented. " (reprised from http://ws.apache.org/soap/faq/) Regards, Martin- - Original Message - From: "Scott Nich

XERCES maladies

2004-10-13 Thread Martin Gainty
rces binaries which support Java 1.5,.0 which Axis has been tested against? Thank You, Martin-

Named return element

2004-09-03 Thread Martin Vossler
How do I get apache soap to name the return element something other than return? I would prefer it used the name of the return variable.

Re: soap attachment error

2004-08-22 Thread Martin Gainty
How are you declaring this datatype in your WSDL? Martin- - Original Message - From: "gurcharan singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 22, 2004 3:33 PM Subject: soap attachment error > hi! > I am attaching a zip file with the

RE: java.lang.IllegalArgumentException: Argument is not an array

2004-08-12 Thread Martin Gainty
Otto- Can we see your Array declarations from your WSDL? Vielen Dank, Martin (cell) 001-617-852-7822 From: "Otto, Frank" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: java.lang.IllegalArgumentExc

Re: Apache Soap 2.3.1 complex datatypes

2004-06-16 Thread Martin Gainty
/developerworks/webservices/library/ws-soapmap1/#listing6 Genau? Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 3:35 AM Subject: Apache Soap 2.3.1 complex datatypes > Apache Soap 2.3.1 complex datatypes > &g

Re: problem with ServiceManagerClient and another problem

2004-06-12 Thread Martin Gainty
+1 for unwar/unjar the classes Be aware you may have to manually configure the xml configurations with accompanying properties- -Martin *To some extent, sanity is a form of conformity* -John Nash PhD Cambridge MA - Original Message - From: "Francesco Dipalo" <[EMAIL P

Re: WASMessageRouterServlet in WebSphere

2004-06-10 Thread Martin Gainty
parse the incoming request stream to < 64k at a time..(JDK 1.2 restriction)Anyone else??-Martin - Original Message - From: David Smith To: Soap-User Sent: Thursday, June 10, 2004 9:14 PM Subject: WASMessageRouterServlet in WebSphere I'm working on a Web

Re: fault listener

2004-06-07 Thread Martin Gainty
Tizo Can you display the contents of the Tomcat log relating to this exception Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 1:52 AM Subject: fault listener Hi there, I have been testing some services with no faul

Re: load balancing

2004-06-06 Thread Martin Gainty
JonathanCheck out load-balancing from Borland Enterprise Server using Application Server Partitioninghttp://www.borland.co.kr/besappserver/pdf/besa52_faq.pdfHTH,Martin - Original Message - From: Jonathan Roberts To: [EMAIL PROTECTED] Sent: Sunday, June 06, 2004 11:14

Re: Installing the Server Side Under Apache Tomcat v4.1.30

2004-06-06 Thread Martin Gainty
Francesco- http://www.javaworld.com/javaworld/jw-04-2001/jw-0427-soap.htmlCiao,Martin - Original Message - From: Francesco Dipalo To: [EMAIL PROTECTED] Sent: Sunday, June 06, 2004 1:16 PM Subject: Installing the Server Side Under Apache Tomcat v4.1.30 Can

Re: load balancing

2004-06-04 Thread Martin Gainty
Jonathan:2 things- Have you looked into RSVP aware routers?Or perhaps using DNS Servers to round-robin so that the next request is automatically distributed to the n+1 box in the cluster..???-Martin - Original Message - From: Jonathan Roberts To: [EMAIL PROTECTED

Re: SOAP method to get server/ip of incoming message source

2004-05-26 Thread Martin Gainty
have access to take a look at http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpServletRequest.html Regards, -Martin - Original Message - From: "Daniel Zhang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 9:27 AM Subje

weblog

2004-04-27 Thread Martin Nad
Hello! I'm new in this area! I run soap on Tomcat, and i want to make a simple weblog. And i havent any idea how i can do it! are the any page or document about that? Cheers __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! Ho

slightly off topic JDeveloper question

2004-03-17 Thread Martin Gainty
Folks: Anyone out there using JDeveloper know how to add "Java Web Services" item to General / WebServices Menu (Sorry for being completely off topic but I dont know where else to ask) Thank You, Martin

Re: int[][] as parameter

2004-03-12 Thread Martin Gainty
Ying: Where is the server side addParameter() method? Here is an example of how to setup a service which returns an Array of strings http://www.mail-archive.com/[EMAIL PROTECTED]/msg18067.html HTH, ~Martin~ - Original Message - From: "Ying Ying" <[EMAIL PROTECTED]> To: &

Re: SOAP with attachment

2004-03-11 Thread Martin Gainty
Ying- This information is available within the SOAPContext class getBodyPart() methodcheck out http://www.markrichman.com/5091_Chap14.pdfRegards,Martin - Original Message - From: Ying Ying To: [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 5:10 PM Subject: SOAP

Re: Is SOAP 2.3 RPC thread safe?

2004-03-11 Thread Martin Gainty
in scope or are being initiliased in a non thread-specific manner Good Question, Martin - Original Message - From: "Hongda Lin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 2:32 PM Subject: Is SOAP 2.3 RPC thread safe? Hi, Is SOAP 2

Re: My java client always returns (null)

2004-03-06 Thread Martin Gainty
ures do you desire? A great way for you to learn SOAP is to code the SOAP Server and the Client Regards, Martin Gainty - Original Message - From: "Eric Carlson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, March 06, 2004 12:3

Re: My java client always returns (null)

2004-03-06 Thread Martin Gainty
Eric: You need code at the Server end to process the WSDL I would need to see that code -Martin - Original Message - From: "Eric Carlson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 06, 2004 9:47 AM Subject: Re: My java client always returns

Re: My java client always returns (null)

2004-03-06 Thread Martin Gainty
I'll ask the dumb question Where is the code for TranslateService.asmx? -Martin - Original Message - From: "Eric Carlson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 06, 2004 9:32 AM Subject: My java client always returns (null) Hi, So

Re: xml document always null?

2004-02-26 Thread Martin Gainty
Title: xml document always null? Jeff- where is the toStringgetNodeValue code?Best Regards,Martin Gainty - Original Message - From: JEFF EMMINGER To: '[EMAIL PROTECTED]' Sent: Thursday, February 26, 2004 10:36 AM Subject: xml document always null?

Re: SOAP CHARSET UTF-8

2004-02-20 Thread Martin Gainty
Hello from the US: Where can I acquire this TCP Tunnel/Monitor ? Thank You, Martin Gainty *Instructor/Consultant/Chess Nut* - Original Message - From: "Dragos Vilcu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 9:00 AM Subject:

Re: LD_ASSUME_KERNEL

2004-02-05 Thread Martin Gainty
, -Martin - Original Message - From: "Cyrus Adkisson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 05, 2004 12:31 PM Subject: Re: LD_ASSUME_KERNEL > An addendum to my post: I'm trying to build tomcat 5.0.18 (not .12) on > thi

Re: Could not acces to my WS

2004-01-31 Thread Martin Gainty
Make sure you place your compiled java classes in your war so Tomcat can deploy. (courtesy Scott Nichol-http://www.mail-archive.com/[EMAIL PROTECTED]/msg07902.html) Regards, -Martin - Original Message - From: "devnulle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: SOAP fault on WAS 5 z/0s

2004-01-28 Thread Martin Gainty
Cindy I would add DeployedServices.ds to your war then ear and redeploy -M - Original Message - From: "Gramann, Cindy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 28, 2004 5:42 PM Subject: SOAP fault on WAS 5 z/0s > I'm having a problem running the Apache SOAP Sto

Re: calling dot net web services from java soap

2004-01-13 Thread Martin Gainty
You are most welcome.Cheers!Martin Gainty (cell) 001-617-852-7822From: Jonathan Roberts <[EMAIL PROTECTED]>>Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: calling dot net web services from java soap >Date: Tue, 13 Jan 2004 15:22:02 + (GMT)

Re: calling dot net web services from java soap

2004-01-13 Thread Martin Gainty
JonathanCheck outhttp://www.csharphelp.com/archives/archive53.htmlRegards, Martin Gainty - Original Message - From: Jonathan Roberts To: [EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 10:08 AM Subject: calling dot net web services from java soap Hi guys

Re: Sending response as stream

2003-12-22 Thread Martin Gainty
something specific you are driving at? -Martin - Original Message - From: "Praveen Peddi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 10:17 AM Subject: Re: Sending response as stream > I serialized the List to byte[] and sent it a

FW: Re: Sending response as stream

2003-12-22 Thread Martin Gainty
Is there something specific you are driving at? -Martin - Original Message - >From: "Praveen Peddi" <[EMAIL PROTECTED]>>To: <[EMAIL PROTECTED]>>Sent: Monday, December 22, 2003 10:17 AM >Subject: Re: Sending response as stream > > > > I serialize

Re: Sending response as stream

2003-12-22 Thread Martin Gainty
something specific you are driving at? -Martin - Original Message - From: "Praveen Peddi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 10:17 AM Subject: Re: Sending response as stream > I serialized the List to byte[] and sent it as atta

Re: Sending response as stream

2003-12-16 Thread Martin Gainty
Read this http://www.w3.org/2000/xp/Group/2/07/SOAP-AF/aftf-soap-af.html Regards, Martin - Original Message - From: "Praveen Peddi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 11:32 AM Subject: Re: Sending response as stream

Re: RPCRouter install problem

2003-12-16 Thread Martin Gainty
Michael Google about xercesImpl.jar contains that class I posted this query to WAS blog at ibm..its not a paid support option so it may take a while -Martin - Original Message - From: "Michael Hansen (Presys A/S)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: RPCRouter install problem

2003-12-16 Thread Martin Gainty
XercesImpl.jar version is incorrect Updating your JAR may harm WAS..what does IBM support say? -Martin - Original Message - From: "Michael Hansen, Presys A/S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 6:15 AM Subject: RPCRouter in

Re: help needed

2003-07-25 Thread Martin Gainty
More specifically Implementation and Discovery of Beans = JAF SMTP Mail via Java - JavaMail -M - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 11:36 AM Subject: Re: help needed These are used to support SOAP Attachments. S

Re: WSDL and SOAP ...

2003-06-08 Thread Martin Gainty
Ayman- I created a Utility which creates WSDL from java compiled Interfacehttp://www.laconiadatasystems.com/Downloads.html Hth,Martin - Original Message - From: Ayman M. El-Geneidy To: [EMAIL PROTECTED] Sent: Sunday, June 08, 2003 9:56 PM Subject: WSDL and SOAP

Re: HELP ME!

2003-03-14 Thread Martin
try- \soap\soap-2_3_1>.\samples\addressbook2\testit.cmd Regards, Martin - Original Message - From: "schyzad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 7:54 PM Subject: RE: HELP ME! > I tried this but it is still giving me the

Re: interoperability. SPROXY

2003-03-10 Thread Martin Gainty
the element located at Current Position object IEnumerator.Current // IEnumerator version: returns object { get { return t.elements[position]; } } } }I am not a C# expert and this needs ALOT OF WORK but you get the g

Re: Why Apache?

2003-03-09 Thread Martin Gainty
FrankI think you and I are the only folks working today(It must be a Federal Holiday or something) Martin Gainty __I didnt know anything about Iran Contra I am officially Loopless - Dana Carvey doing G Bush >From: Frank Cohen <

Re: Why Apache?

2003-03-09 Thread Martin Gainty
Another great interoperability article ..http://www-106.ibm.com/developerworks/webservices/library/ws-inter.html Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official

Fwd: Why Apache?

2003-03-09 Thread Martin Gainty
Hauke-Read this article: http://www.theserverside.com/resources/article.jsp?l=MonsonHaefel-Column3 to learn how to implement SAAJ (To the best of my knowledge Pres Bush does not speak GermanBut that is a good translation nonetheless) Martin Gainty

Re: Deirdre O'Brien/QAD1 is out of the office.

2003-03-04 Thread Martin Gainty
Postmaster Please discontinue Diedre O'Brien's auto-responder to [EMAIL PROTECTED]Thank You, Martin Gainty >From: "Glen Daniels" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: Deirdre O'Br

Re: Soap 2.3.1, SSL, Java 1.3-1.4.x and a proxy.

2003-03-03 Thread Martin
.e. I must fulfill Request1 before attempting Request2 or are they independent of each other? If they are independent requests I would establish separate connections Perhaps if we had more information I could make a better educated stab at the situation. -Martin - Original Message - From: &

Re: Hi

2003-03-03 Thread Martin
Shehzad- If you are contemplating using RPC then I would recommend Axis http://ws.apache.org/axis/ -Martin - Original Message - From: "schyzad" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 11:02 AM Subject: Hi > > Hello mates, &g

Re: Help java.lang.NoClassDefFoundError

2003-02-21 Thread Martin
Brad- Get SOAP.jar from Java Web Services Developer Kit http://java.sun.com/webservices/downloads/webservicespack.html -Martin - Original Message - From: "Brad Messerle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 22, 2003

Re: Ouh, the call failde

2003-02-21 Thread Martin Gainty
Allain-When you go to http://ORDI1:8081/soap can you  list the services?Bon Fortune, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data

Re: SOAP-ENV:Server.BadTargetObjectURI

2003-02-17 Thread Martin
Madhavi-can you ping the URIcan you open the URI in your browser? -Martin - Original Message - From: Madhavi Thottempudi To: [EMAIL PROTECTED] Sent: Monday, February 17, 2003 9:13 AM Subject: SOAP-ENV:Server.BadTargetObjectURI Hi!I was trying to access SOAP

Re: zipping Soap

2003-02-06 Thread Martin
Malte- Thanks to Scott for going to the mat on stack trace..this is clearly above and beyond the call.. I once worked for somebody who when I inquired aboutt populating a Database of instance A his reply would be: Populate 1 column with the CORRECT DATATYPE to a column in an existing Table As I rea

Re: Axis

2003-01-28 Thread Martin
Thomas-The executing jar's manifest must identify a class which contains a main methodin order to execute at command linejava -jar JarWithoutMain.jar //This will fail because there is no main method includedjava -jar Main.jar //The jar's manifest identifies a main methodMake sense

Re: Installation on iPlanet Web Server 6.0 SP3

2003-01-27 Thread Martin
Jesus- Check your path .. That should give you a clue as to which java binary gets loaded first Likewise the classpath should give you a clue as to which jar gets loaded first- In any case keep me apprised, -Martin - Original Message - From: "Jesus M. Salvo Jr." <[EMAIL P

Re: Question on configuring Ports under Apache

2003-01-18 Thread Martin Gainty
I wanted to configure the Server not the servlet..(at the risk of repeating myself again Again and AGAIN!) bye, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official

Re: Question on configuring Ports under Apache

2003-01-17 Thread Martin Gainty
  []* As you can see the Port is configured...All i need to do is run  SOAP so running Standalone seems to be the path of least resistanceIf you have any suggestions I would be glad to hear it..Thanks, Martin Gainty __ Disclaimer and

Re: Question on configuring Ports under Apache

2003-01-17 Thread Martin Gainty
gerouter    Apache-SOAP Message Router    org.apache.soap.server.http.MessageRouterServlet      faultListener  org.apache.soap.server.DOMFaultListener            rpcrouter    /servlet/rpcrouter        messagerouter    /servlet/messagerouter  Thank

Question on configuring Ports under Apache

2003-01-16 Thread Martin Gainty
Scott et al...Web.xml defines the location of soap.xmlSOAP.xml has the configuration information (Ports etc)What I cant get is who calls/configures web.xml???Saying you can only use Port (80) on Apache webserver seems excessively restrictive Thanks, Martin Gainty

Re: SOAP Port specification

2003-01-13 Thread Martin Gainty
Will Do.Thanks for the information! Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is

Re: SOAP Port specification

2003-01-13 Thread Martin Gainty
) result in The Page cannot be displayed instead of the SOAP Admin PageIs there any way I can debug this configuration???Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the

Re: SOAP Port specification

2003-01-13 Thread Martin Gainty
Scott: I can Specify the Port used in the Axis SOAP implementation without incidentI need to learn how to configure the port for the Apache SOAP Server ?!? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and

Re: SOAP Proxy Error

2003-01-13 Thread Martin Gainty
Someone is blocking access from your node to your WebServer do a tracert *YourWebServer*pathping *YourWebServer*Also ping the gateway and..Make sure that all authentication strings (username/password) are supplied beforehand.Keep us apprised.. Martin Gainty

Re: Initializing server.xml-parameters of a class invoked by SOAP

2003-01-12 Thread Martin Gainty
rving for information on this topic..any help would be much appreciated..Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LD

SOAP Port specification

2003-01-11 Thread Martin Gainty
In Apache Axis whe I add a connector class I can specify the Port (usually 8080) inside the server.xmlBUT..How do I specify the port (8080) when configuring SOAP???Help Martin Gainty __ Disclaimer and confidentiality note Everything in

Re: My jar not being picked up at runtime

2003-01-10 Thread Martin Gainty
What is the SOAP Error that is returned??? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It

Re: HTTP Status Problem

2003-01-09 Thread Martin Gainty
Brent- The HTML message you are parsing is "".May want to take a look at the other end to figure out who is sending a NULL message to you.. Regards, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-ma

Re: [Fwd: error while running SOAP example]

2002-12-26 Thread Martin Gainty
e you can at least reach it2)Proxy Servers installed in between your client and the SOAP Server..Request that the NetAdmin take the Proxy Server down..at night or on the weekend and retest without the interference of the Proxy ServerPlease let us know what we can do to help.. Martin G

Re: [Fwd: error while running SOAP example]

2002-12-25 Thread Martin Gainty
Or could be a proxy server is not passing the requestWhich port are you using??? Martin Gainty __ Disclaimer and confidentiality note Thats right i AM a Stupid American    _GMT-5___   >From: "

Re: [Fwd: error while running SOAP example]

2002-12-24 Thread Martin Gainty
MSN 8 with e-mail virus protection service: 3 months FREE*. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Accessing C# Web service from Java Client...

2002-12-07 Thread Martin Gainty
The client needs to forlmuate a correct request with contentType="text/xml"AND the client's response will contentType="text/xml"Regards Martin Gainty __ Disclaimer and confidentiality note Everything in this e

Re: Accessing C# Web service from Java Client...

2002-12-07 Thread Martin Gainty
for SOAPContext SOAPResponse you have to SetContentType("text/xml"); I dont know how to do that with the Call Statements you have research use ofSOAPResponse to ensure you are getting the correct ContentType specified.. Keep me apprised, Mar

Re: Ed King

2002-12-04 Thread Martin Gainty
Indeed..the Fellow must have alot of time on his hands.. Does IBM have any UDDI/SOAP Servers that I can issue requests to? Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating

Re: content type error html instead of xml

2002-10-16 Thread Martin Gainty
AmanWhich Port are you running the SOAP Server on? Martin   >From: "aman singh" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: content type error html instead of xml >Date: Wed, 16 Oct 2002 19:45:52 -0700 >

Re: soap and connection pooling

2002-10-09 Thread Martin Gainty
Sorry to jump in the middle of the discussionWould these connections be implemented thru threads? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia

SOAP Headers

2002-09-23 Thread Martin Pichardo
Hello, I am trying to consume a .Net web service with the Apache soap toolkit. The web service is expecting the following header: Martin Pichardo Password any text I haven't been able to create a soap hearder with the toolkit. Can anyone provide a code snippet for creating the

WebServices Axis MAKEWSDL Utility now available

2002-09-22 Thread Martin Gainty
String methods are discovered.Jars searched for by makewsdl:jaxrpc.jaraxis.jarsoap.jarservlet.jarwsdl4j.jartt-bytecode.jarcommons-logging.jar If I am missing anything or you discover anything please let me know..Enjoy! -Martin Gainty   Send and receive Hotmail on your mobile device: Click

RE: Java2wsdl ClassNotFoundException

2002-09-20 Thread Martin Gainty
y sitehttp://www.laconiadatasystems.com/downloads makewsdl.Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the c

Java2wsdl ClassNotFoundException

2002-09-20 Thread Martin Gainty
I:/SOAP_S~1/GETQUO~1/GetQuote.wsdl I:/SOAP_S~1/GETQUO~/GetQuoteI get java.lang.ClassNotFoundException: I:/SOAP_S~1/GETQUO~1/GetQuoteButI:/SOAP_S~1/GETQUO~1/GetQuote.class existsAny clues?Thanks,-Martin   Send and receive Hotmail on your mobile device: Click Here -- To unsubscribe, e

Re: Axis vs. Apache SOAP

2002-09-19 Thread Martin Gainty
Axis features over Apache SOAPEvent Based JAX Parser and Java2WSDL (class which converts Java to WSDL)Both invaluableRead http://xml.apache.org/axis/index.html  Good Stuff Martin Gainty __ Disclaimer and confidentiality note Everything in

Re: Tomcat 4.0.4 ... is not available?

2002-09-19 Thread Martin Gainty
Did you start Tomcat Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential

Re: Soap tutorial at http://www.soapuser.com/fr/server4.html

2002-09-19 Thread Martin Gainty
EricBonjour,The class com.soapuser.soap.server.quotation.Quotation.classcould not be found.You need to determine the root location of com.soapuser.soap.server.quotation.Quotationthat is find where the com directory starts outAND Add the Rootpart to your classpathKeep us apprised, -Martin

Re: web service with Gui

2002-09-19 Thread Martin Gainty
.println("Fault Code   = " + fault.getFaultCode());  System.out.println("Fault String = " + fault.getFaultString());}else {  Parameter result = resp.getReturnValue();  System.out.println(result.getValue());}Does this help?Martin Gainty __

Re: Regd VB Client calling a methid that return a String[]

2002-09-19 Thread Martin Gainty
s, the xsi:type attribute is optional for array item sub-elements, but its inclusion is recommended.Does this help? -Martin   >From: Scott Nichol <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED], [EMAIL PROTECTED] >CC: Sudhakar S <[EMA

RE: websphere 4.0 SOAPException Please Help!

2002-09-19 Thread Martin Gainty
First Confirm you have a listener installed properly by typinghttp://localhost:9080Once you have confirmed you have 9080 installed as a Listener Port make the call TcpTunnelGUI ListenerPort TunnelHost TunnelPortRegards, -Martin >From: "O'Neill, Timothy(LIT)" <[EMA

Re: From a Servlet

2002-09-19 Thread Martin Gainty
VinayanThere is a good tutorial by Samudra Gupta on coding a Bean as a SOAP Service athttp://javaboutique.internet.com/tutorials/SOAP/index2.html -Martin   >From: Vinayan Menon <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >S

Re: SOAP RPC problems with complex types

2002-09-18 Thread Martin Gainty
/Hire.dll/soap/IHire Regards, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential

Re: Must use TcpTunnelGui on the same machine? how is Vector represented inSoap?

2002-09-17 Thread Martin Gainty
What happens when you add this localhost entry to your hosts file:127.0.0.1 localhost Martin Gainty__ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is

  1   2   >