Re: Does SOAP support attachments with JDK1.3

2005-02-18 Thread Scott Nichol
Apache SOAP can send and receive MIME attachments, so it could be used to upload a zip file if the service supports MIME attachments. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message

Re: How run application after start

2005-02-16 Thread Scott Nichol
I assume you are talking about having your service classes loaded and initialized in some way. The answer is no, there is no way to make this happen with Apache SOAP. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail

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

2005-01-24 Thread Scott Nichol
com.ibm.tct.api.exception.ServerException(sw.toString()); Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Tao Jiang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 24, 2005

Re: Axis or SOAP...

2005-01-13 Thread Scott Nichol
with Attachments only. It is supported, but there is very little development. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Jim [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL

Re: ServiceManagerClient classpath issues

2005-01-12 Thread Scott Nichol
You need something like set CLASSPATH=.;C:\apacheSoap\soap2_3_1\lib\soap.jar Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: David Vick [EMAIL PROTECTED] To: [EMAIL

Re: Transmission parameters into application

2005-01-10 Thread Scott Nichol
/samples/configure/) uses this. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Jaroslav Srytr [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 07, 2005 3:02 AM Subject

Re: Document-literal complex type question

2004-12-28 Thread Scott Nichol
I suggest you give Axis (http://ws.apache.org/axis/) a spin. It is a more complete SOAP implementation than Apache SOAP (supports more standards) and almost certainly handles WSDL with imports. Sun's JAX-RPC reference implementation probably would handle this WSDL as well. Scott Nichol Do

Re: timeout troubles

2004-12-20 Thread Scott Nichol
the code from http://cvs.apache.org/dist/soap/nightly/2004-06-22/, you will be able to have a shorter timeout for the connect if you are using JDK 1.4 or later. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists

Re: timeout troubles

2004-12-20 Thread Scott Nichol
You should move to Axis if you can. It continues to be developed and supports many specs that Apache SOAP does not: SOAP 1.2, WSDL 1.1, DIME, JAX-RPC all come to mind. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific

Re: testing http://localhost/axis/EchoHeaders.jws?method=list gives a soapenv:Server.userException (java.lang.NullPointerException)

2004-12-15 Thread Scott Nichol
Please post Axis questions to [EMAIL PROTECTED] Thanks. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Stig Rasmussen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: tomcat connection pooling

2004-12-13 Thread Scott Nichol
. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Martin Vossler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 13, 2004 10:01 AM Subject: tomcat connection

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

2004-12-10 Thread Scott Nichol
Any JAX-RPC compliant implementation will interop with .NET. I highly recommend Axis: http://ws.apache.org/axis/. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: ab ab

Re: Tomcat path

2004-11-22 Thread Scott Nichol
Can you be more specific? Which java command are you talking about? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Francesco Dipalo [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Adding a deserializer for a new type

2004-11-18 Thread Scott Nichol
and specific variations. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Nige White [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 18, 2004 10:33 AM Subject: Adding

Re: Adding a deserializer for a new type

2004-11-18 Thread Scott Nichol
Correction: return xsi:type=fc1:methodNameReturn returnvalue xsi:type=xsd:int1/returnvalue paramname xsi:type=xsd:hexBinary000102/paramname /return Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists

Re: Unsuscribe

2004-11-15 Thread Scott Nichol
It's actually hidden away in the headers of the email: [EMAIL PROTECTED] Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Blanchard, Raphael [EMAIL PROTECTED] To: [EMAIL

Re: Compressing SOAP requests

2004-11-15 Thread Scott Nichol
Your compressed response should have HTTP headers Content-Type: text/xml Content-Encoding: gzip Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Nige White [EMAIL PROTECTED

Re: Where to find all dependencies to build soap.jar

2004-11-15 Thread Scott Nichol
The most obscure dependencies can be found at http://archive.apache.org/dist/ws/soap/version-2.2/. For all others, I use class files from Tomcat and JBoss. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists

Re: Compressing SOAP requests

2004-11-12 Thread Scott Nichol
and stick an all-zero dummy checksum at the end. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Nige White [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 12, 2004 11

Re: Compressing SOAP requests

2004-11-12 Thread Scott Nichol
The magic header is 8 bytes: \x1f\x8b\x08\x00\x00\x00\x00\x00. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Scott Nichol [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Compressing SOAP requests

2004-11-12 Thread Scott Nichol
Try it without any CRC: I think gzip may be willing to decompress it, anyway. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Nige White [EMAIL PROTECTED] To: [EMAIL

Re: Compressing SOAP requests

2004-11-12 Thread Scott Nichol
bytes for the header, so I am not sure why 8 bytes works Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Scott Nichol [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday

Re: please, help with no deserializer found ... message

2004-11-10 Thread Scott Nichol
The response from your server looks great, except that it never specifies the encodingStyle attribute. For example, fcl:asp_fv_mile_listResponse SOAP-ENV:encodingStyle=http://schemas.xmlsoap.org/soap/encoding/; Scott Nichol Do not send e-mail directly to this e-mail address, because

Re: AW: Compressing SOAP requests and using SSL

2004-11-10 Thread Scott Nichol
Send an e-mail to [EMAIL PROTECTED] Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 11:01 AM

Re: Compressing SOAP requests and using SSL

2004-11-10 Thread Scott Nichol
, you must also have your JVM configuration set up for SSL, with cert authorities, keystore, etc. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Nige White [EMAIL PROTECTED

Re: please, help with no deserializer found ... message

2004-11-09 Thread Scott Nichol
type mapping are specified in the deployment descriptor. The Apache SOAP 2.3.1 documentation for type mapping is at http://ws.apache.org/soap/docs/guide/serializer.html. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail

Re: Re[2]: please, help with no deserializer found ... message

2004-11-09 Thread Scott Nichol
/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-2; type=message You do not need the type mappings in the deployment descriptor, since your code will be responsible for interpretting the XML. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered

Re: Re[4]: please, help with no deserializer found ... message

2004-11-09 Thread Scott Nichol
Sorry, I forgot to add the most important thing: your client must use an endpoint URL for messagerouter instead of rpcrouter, for example, http://localhost:8080/soap/servlet/messagerouter. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only

Re: Newbie Q: SOAP in the real world

2004-11-09 Thread Scott Nichol
The large public examples are Amazon, Google, MapPoint and PayPal. Most usage is semi-public or private business-to-business, or within single businesses to integrate otherwise separate systems. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept

Re: Newbie Q: SOAP in the real world

2004-11-09 Thread Scott Nichol
Also, lots of service providers, ISVs and industry consortiums have defined SOAP APIs. There was just a question from someone using MM7, as an example, and OASIS (http://www.oasis-open.org) has standards many companies in my area (Philadelphia, PA) are using. Scott Nichol Do not send e-mail

Re: How destroy java application using SOAP and Tomcat

2004-11-01 Thread Scott Nichol
Perhaps there is some way you can make Tomcat run garbage collection. That will only work, of course, if Tomcat has truly freed the reference to the instance in question. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific

Re: How destroy java application using SOAP and Tomcat

2004-10-29 Thread Scott Nichol
. It then becomes a matter of garbage collection to call your finalizer. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Jaroslav rtr [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: method not founded

2004-10-26 Thread Scott Nichol
not force Tomcat to re-load it. I usually just restart Tomcat to be sure the newest version is loaded. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Francesco Dipalo [EMAIL

Re: problems in creating a web service

2004-10-20 Thread Scott Nichol
What exactly do you mean by transform this software in a web service? What classes and/or methods to you want to access via SOAP? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message

Re: problems in creating a web service

2004-10-20 Thread Scott Nichol
of your logic through SOAP, you need to factor out classes that just do computations, file and database I/O, etc. The code that interacts with a human needs to be in the client application. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only

Re: problems in creating a web service

2004-10-20 Thread Scott Nichol
them to System.out. A class used for a SOAP service might have a method that returned the list of files in an array. There might then be a class used by the client application that would call this SOAP method to get the list, then print the file names to System.out. Scott Nichol Do not send e

Re: java.net.MalformedURLException while initialize SOAP client

2004-10-14 Thread Scott Nichol
The method from which the exception is actually thrown is java.lang.ClassLoader.getBootstrapResourceClassPath() It appears that in the path is something Java thinks is a URL like jserver: I am not sure where this path is set in Oracle. Scott Nichol Do not send e-mail directly

Re: Migrating from Apache SOAP to Axis

2004-10-14 Thread Scott Nichol
the com.sabre.edison.georoute.LLRoutingException xsi:type=ns1:AmbiguityException xmlns:ns1=urn:AmbiguityException element is serialized using http://schemas.xmlsoap.org/soap/encoding/, or at least that is what your type mapping specifies). Scott Nichol Do not send e-mail directly to this e-mail address

Re: Migrating from Apache SOAP to Axis

2004-10-14 Thread Scott Nichol
Is that specified in version 1.0 or 1.1 of the profile? I had looked at 1.0, but did not see anything there. Perhaps I should look again ;). Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original

Re: Migrating from Apache SOAP to Axis

2004-10-14 Thread Scott Nichol
attribute is document. It sure it tough to make an implementation that does not support WSDL interoperable. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Scott Nichol [EMAIL

Re: problem in deploying a web service

2004-10-13 Thread Scott Nichol
to isd:faultListenerorg.apache.soap.server.DOMFaultListener/isd:faultListener then re-deploy (undeploy followed by deploy with new dd file) the service. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Francesco Dipalo [EMAIL

Re: problem in deploying a web service

2004-10-13 Thread Scott Nichol
public void GetComp() { Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Francesco Dipalo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 11:19 AM

Re: Migrating from Apache SOAP to Axis

2004-10-13 Thread Scott Nichol
(for Windows at www.simonfell.com). Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Shukla, Minaxi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 11:58 AM

Re: XERCES maladies

2004-10-13 Thread Scott Nichol
Martin, Please post Axis questions to [EMAIL PROTECTED] Thanks. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Migrating from Apache SOAP to Axis

2004-10-13 Thread Scott Nichol
Do you have a capture when the Axis service returns a Fault? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Shukla, Minaxi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Migrating from Apache SOAP to Axis

2004-10-13 Thread Scott Nichol
. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Shukla, Minaxi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 6:57 PM Subject: RE: Migrating from Apache

Re: How deserialize XML data in application

2004-10-04 Thread Scott Nichol
distinguish the method name and parameters. This is where most of the value of Apache SOAP would come in. However, it is also where you must supply it some information, namely, the SOAPMappingRegistry. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered

Re: SOAP NPE Error

2004-09-27 Thread Scott Nichol
This list is for Apache SOAP. Please post your Axis question to [EMAIL PROTECTED] Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Hubble, Christopher [EMAIL PROTECTED

Re: Adding a new soap service problem

2004-09-24 Thread Scott Nichol
Can you please post the exact error message as well as the contents of the deployment descriptor file? Thanks. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Praveen Peddi

Re: Adding a new soap service problem

2004-09-24 Thread Scott Nichol
And also the output of java org.apache.soap.server.ServiceManagerClient http://host:port/soap/servlet/rpcrouter list Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Scott

Re: Adding a new soap service problem

2004-09-24 Thread Scott Nichol
that want to install the server side stuff from a single war file. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Tommy Kalafut [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Adding a new soap service problem

2004-09-24 Thread Scott Nichol
webapp. Typically, this means you put the files in webapps/soap/WEB-INF/classes or subdirectories thereof. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Praveen Peddi [EMAIL

Re: Problems installing/configuring SOAP Xerces

2004-09-23 Thread Scott Nichol
Also, if you downloaded the 2.3.1 release instead of the last nightly build, you do not have the Tomcat 5 installation instructions (http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-soap/java/docs/install/tomcat50.html?rev=1.2). Scott Nichol Do not send e-mail directly to this e-mail address

Re: Compressing response

2004-09-15 Thread Scott Nichol
must have the option set to allow gzip. Remember that when you change the deployment descriptor, you must re-deploy the service. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From

Re: SOAP and HTTPS

2004-09-15 Thread Scott Nichol
export it. The page at http://mark.foster.cc/kb/openssl-keytool.html includes the tool and a few tips, but it is not a cookbook. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message

Re: elements in SOAP header.

2004-09-14 Thread Scott Nichol
which you must parse yourself. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Felipe Palma Dias [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 3:22

Re: elements in SOAP header.

2004-09-14 Thread Scott Nichol
That is a question best answered on the Axis list ([EMAIL PROTECTED]). Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Felipe Palma Dias [EMAIL PROTECTED] To: [EMAIL

Re: SOAP and HTTPS

2004-09-14 Thread Scott Nichol
What is the nature of your problem? Are you running SSL code and getting errors (in which case, what are the errors), or are you unsure of how to configure things? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail

Re: Named return element

2004-09-03 Thread Scott Nichol
, ret.getClass(), ret, null); If you want to specify the return value's name, you can 1. Use the messaging API 2. Subclass RPCProvider to create your own provider that would allow you to set the name in the Parameter. Scott Nichol Do not send e-mail directly to this e-mail address, because

Re: Intger as Parameter does not allow null

2004-08-26 Thread Scott Nichol
By default, Apache SOAP will base64 encode a byte array. The standard approach, then, for sending something like a gif with Apache SOAP is to read the gif into a byte array, then pass the byte array as a parameter. You do not need to apply base64 yourself. Scott Nichol Do not send e-mail

Re: help! can 1 use SOAP over SOAP?

2004-08-24 Thread Scott Nichol
If you follow the Tomcat 5 installation instructions (http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-soap/java/docs/install/tomcat50.html?rev=1.2), you should be able to create a service class that in turn in an Apache SOAP client, i.e. it calls another Web service. Scott Nichol Do not send

Re: Intger as Parameter does not allow null

2004-08-24 Thread Scott Nichol
for that class yourself to figure out how to subclass it. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Malte Kempff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 24

Re: soap attachment error

2004-08-23 Thread Scott Nichol
The only place I see this error message in the source is in the COM Provider. Has this service implementation changed to use COM? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message

Re: Intger as Parameter does not allow null

2004-08-23 Thread Scott Nichol
To my knowledge, you can send a null xsd:int, but you cannot receive one (and I believe the message below is from receiving such a null). To receive a null xsd:int, you must write a new deserializer and map it to xsd:int . Scott Nichol Do not send e-mail directly to this e-mail address

Re: add attachment to response using rpc

2004-08-08 Thread Scott Nichol
, if the method returns a DataHandler or InputStream, the return value in the SOAP Body will reference an attachment. Returning a DataHandler[] allows multiple attachments. Returning an bean for which a property is a DataHandler would also put an attachment in the response. Scott Nichol Do not send e

Re: namespace

2004-08-06 Thread Scott Nichol
to correctly process the request. It is common to use such a namespace as part of the targetObjectURI. It is also common to have XML Schema complexTypes that are in such a namespace. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from

Re: requests

2004-08-06 Thread Scott Nichol
I do not know whether you can terminate (I assume you mean invalidate) one session from another. I suggest you try it, or check Sun's site, or maybe just Google for the answer. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from

Re: How to deseralize a hashtable?

2004-08-06 Thread Scott Nichol
(Constants.NS_URI_SOAP_ENC, new QName(http://xml.apache.org/xml-soap;, SOAPStruct), Hashtable.class, null, pbs); Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Chen, Donald

Re: Automatic object creation

2004-08-04 Thread Scott Nichol
Not that I know of. The closest Apache SOAP comes is that a service defined as application scope will have a single instance instantiated on the first call to the service, then that instance will be used for all subsequent calls, too. Scott Nichol Do not send e-mail directly to this e-mail

Re: SOAPException: Error opening socket: Connection timed out:

2004-08-04 Thread Scott Nichol
and, I believe, any version of Axis, one uses System properties. For example, java -Dhttp.proxyHost=myproxy -Dhttp.proxyPort=myproxyport me.MyClient The http.proxyHost, etc., system properties follow Sun's standards. Scott Nichol Do not send e-mail directly to this e-mail address, because

Re: passing file path as parameter

2004-08-04 Thread Scott Nichol
Is there a specific error you are getting? Your original post said I didn't receive any message from the DLL. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: gurcharan

Re: SOAPException: Error opening socket: Connection timed out:

2004-08-03 Thread Scott Nichol
The client is unable to connect to the server at the TCP/IP level. Are you behind a firewall that requires you to use an HTTP proxy to connect to the outside? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists

Re: namespace

2004-08-03 Thread Scott Nichol
Can you be more specific about how you get the envelope? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Dimple Joesph [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday

Re: namespace

2004-08-03 Thread Scott Nichol
to the SOAP Envelope. If you use the messaging API, you would have this freedom. My question would be, why do you need this particular namespace declared on the SOAP Envelope element? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail

Re: Calling axis stock quote example from perl

2004-07-21 Thread Scott Nichol
or some prefix you make up, I do not know. I would guess that the prefix must be the namespace itself. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: John Heim [EMAIL PROTECTED

Re: How Limit String Size parameter in SOAP service

2004-07-21 Thread Scott Nichol
that validates against XML Schema. My recommendation is to have your service check that the length of the incoming string is 15 characters. If it is not, throw an exception. That exception will be turned into a SOAP Fault by Apache SOAP, which the client will receive. Scott Nichol Do not send e-mail

Re: How Limit String Size parameter in SOAP service

2004-07-21 Thread Scott Nichol
The varchar(15) refers to a database data type. Technically, because it is varchar, it can be any length from 0 to 15 characters. In any case, such a piece of data would be exchanged as a string (or xsd:string) using SOAP. Scott Nichol Do not send e-mail directly to this e-mail address

Re: Missing tomcat_home/webapps/soap/servlet/rpcrouter/

2004-07-16 Thread Scott Nichol
John, Before you try too hard to get Apache SOAP up and running, let me point out that for newcomers Apache Axis (http://ws.apache.org/axis/) is a better place to start. It supports many newer specifications that Apache SOAP does not. Scott Nichol Do not send e-mail directly to this e-mail

Re: Reading MimeBodyPart using MS SOAP

2004-07-12 Thread Scott Nichol
If you do not send a SOAP Envelope, MS SOAP Toolkit cannot read the response (because it is not a SOAP response). You would instead need to write the code another way, probably using something that deals with plain HTTP instead of SOAP layered on HTTP. Scott Nichol Do not send e-mail directly

Re: Reading MimeBodyPart using MS SOAP

2004-07-12 Thread Scott Nichol
for attachments. It cannot read MIME attachments. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: THOMAS, JAI [AG-Contractor/1000] [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Reading MimeBodyPart using MS SOAP

2004-07-12 Thread Scott Nichol
Apache SOAP does allow you to send attachments in a response. However, as I pointed out in a separate e-mail that crossed this one, MS SOAP Toolkit does not support MIME, just DIME. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail

Re: Reading MimeBodyPart using MS SOAP

2004-07-12 Thread Scott Nichol
No. Axis does, however. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: THOMAS, JAI [AG-Contractor/1000] [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 12, 2004

Re: msg=No Deserializer found

2004-07-05 Thread Scott Nichol
You need to map the same qualified name as the exception shows: smr.mapTypes(Constants.NS_URI_SOAP_ENC, new QName(uri:Login:SOAPSDK1, Answer), null, null, sd); Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists

Re: Connect MS-SOAP to Apache SOAP End Point

2004-07-01 Thread Scott Nichol
While you would have to mentally translate VB to VC++, I have pages on using the MS SOAP Toolkit low-level API (http://www.scottnichol.com/vbclientapachesoap.htm) and high-level API (http://www.scottnichol.com/vbclienthiapachesoap.htm) in clients for Apache SOAP services. Scott Nichol Do

Re: faultCode=SOAP-ENV:Server.Exception:

2004-07-01 Thread Scott Nichol
. You should see the following files in that directory already. COMProvider.properties Log.class RPCProvider.class Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: arvind [EMAIL

Re: faultCode=SOAP-ENV:Server.Exception:

2004-07-01 Thread Scott Nichol
Tomcat, changing the PATH to include the directory containing COMProvider.dll, then re-starting Tomcat. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Scott Nichol [EMAIL

Re: Some help needed on SOAP

2004-07-01 Thread Scott Nichol
that? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Mohit A Sharma [EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 6:49 PM Subject: Some help needed on SOAP Hi Scott , My name

Re: question about ksoap and apache soap

2004-06-28 Thread Scott Nichol
/encoding; should be isd:map encodingStyle=http://schemas.xmlsoap.org/soap/encoding/; i.e. there is a trailing slash in the SOAP Encoding URI. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original

Re: Problem in setting the namespace prefixes

2004-06-26 Thread Scott Nichol
the server requires. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: sreenivasamurthy krishnappa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 26, 2004 10:07 AM

Re: Please Remove

2004-06-25 Thread Scott Nichol
Please send an e-mail to [EMAIL PROTECTED] Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Kevin Sprague [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 25, 2004 8

Re: Accessing Axis using Apache SOAP client (JSP)

2004-06-23 Thread Scott Nichol
The error is just what it claims to be: the service has included an element of type 'int' which is specified as nil, but that is something Apache SOAP does not support. An Axis solution is the best direction for you to take. Scott Nichol Do not send e-mail directly to this e-mail address

Re: Accessing Axis service using Axis client (JSP)

2004-06-23 Thread Scott Nichol
I don't know the answer to either of your questions (why doesn't Axis de-serialize the return value, and how does Axis know how to serialize the CRMCustomer-type). I suggest you give the Axis list a whirl ([EMAIL PROTECTED]). Scott Nichol Do not send e-mail directly to this e-mail address

Re: Accessing Axis using Apache SOAP client (JSP)

2004-06-22 Thread Scott Nichol
I believe that Apache SOAP 2.3.1 does not fully register a mapping unless you provide both a serializer and deserializer. I think the code you have below would work with the last nightly build. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept

Re: attachments: managed memory datasource

2004-06-18 Thread Scott Nichol
Axis questions should go to [EMAIL PROTECTED] Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: murugesh dour [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 18

Re: problem with ServiceManagerClient and another problem

2004-06-11 Thread Scott Nichol
org.apache.soap.server.DOMFaultListener /isd:faultListener to isd:faultListenerorg.apache.soap.server.DOMFaultListener/isd:faultListener Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From

Re: fault listener

2004-06-11 Thread Scott Nichol
a Parameter, and this may be one of those cases. I hope to investigate this in more depth soon, but right now I am afraid I just do not have the time. Thanks for your patience. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from

Re: problem with ServiceManagerClient and another problem

2004-06-11 Thread Scott Nichol
What is line 19 of GetCountApp.java? What is the source for MethodCounter? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Francesco Dipalo [EMAIL PROTECTED] To: [EMAIL

Re: problem with ServiceManagerClient and another problem

2004-06-11 Thread Scott Nichol
); } } catch (SOAPException e) { System.err.println(Caught SOAPException ( + e.getFaultCode() + ): + e.getMessage()); } Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from

Re: problem with ServiceManagerClient and another problem

2004-06-11 Thread Scott Nichol
/webapps/soap, rather than dropping soap.war in $CATALINA_HOME/webapps. The service classes can then be dropped under $CATALINA_HOME/webapps/soap/WEB-INF/classes. In your case, you would have the file $CATALINA_HOME/webapps/soap/WEB-INF/classes/javasoap/book/ch4/MethodCount.class Scott Nichol Do

Re: problem with ServiceManagerClient

2004-06-10 Thread Scott Nichol
You do not have an XML parser in the classpath for your client. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: Francesco Dipalo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

  1   2   3   4   5   6   7   8   >