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.

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

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

Re: Multiple URNs in a single server application

2005-01-11 Thread Martin Gainty
Noel: you would specifically configure the soapServer via context-param param-nameConfigFile/param-name param-valueconfig-file/param-value /context-param Take a look at http://ws.apache.org/soap/docs/guide/ HTH, Martin- - Original Message - From: Fuentes, Noel [EMAIL

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 07,

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

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

Re: tomcat connection pooling

2004-12-13 Thread Martin Gainty
uestionwas 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 it does matter

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

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

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 Subject:

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.237.227.199]) by mc3-f35

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: Tomcat path Date: Mon, 22 Nov

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

XERCES maladies

2004-10-13 Thread Martin Gainty
A bit too newbie but at least descriptive F:\SOAP\axis-1_1RC2\samples\stockjava -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:\SOAPjava

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, 11 Aug

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 getContentLengthreturns a signedint (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 probablymake sense for the client to parse

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 all,

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-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: 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
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] Sent:

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

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 have

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
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:33 PM Subject: Re: My java client always

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? hi all

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

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

FW: Re: Sending response as stream

2003-12-22 Thread Martin Gainty
ze of the soap envelop thats killing theapp. Am I right? The reason I do not want to use soap specific classes is because our soapservices are plain java classes and designed such a way that we can swith toany soap tool in the future. Thanks. Praveen

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 having a

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, 2003

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. Scott

Re: WSDL and SOAP ...

2003-06-08 Thread Martin Gainty
Ayman- I created a Utility which creates WSDL fromjava 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 ...

Fwd: Why Apache?

2003-03-09 Thread Martin Gainty
Hauke-Read this article: http://www.theserverside.com/resources/article.jsp?l=MonsonHaefel-Column3to 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: 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

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 <[EM

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

2003-03-04 Thread Martin Gainty
Postmaster Pleasediscontinue Diedre O'Brien's auto-responderto [EMAIL PROTECTED]Thank You, Martin Gainty From: "Glen Daniels" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: Deirdre O'Brien/QAD1 is out of the office. Da

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
rvlet-name url-pattern/servlet/rpcrouter/url-pattern /servlet-mapping servlet-mapping servlet-namemessagerouter/servlet-name url-pattern/servlet/messagerouter/url-pattern /servlet-mapping/web-appThanks, Martin Gainty __ Disclaimer and confide

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) onApache webserver seems excessively restrictive Thanks, Martin Gainty

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: SOAP Port specification

2003-01-13 Thread Martin Gainty
Scott: I can Specify the Portused in theAxis 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 any

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

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

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

2003-01-12 Thread Martin Gainty
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 (LDS

SOAP Port specification

2003-01-11 Thread Martin Gainty
In Apache Axis whe I adda connector classI can specifythe Port (usually 8080)inside theserver.xmlBUT..How do I specify the port (8080) when configuring SOAP???Help Martin Gainty __ Disclaimer and confidentiality note Everything in this e

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

Re: [Fwd: error while running SOAP example]

2002-12-26 Thread Martin Gainty
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 Gainty

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
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: 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-mail

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-IP:

Re: soap and connection pooling

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

Java2wsdl ClassNotFoundException

2002-09-20 Thread Martin Gainty
WhenI 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

RE: Java2wsdl ClassNotFoundException

2002-09-20 Thread Martin Gainty
://www.laconiadatasystems.com/downloadsmakewsdl.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 company

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: websphere 4.0 SOAPException Please Help!

2002-09-19 Thread Martin Gainty
First Confirm you have a listener installedproperly 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]>

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)ArraysA 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: web service with Gui

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

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: 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: 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 invaluableReadhttp://xml.apache.org/axis/index.html Good Stuff Martin Gainty __ Disclaimer and confidentiality note Everything

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 to a

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: WSDL

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

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 __ Disclaimer

RE: WSDL

2002-06-15 Thread Martin Gainty
Everyone who wants to sell their wares pleasedont 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 <mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]><mailto:[

Re: Another BadTargetObjectURI problem - Solved!

2002-06-15 Thread Martin Gainty
ation goes 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 <mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]><mailto:[EMAIL

RE: WSDL

2002-06-14 Thread Martin Gainty
something which will be a something similar to a GNU makefile orwill buildwith ANT. Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data

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 WSMLbeing supportedby SOAP..IsWSMLMicrosoft specific??Thanks, Martin Gainty <mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED

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: SSL and Proxy authentication

2002-06-14 Thread Martin Gainty
..Regards, Martin Gainty <mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]> 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 t

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 <mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]> Anne Thomas Manes wrote:

Re: WSDL

2002-06-13 Thread Martin Gainty
for WSML...Conclusion:Microsoft .NET Soap requests are crippled in that they can only callMicrosoft .NET Soap Servers.Anyone else..?? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating

RE: WSDL

2002-06-13 Thread Martin Gainty
to service the request for each operationHow does one make a COM object from a Java Class or JAR???whenthere are NO COM Objects here..Ten Cuidado Mattias, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any

RE: WSDL

2002-06-13 Thread Martin Gainty
would be running Apache under Unix..Your turn, 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