soap service and properties file in weblogic

2002-03-08 Thread Gus Delgado
I've deployed a web service in weblogic6.1 using soap2.2, I'm trying to make my underlying object to read as an input stream an .rc file this is how I'm doing it. InputStream is = getClass().getResourceAsStream(soap.rc); The object lives in a jar file which is part of a war that looks like this

Re: weblogic6.1 and soap2.2

2002-03-06 Thread Gus Delgado
weblogic.jar in server's classpath.(See attached file: patchCR058220.jar) regards, Ruben Gus Delgado

Re: weblogic6.1 and soap2.2

2002-03-06 Thread Gus Delgado
Gus Delgado gus.delgado@netquo To: [EMAIL

.Net to Apache SOAP

2002-02-21 Thread Gus Delgado
are there any interop examples for a .Net client to an Apache SOAP server? -Gus

axis

2002-02-20 Thread Gus Delgado
where can I get the deploy.xml for the samples on the axis package?

WSDL question

2002-02-19 Thread Gus Delgado
I have a web service currently on production using jakarta-soap running on tomcat. some of my clients want to use the new .Net implementation to send soap-envelopes (requests) to the jakarta-soap implementation, .Net uses WSDL, can I implement a WSDL for some of my clients to use without hurting

RE: WSDL question

2002-02-19 Thread Gus Delgado
services without affecting your clients that don't use WSDL. Anne -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 12:35 PM To: [EMAIL PROTECTED] Subject: WSDL question I have a web service currently on production using jakarta-soap

RE: no signature match

2001-11-13 Thread Gus Delgado
] Subject: RE: no signature match Does your class exist in multiple spots on your box, and are both referenced in your cp? Gus Delgado gus.delgado@netquoTo: [EMAIL PROTECTED] tient.com cc

RE: no signature match

2001-11-12 Thread Gus Delgado
Well, I'm moving from 3.2.1 to 4.0, but I did not get them with 3.2.1 -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 1:53 PM To: [EMAIL PROTECTED] Subject: RE: no signature match no! -Original Message- From: Brian Abbott [mailto

RE: COM Example

2001-08-27 Thread Gus Delgado
Can someone send the MSVCP60D.dll as an attachment on the list. I'm trying to get the COMProvider example to work. Thanks. Gus -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 7:58 AM To: [EMAIL PROTECTED] Subject: COM Example Good Morning

RE: Working with Xerces

2001-08-04 Thread Gus Delgado
Title: Working with Xerces Document doc = parser.getDocument(); Element e = null;NodeList nl =doc.getElementsByTagName("tagName");e = (Element) nl.item(0); e.normalize();NodeList nl = e.getChildNodes();Node textNode = nl.item(0);Stringvalue =textNode.getNodeValue(); -Original

RE: encodingStyles

2001-08-03 Thread Gus Delgado
or DataSource, etc. I really need some help with this, so if anyone has the answer to my question I would appreciated it very much. Thanks. Gus -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 9:03 AM To: [EMAIL PROTECTED] Subject: RE

encodingStyles

2001-08-01 Thread Gus Delgado
that it uses the NS_URI_SOAP_ENC so I was wondering, Could I use both and if I could, how? and if I could not, then what would my options be? Thanks a lot for your help in advanced. Gus Delgado

RE: encodingStyles

2001-08-01 Thread Gus Delgado
to be a different encoding style. params.addElement(new Parameter(channel, String.class, NB,Constants.NS_URI_SOAP_ENC )); Let me know if this works for you. -Original Message- From: Gus Delgado [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, August 01

RE: encodingStyles

2001-08-01 Thread Gus Delgado
more than one for the result -Original Message- From: Tom Myers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 8:51 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: encodingStyles At 07:54 AM 8/1/2001 -0500, Gus Delgado wrote: Can I use two different

SOAP and Attachments

2001-07-25 Thread Gus Delgado
where can I find an example of sending a response on a soap envelope together with a pdf attachment? Thanks in advanced. Gus

SOAP and...

2001-07-25 Thread Gus Delgado
attachments, is this even possible to send a SOAP envelope with a PDF attachment? Gus -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 2:24 PM To: [EMAIL PROTECTED] Subject: SOAP and Attachments where can I find an example of sending

rpcrouter

2001-07-23 Thread Gus Delgado
where can I find the rpcrouter jsp?

RE: rpcrouter

2001-07-23 Thread Gus Delgado
org.apache.soap.server.http.RPCRouterServlet. Sri -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 11:53 AM To: [EMAIL PROTECTED] Subject: rpcrouter where can I find the rpcrouter jsp?

RE: test

2001-07-17 Thread Gus Delgado
I'm getting this error when trying to run an example that is already deployed, anyone has any idea? Thanks in advanced. SOAP-ENV:Fault faultcodeSOAP-ENV:Server.BadTargetObjectURI/faultcode faultstringUnable to resolve target object: null/faultstring faultactor/soap/servlet/rpcrouter/faultactor

BizTalk

2001-07-13 Thread Gus Delgado
is WebLogic or tomcat a BizTalk Framework Compliant server?