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

2005-01-24 Thread Martin Gainty
Good Morning Jiang: 2 things I would check:I would first verify the package name com.ibm.tct.api.exception.ServerException (it appears that com specification is om for some reason..perhaps you have a folder named om instead of com?)Going back to CS101I would not declare methods private. Priv

Re: problem in a web service

2005-01-17 Thread Martin Gainty
descriptor file TIA - Original Message - From: Martin Gainty To: [EMAIL PROTECTED] Sent: Monday, January 17, 2005 3:15 PM Subject: Re: problem in a web service Francesco:Can we see the source code for xml_parsAlso please provide the

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 ser

Re: ServiceManagerClient classpath issues

2005-01-12 Thread Martin Gainty
Dave- Most ANT build.xml and most java compilers dont understand longwinded NTFS folder names e.g. C:\Program Files which is why any folder which follows the longwinded name in a environment var wont be regosnised at the end of the path to be safe always put in the 8 character directory name so se

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: Tuesday, January 11, 2005 1

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]> Sent: Friday, January

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: "Julien

Re: tomcat connection pooling

2004-12-13 Thread Martin Gainty
y, but I thought your questionwas how to levearge connection pooling to axis web services.Jai-Original Message-----From: Martin Gainty [mailto:[EMAIL PROTECTED]Sent: Monday, December 13, 2004 2:51 PMTo: [EMAIL PROTECTED]Subject: RE: tomcat connection poolingThe short answer is yes

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 differe

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, December 09, 2004 1:37 PM Subjec

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: "ab ab" <[EMAIL PROT

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
Good Call ~ to configuring Oracle PATH I would suggest looking at http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/EnvSe tup_nls.html With regards to serializing Date objects you must ensure your DateSerializer uses ISO Date format "Use BeanSerializer. Either add a mapping f

XERCES maladies

2004-10-13 Thread Martin Gainty
A bit too newbie but at least descriptive F:\SOAP\axis-1_1RC2\samples\stock>java -version java version "1.5.0-rc" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-rc-b63) Java HotSpot(TM) Client VM (build 1.5.0-rc-b63, mixed mode, sharing) F:\SOAP>java org.apache.axis.transport.http.

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 SOAP message and sending it to

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.IllegalArgumentException: Argument is not an array Date: Wed, 1

Re: Apache Soap 2.3.1 complex datatypes

2004-06-16 Thread Martin Gainty
Torven- At first glance it appears that your QName is not constructed correctly if one looks at http://ws.apache.org/soap/docs/apiDocs/org/apache/soap/util/xml/QName.html QName(namespaceURI, localPart) Here are examples on how to construct QName please visit IBM page at http://www-106.ibm.com/dev

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 PROTECTED]> To: <[EMAIL

Re: WASMessageRouterServlet in WebSphere

2004-06-10 Thread Martin Gainty
David-ServletRequest getContentLength returns a signed int (with a +64k limit)http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletRequest.html#getContentLength()(same information can be obtained via HTTP Variable CONTENT_LENGTH)Would probably make sense for the client to par

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 faultListener at a

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 anyo

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] Se

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

2004-05-26 Thread Martin Gainty
Daniel- the suggestion gets the request from SOAPContext via HttpServletRequest hsr = req.getProperty(Constants.BAG_HTTPSERVLETREQUEST); you can then get ALL of the HTTP Variable parameters that the Request has access to via hsr.getQueryString() OR hsr.getHost() to see all the HTTP Variables you

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: <[EMAIL PROTECTED]> S

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
Depends on where you place your code take a look at http://cafeconleche.org/books/xmljava/chapters/ch10s04.html Specifically: 1)loading new instances of these interfaces inside doPost() rather than sharing instances created in init(). However, in a potentially high-volume server environment the res

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 (null) Nothing about my

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, Sorry for the long post ;-) I ha

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
Ant is finicky about JDK, wrong version Jars. I would suggest uninstalling ANT JDK/JRE and then reinstalling JRE/JDK ANT I would pay particular attaention to things like You will need a JAXP Compliant parser Which you can read about it here.. http://ant.apache.org/manual/install.html Regards, -M

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: Saturday, January 31,

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
ot have this problem. The size of the list itself > > is not a problem I think. Its the size of the soap envelop thats killing > the > > app. > > > > Am I right? > > > > The reason I do not want to use soap specific classes is because our soap > > services

FW: Re: Sending response as stream

2003-12-22 Thread Martin Gainty
n it. The reason I want to send it as attachment is because the list >has > > > 1000s of strings and sending it as List will fillup the soap envelop and > > > putting overhead of parsing the huge xml which in turn is filling up all > > my > > > memory wit

Re: Sending response as stream

2003-12-22 Thread Martin Gainty
ot have this problem. The size of the list itself > > is not a problem I think. Its the size of the soap envelop thats killing > the > > app. > > > > Am I right? > > > > The reason I do not want to use soap specific classes is because our soap > > services

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 > Does it mean that attachment

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: Tuesday, December 16, 200

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 install problem > I am ha

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: 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: 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: 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 >MIME-Version: 1.0 >X-Originating-

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

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
When I try to execute Java2WSDL on GetQuote.class usingG:\PROGRA~1\Visual~1\JDK13\bin\java -classpath I:\SOAP_S~\GETQUO~1;I:\Jakarta\AXIS\xml-axis\java\build\classes;I:\Jakarta\AXIS\xml-axis\java\lib;I:\Jakarta\Tomcat\TOMCAT~1.1\common\lib\axis.jar;I:\Jakarta\Ant org/apace/axis/wsdl/Java2WSDL -l I

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
Since you omtited the WSDL I will assume that is the problem.Here is how one declares arrays in WSDL (courtesy http://www.soapware.org/bdg) Arrays A value can also be an array, which is specified by an XML element with a SOAP-ENC:arrayType attribute whose value begins with ur-type[, followed by the

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)" <[EMAIL PROTECTED]> >Reply-

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] >Subject: Re: From a Servlet

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

Re: Regd VB Client passing a String paramater to a web service implemented inJava

2002-09-17 Thread Martin Gainty
Where does the ":i" come from?-Martin   >From: "Shankar S" <[EMAIL PROTECTED]> >Reply-To: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >CC: "Sudhakar S" <[EMAIL PROTECTED]>,"Anantha Padmanabhan Vedachalam" <[EMAIL PROTECTED]> >Subject: Regd VB Client passing a String paramater t

RE: HTTP 1.1 Protocol for Requests

2002-06-18 Thread Martin Gainty
Comments: 2068Category: Standards Track R. FieldingUC IrvineJ. GettysJ. MogulDECH. FrystykT. Berners-LeeMIT/LCSJanuary 1997 Hope this helps.. Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any

RE: HTTP 1.1 Protocol for Requests

2002-06-18 Thread Martin Gainty
: 2068Category: Standards Track R. FieldingUC IrvineJ. GettysJ. MogulDECH. FrystykT. Berners-LeeMIT/LCSJanuary 1997 Hope this helps.. Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the

Re: HTTP 1.1 Protocol for Requests

2002-06-18 Thread Martin Gainty
tesy of6] H. Nielsen, P. Leach, S. Lawrence, "An HTTP Extension Framework", RFC 2774, Microsoft, Microsoft, Agranat Systems */ Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relati

Re: Another BadTargetObjectURI problem - Solved!

2002-06-16 Thread Martin Gainty
I would like to see if I could reproduce this if you would'ntmind posting the code somewhere..What version java compiler (javac.exe) and runtime (java.exe) Also post your classpath.It has to be something simple..Martin Gainty __ Disclaime

Re: WSDL

2002-06-16 Thread Martin Gainty
Send and receive Hotmail on your mobile device: Click Here

Re: Another BadTargetObjectURI problem - Solved!

2002-06-15 Thread Martin Gainty
s with the solution from the buglist.I have'nt heard about rectifying a BadTargetObjectURI with shortening the class nameOut of curiosity can you tell us the full  name of your Class??anyone else..?Martin Gainty > >Hi! >I hope this helps someone since I haven't seen this ki

RE: WSDL

2002-06-15 Thread Martin Gainty
Everyone who wants to sell their wares please dont waste my timeAt the risk  of soundling like a broken recordnobody has addressed the WSML for Unix..Is there anyobody who can Focus on the problem ???Martin Gainty > >Hello Anne, > >Nice way to present your company. > >Ton

Re: WSDL

2002-06-14 Thread Martin Gainty
My thoughts exactly..Too many used car salespersons selling their bright and shiny jalopies..Back to the discussion of SOAP development (hopefully)... Martin Gainty > >Anne Thomas Manes wrote: > >>There are other completely Unix-based SOAP systems, too, including >>my

Re: SSL and Proxy authentication

2002-06-14 Thread Martin Gainty
..Regards, Martin Gainty > > >Has anybody tried to use SOAP 2.3 over SSL through a Proxy server which >requires authentication? (Win2000, Java 1.3) > >I have been successfully performing SOAP transaction via SSL with no >problems, >but a new Proxy seems

Re: SOAP services security

2002-06-14 Thread Martin Gainty
The best way to prevent unathorised access is to Request the client authenticate to the server..Setup a Proxy Server for those who extranet clients who desire access to your (internal) serverRegards,Martin Gainty __ Disclaimer and confidentiality

RE: WSDL

2002-06-14 Thread Martin Gainty
from WSDL to Java andJava to WSDL..AND Build in servlet tucks into Apache..neat stuffI havent seen anything about WSML being supported by SOAP..Is WSML Microsoft specific??Thanks, Martin Gainty > >Martin, try: > >http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis/ja

  1   2   >