RE: SOAP & servlet model parallels

2002-06-08 Thread William Brogden
Since I have to live and support my family, you should not be surprised that there is no free download for the entire book. You can download one free chapter and a debugging utility from: http://www.lanw.com/books/javasoap/ [EMAIL PROTECTED] Author of Soap Programming with Java - Sybex; ISBN: 0

RE: Killing SOAP https connection

2002-06-08 Thread William Brogden
> -Original Message- > From: Marcus Jit Hoong, LIM [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 08, 2002 12:08 AM > To: [EMAIL PROTECTED] > Subject: Killing SOAP https connection > > > Good day guys, > > I have a Swing client that connects via https over the > Net to the SOAP serv

RE: how can I get service name on the server side - SOAP over JMS

2002-06-07 Thread William Brogden
> -Original Message- > From: Rehor Vykoupil [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 7:14 AM > To: [EMAIL PROTECTED] > Subject: how can I get service name on the server side - SOAP over JMS > > > Hi! > > I use Axis with JMS as transport protocol. The message > javax.j

RE: SOAP Call over SMTP

2002-06-05 Thread William Brogden
> -Original Message- > From: Ravi Natarajan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 9:56 AM > To: Soap-User (E-mail) > Subject: FW: SOAP Call over SMTP > > > > > > I would like to invoke my existing SOAP service over SMPT > instead of HTTP > > (norma). I tried to

RE: CRLF after SOAPAction ?

2002-06-03 Thread William Brogden
> -Original Message- > From: Ajit Sadasivan [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 03, 2002 8:36 AM > To: [EMAIL PROTECTED] > Subject: CRLF after SOAPAction ? > > > Hi, > > I am using the SendMessage.java file coming with the messaging > sample of Apache Soap 2.2 to send

RE: Send and Receive DAML embedded in SOAP

2002-04-19 Thread William Brogden
> -Original Message- > From: Charlie Abela [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 19, 2002 3:06 AM > To: [EMAIL PROTECTED] > Subject: Send and Receive DAML embedded in SOAP > > > Hi > > I am using SOAP to pass DAML messages from a client to a > server. I have looked at the a

RE: Using Apache SOAP v2.2 WITHOUT HTTP

2002-04-19 Thread William Brogden
Yeah! My book has examples. See table of contents at: http://www.lanw.com/books/javasoap/ [EMAIL PROTECTED] Author of Soap Programming with Java - Sybex; ISBN: 0782129285 > -Original Message- > From: Mark Hansen [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 19, 2002 10:00 AM > To

RE: Send XML file via SOAP

2002-04-08 Thread William Brogden
> -Original Message- > From: Maris Orbidans [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 1:33 PM > To: [EMAIL PROTECTED] > Subject: RE: Send XML file via SOAP > > > > It is more specific :-) > > My question is - how to send my own XML files. > > I know how to do RPCs w

RE: exception while deploying!

2002-04-01 Thread William Brogden
Title: Message -Original Message-From: Dinesh B Sampangi [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 9:54 PMTo: [EMAIL PROTECTED]Subject: exception while deploying! Hi All!   i am  getting an exception while trying to deploy the sample application given in apache s

RE: effect of static method in SOAP Server class?

2002-04-01 Thread William Brogden
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 01, 2002 9:25 AM > To: [EMAIL PROTECTED] > Subject: effect of static method in SOAP Server class? > > > Hello all, > > I notice that in DeploymentDescriptor.xml, there is this entry: > > >

RE: Urgent Help requirred - Limitations of the TcpTunnel

2002-02-28 Thread William Brogden
I believe the tunnel uses an AWT TextArea to display data. There is a 32k character limit on the display - furthermore, the tunnel works with small chunks of characters, repeatedly adding them to the TextArea - this does not work well with large messages. To capture large messages, modify the Re

RE: ServiceManagerClient throws exception

2002-02-18 Thread William Brogden
> -Original Message- > From: Albert Yu [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 18, 2002 8:18 AM > To: 'Soap-User (E-mail) > Subject: ServiceManagerClient throws exception > > > Hi, > > I want to try ServiceManagerClient, but I failed, what is > wrong? > > > >

RE: problem in running apache samples on websphere server

2002-02-13 Thread William Brogden
You need to take a look at the actual text of messages being exchanged. Use the TcpTunnel or TcpTunnelGui that comes with Apache SOAP or my UtilSnoop program from http://www.lanw.com/books/javasoap/ > -Original Message- > From: Hanumaiahgari, Srinivas > [mailto:[EMAIL PROTECTED]] >

RE: Apache/SOAP and jboss

2002-02-11 Thread William Brogden
gt; SOAP request and invoke - RMI - the EJBs) > > Thanks, > MarkS > > > -Original Message- > > From: William Brogden [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, February 10, 2002 4:57 PM > > To: [EMAIL PROTECTED] > > Subject: RE: Apache/SOAP and jboss >

RE: Apache/SOAP and jboss

2002-02-10 Thread William Brogden
RE: Apache/SOAP and jboss > > > Hi William, > > isn't there a way to connect the SOAP engine directly with the EJB > container? I.e. I register my EJBs and their method in the > SOAP engine and > the get called when a SOAP request comes. > > MarkS > >

RE: Apache/SOAP and jboss

2002-02-10 Thread William Brogden
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 09, 2002 8:17 PM > To: [EMAIL PROTECTED] > Subject: Apache/SOAP and jboss > > > Hi, > > I know that there were already many requests about this. But > so far I could > not find anythin

RE: get real XML message of Call instance

2002-02-06 Thread William Brogden
> -Original Message- > From: Oliver Wulff [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 4:03 AM > To: [EMAIL PROTECTED] > Subject: get real XML message of Call instance > > > Hi > > I need to get the real XML message which will be generated by a Call > instance. Is th

RE: error run descriptor.xml

2002-01-31 Thread William Brogden
Title: Message -Original Message-From: Omaira Parada Gelves [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 6:10 AMTo: [EMAIL PROTECTED]Subject: error run descriptor.xml Hi,   I have a problem when run service from the command line:   I run this:    

RE: SOAP & JDOM

2002-01-21 Thread William Brogden
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 5:08 AM > To: [EMAIL PROTECTED] > Subject: SOAP & JDOM > > > Hello folks! > > I'm trying to build an Envelope using a JDOM Document read > from an INput > Source. I get the XML s

RE: SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml"

2002-01-19 Thread William Brogden
Title: Message -Original Message-From: Seshadri Venkataraman [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 19, 2002 3:42 PMTo: [EMAIL PROTECTED]Subject: SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml" Hi I get the following exception

RE: SOAP over MQ Series

2002-01-11 Thread William Brogden
> -Original Message- > From: Mark Hansen [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 11, 2002 10:00 AM > To: [EMAIL PROTECTED] > Subject: SOAP over MQ Series > > > Please help - any one with any information. I am > writing a book for Prentice Hall and need to include > examples

RE: Debugging SOAP Application

2002-01-05 Thread William Brogden
Title: Message In addition to the usual methods for debugging servlets, it is handy to be able to snoop on the exact text of SOAP messages. I wrote a utility for this that you can download from:   http://www.lanw.com/books/javasoap/ -Original Message-From: Michael Timpe [m

RE: BadTargetURI error

2002-01-03 Thread William Brogden
I would suspect that BadTargetURI is related to the deployment descriptor - have you taken a close look at the service listing that the Apache SOAP Admin service shows? > -Original Message- > From: Caroline Clewlow [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 7:49 AM >

RE: FaultString=java.lang.NoSuchMethod

2001-12-31 Thread William Brogden
Title: Message   -Original Message-From: CT Chou [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 6:33 PMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: RE: FaultString=java.lang.NoSuchMethodSensitivity: Private It might not be the path problem since

RE: A simple question regarding client implementation

2001-12-30 Thread William Brogden
> -Original Message- > From: ashish ranjan [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 30, 2001 7:26 PM > To: [EMAIL PROTECTED] > Subject: A simple question regarding client implementation > > > I have a web service which returns a complex object > comprising of three > strin

RE: error with Apache Soap

2001-12-12 Thread William Brogden
> -Original Message- > From: Bryan Field [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 10:13 PM > To: [EMAIL PROTECTED] > Subject: error with Apache Soap > > > I have set up Apache Tomcat to implement soap services and I > put all the > appropriate jars (soap.jar, a

RE: Newbie question: Easy way to print response and request documents

2001-12-12 Thread William Brogden
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 3:52 AM > To: [EMAIL PROTECTED] > Subject: Newbie question: Easy way to print response and > request documents > > > > > > What is the easiest way to capture the XML s

RE: bug in SMTP2HTTPBridge

2001-12-03 Thread William Brogden
> -Original Message- > From: Sanders, Corey [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 03, 2001 5:04 PM > To: '[EMAIL PROTECTED]' > Subject: RE: bug in SMTP2HTTPBridge > > > > Here is a somewhat related question. My Javamail package > (Javamail 1.2 from > javasoft) has mail

RE: Installing apache-soap on IIS and using tomcat 3.1

2001-11-29 Thread William Brogden
> -Original Message- > From: Rino Srivastava [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 4:06 PM > To: [EMAIL PROTECTED] > Subject: RE:Installing apache-soap on IIS and using tomcat 3.1 > > > Hello: > > I was wondering if someone can guide me about the > installat

RE: NoSuchMethodError

2001-11-29 Thread William Brogden
> -Original Message- > From: Rino Srivastava [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 11:12 AM > To: [EMAIL PROTECTED] > Subject: NoSuchMethodError > > > Hi there: > > I am trying to run your HelloServer.java and Client.java > programs using soap and java. > >

RE: Gettting Parsing Error

2001-11-29 Thread William Brogden
Title: Message Your error comes from the client side because the server got some error that prevented it from sending an XML message. You need to look at the actual message from the server to figure out what went wrong. The TcpTunnelGui provided with Apache SOAP will work or you can downloa

RE: Sending XML Documents using SOAP RPC

2001-11-27 Thread William Brogden
> -Original Message- > From: Naresh Agarwal [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 27, 2001 12:08 AM > To: [EMAIL PROTECTED] > Subject: Sending XML Documents using SOAP RPC > > > Hi > > Can i send XML documents as function parameters using SOAP > RPC (not the Document

Re: Prnting SOAP envelope

2001-11-15 Thread William Brogden
Phillip Urrea wrote: > > Hi, > I've started using your UtilSnoop and I have been getting this error. It > is clear that UtilSnoop is corrupting the request. > > SOAP-ENV:Client > > Error parsing HTTP status line "+8Ý× > > EDeployment.rpc.ERPCException: Error parsing HTTP status line "+8Ý× >

Re: Prnting SOAP envelope

2001-11-15 Thread William Brogden
Sekhar Nadella wrote: > > Hi, > > Is there any way to print my soap request/responses to a file? I've used > TcpTunnelGui, but I have deployed my soap service in application server, > where I want to save the soap request/responses to a file. > Your help/advises greatly appreciated. > > Tha

Re: Messaging in contrast to RPC

2001-11-13 Thread William Brogden
Darren Marvin wrote: > > Hi all, > > I have implemented various services using SOAP RPC, but the services are possibly >better suited to messaging. Essentially an initial request for a web service I >provide should return a stream of message responses overtime. It is a very >asynchronous in

Re: Performance problems

2001-11-12 Thread William Brogden
Throughput is not the same as total delay from message sent to response received. What is the WASP round-trip delay? Radovan Janecek wrote: > > 3 seconds for one message is a problem even over HTTP :-) > WASP (Systinet's SOAP java stack) does about 500 messages (helloworld like) > per second. >

Re: java.lang.NoSuchMethodError

2001-11-10 Thread William Brogden
Ola Tinoco-Ekdahl wrote: > > Hi, > > I did put xerxes first in my cp and no I haven't been able to deploy any > apache soap services yet. > The fault code mentions that the rpcrouter is causing the problem, I > don't know if that helps. > > --ola I am 95% certain that somewhere else on your

Re: question on inter-operability

2001-10-30 Thread William Brogden
[EMAIL PROTECTED] wrote: > > Hi Amit > > > wrong. I tried to print out the SOAP request from apache and microsoft > and > > the only difference is namespaces. > > how did you do this. I never found out to access the SOAP request/response > to have a look at it. (I´m working with Apache SOAP)

Re: Multicast

2001-10-30 Thread William Brogden
Tomas Jacobsson wrote: > > Hello! > I wonder if there is some easy way to send multicast with Soap, like in the > multicast class in java where you are using sockets. The problem with this is > that I think you must have a soap server at every client that should recieve > this multicast, or can

Re: question on inter-operability

2001-10-30 Thread William Brogden
The Apache SOAP docs have a note on interoperability in the guide section "interop.html" -- WBB - [EMAIL PROTECTED] Java Cert mock exams http://www.lanw.com/java/javacert/ Author of Java Developer's Guide to Servlets and JSP ISBN 0-7821-2809-2

Re: something is wrong with TcpTunnelGui

2001-10-17 Thread William Brogden
Satoshi Shirasuna wrote: > > Hi, > > I'm tring to use TcpTunnelGui with stockquote sample, but something is > wrong. I started TcpTunnelGui as follows. > > --- > > java org.apache.soap.util.net.TcpTunnelGui 8081 localhost 8080 > --- > > When I run the program as usual it works as follows. >

Re: Examples on Messages

2001-10-13 Thread William Brogden
> NagarajaRao wrote: > > Hi All, > Can someone send me code sample of sending a SOAP Message and > retrieving data frm the response? > > thanks & regards > Nagaraja Rao Using what message system? I just finished a chapter for the upcoming book in which I did Java Message Service and JavaSpa

Re: I get an exception (Error: 500) when trying to run the rpcrouter,why ?

2001-10-11 Thread William Brogden
"ERIKSSON,TOBIAS (A-Sweden,ex1)" wrote: > > Hi > I get the error message below in my broser when I try to call the rpcrouter > from the webpage, but why? what can I do to solve this? > > /Tobias > > Error: 500 > Location: /soap/servlet/rpcrouter > Internal Servlet Error: > > java.lang.NullP

Re: SOAPContext

2001-10-11 Thread William Brogden
> NagarajaRao wrote: > > Hi , > I want to return an Object as a response to a message. How should i > do it? > I tried to use SOAPContext.setProperty() at Server and then tried to > fetch the same at Client. I am getting null. Please let me know. > At Server: > SOAPContext resCtx > resCtx.

Re: How to hook soap to a JMS server?

2001-10-04 Thread William Brogden
Ong Boon Pang wrote: > > Hi, > > This is the idea I have... A soap client sends a soap message requests > to a JMS server's inQueue/Topic using standard soap object. On the server > end, A soap service listen to the JMS server for a soap message. Process > the request, send its reply to JMS se

Re: How to make a RPC manually?

2001-09-28 Thread William Brogden
Søren Neigaard wrote: > > How do I make a RPC manually on my HTTP server? I want to see the XML > response. > > Med venlig hilsen/Best regards > Søren Neigaard I wrote a utility that can monitor the request and response or send arbitrary text and see the response. DL UtilSnoop at http://www.

Re: SOAP /JMS

2001-09-27 Thread William Brogden
Ragu Sivaraman wrote: > > SOAP over JMS > > Is there any reference implementation available? > > Thankx > Ragu > Well, I just finished writing some examples for a forthcoming book. I used the SwiftMQ package from http://www.swiftmq.com/ -- WBB - [EMAIL PROTECTED] Java Cert mock exams ht

Re: Soap server socket timeout

2001-09-27 Thread William Brogden
[EMAIL PROTECTED] wrote: > > I am running a soap service on a Tomcat server (using the rpcrpouter > servlet). > After servicing a client request, Tomcat keeps the socket open for 3 - 4 > mins > before closing it. As a result the machine is running out of sockets when > the > volume is high. >

Re: Newbie Install Question

2001-09-24 Thread William Brogden
"Hashimoto, Mike" wrote: > > I will apologize in advance if this is such a common question. Following > installation, I am consistently getting the following error when just trying > to get the "list" from the rpcrouter: > > C:\Projects\SOAP Test>java org.apache.soap.server.ServiceManagerClie

Re: Unable to resolve target object: Catalog

2001-09-09 Thread William Brogden
"Ümit Yaman" wrote: > > William Brogden wrote: > > > I strongly suggest you put Catalog in a package. Tomcat gets confused > > when a servlet tries to use a class not in a package. > > ok, I put my Catalog-class in a package called samples.catalogs. >

Re: Unable to resolve target object: Catalog

2001-09-08 Thread William Brogden
"Ümit Yaman" wrote: > .. > > http://xml.apache.org/xml-soap/deployment"; > id="urn:Cat001" checkMustUnderstands="false"> > > > > > > This is the same as my Deploymentdescriptor, with which I tried to deploy my > "Catalog.class" too. I strongly suggest you put Cata

Re: Viewing SOAP Message

2001-09-04 Thread William Brogden
I have a somewhat more user friendly utility UtilSnoop at http://www.lanw.com/books/javasoap/ Vikram Rajan wrote: > > Is there any way I can use Apache-SOAP implementation to view the actual > SOAP request(xml format) being sent to the service manager? > > vikram -- WBB - [EMAIL PROTECTED] J

Re: Help on SOAP

2001-09-04 Thread William Brogden
Look at the org.apache.soap.Constants.java file "V.Sundaresan" wrote: > > what are all the supported Java datatypes in APACHE SOAP. -- WBB - [EMAIL PROTECTED] Java Cert mock exams http://www.lanw.com/java/javacert/ Author of Java Developer's Guide to Servlets and JSP ISBN 0-7821-2809-2

Re: RPC-based SOAP service

2001-08-27 Thread William Brogden
Walid Rjaibi/Zurich/IBM wrote: > > Hi, > > Suppose I create a standard Java class that has a method called "add()", > which I would like to expose as a SOAP service. I am assuming that it is > the SOAP engine that creates an instance of this class (please correct me > if I am wrong). My questi

Re: Sending xml data as a string using SOAP

2001-08-26 Thread William Brogden
[EMAIL PROTECTED] wrote: > > Hi, > > I have a method in my soap service which returns a large XML data as > a string value. (the data is greater than 1 MB in size) Now, the method > returns the string but the client never gets the data. (May be it will get > the data after a very long

Re: SOAP-ENV:Server.Exception

2001-08-22 Thread William Brogden
> Ivan Prochazka wrote: > > > > Soap V2.2, TOmcat 3.2.1, jdk 1.3.0_02 > > What doesn't work is doing basic "deploy" and "list" using the scripts > in the sample directory. > > That is using the client "org.apache.soap.server.ServiceManagerClient" > ??? > > > java -cp C:\tomcat3\soap\

Problem w Custom Serializer

2001-08-12 Thread William Brogden
I am trying to implement a custom serializer. I want to serialize an array of org.w3c.dom.Element objects. In my deployment descriptor mappings I have: http://schemas.xmlsoap.org/soap/encoding/"; xmlns:x="urn:Ch06Pubs" qname="x:booklist" javaType="[Lorg.w3c.dom.Element;" java

Re: Does Apache SOAP use DOM for parsing/representation of XML?

2001-08-10 Thread William Brogden
Morten J Nielsen wrote: > > Hi, > > Does the Apache SOAP API use DOM to represent the XML, and it is possible > to get the DOM tree for the body element without creating a new parser > (SAX/DOM)? Yes it uses DOM - you will have to dig into the source code to see where to get the Elements repr

Re: sending base64 encoding

2001-08-07 Thread William Brogden
Gus Delgado wrote: > > I'm sending an XML file back from the server to the client. > How can I send an encodingType of base64 on one of the Elements of the > XML file I send back? > > example of what I'm trying to do: > > > hello > ??? > > > I'm really struggling with this? thanks > gu

Re: strange problem

2001-08-04 Thread William Brogden
Vikram Chiruvolu wrote: > > With SOAP 2.2, Xerces 1.3.1, Tomcat 3.23, Apache 1.3, > and NTS 4 ... I've worked through all the issues & > have my server responding properly from the browser, > that it only reponds to POST requests. Now when I try > to test my client install on the server itsel

Re: boolean value interpretation by Apache SOAP

2001-08-01 Thread William Brogden
Algirdas Veitas wrote: > > soap-user, > > We have a scenario where a Apache SOAP Client is > talking to a non-Apache SOAP Server. The server > replies with a boolean value 1, i.e. "true". An > example of the response is shown below: > > > > 1 > > > > > When the Apache SOAP Client rece

Alternative to TcpTunnelGui

2001-07-30 Thread William Brogden
I have written a utility that is similar to TcpTunnelGui but has more options. In addition to intercepting the complete text of the interaction between your SOAP client and server, it provides for saving the results to a file. You can also: 1. send straight requests to a service and get the r

Re: Binary encoded String to original format, displayed in Browser

2001-07-30 Thread William Brogden
Stephan Wiesner wrote: > > I have a PDF on the server. I read it into a Base64 encoded String and send > it with SOAP to the client. > The client determines the MimeType and writes it to a file. > no problem. > I, however, I want to give the file to a client, via a servlet, it get > changed and

Re: using soap with tomcat 4.0b6 filter support

2001-07-30 Thread William Brogden
Prashant Jain wrote: > ... snip > Once the stream has been read the first time by calling foo(), trying to > re-read by callin foo() again fails since the call fis.read() > returns -1. What is needed is some way of resetting the stream. There is > a pair of methods called mark/reset

Re: Utility for SOAP debugging

2001-07-28 Thread William Brogden
Whoops - thanks for the quick response. Try it again. Sam Ruby wrote: > > The link says source and binary, but it only appears to contain the binary. > > - Sam Ruby -- WBB - [EMAIL PROTECTED] Java Cert mock exams http://www.lanw.com/java/javacert/ Author of Java Developer's Guide to Servlets

Utility for SOAP debugging

2001-07-28 Thread William Brogden
I have written a utility that is similar to TcpTunnelGui but has more options. In addition to intercepting the complete text of the interaction between your SOAP client and server, it provides for saving the results to a file. You can also: 1. send SOAP requests to a service and get the result

Re: using soap with tomcat 4.0b6 filter support

2001-07-27 Thread William Brogden
Prashant Jain wrote: > > KH, > > > If you're using the RPCRouterServlet, then the Call object that is > extracted > > from the Envelope has the Headers. > > Vector v = call.getHeader.getHeaderEntries(); > > You are right that the header can be extracted from the Envelope I get > when I use Me

Re: Change Schema to work with .NET (dateTime issue)

2001-07-27 Thread William Brogden
Steeve Gilbert wrote: > > Hi everyone! > > How can I change the Schema use by Apache Soap when I make a call? > > The big story is that I consume a .NET service with Apache Soap. The > service answer back with a "dateTime" but Apache doesn't understand this. > I've send date before with othe

Re: invalid xml character

2001-07-25 Thread William Brogden
SBC wrote: > > Hi, > I am getting folowing error in all my SOAP examples > when I try to run them. > > [SOAPException: faultCode=SOAP-ENV:Client; msg=Parsing > error, response was: > An invalid XML character (Unicode: 0x1a) was found in > the element content of the > document.; > targetExcept

Re: parameters, attributes, custom de/serializers

2001-07-19 Thread William Brogden
Tom O'Connor wrote: > > I've seen this question asked multiple times in multiple ways and > haven't seen a complete answer: > > Q: When using soapencoding for message Parameters, how does one write > data as an XML attribute? I.E: > > oof > The way I read the SOAP standard for data seriali

Re: MIDP and Soap

2001-07-12 Thread William Brogden
fanyun wrote: > > Hi Al: > > I wonder is there any open source project working on build java soap client on >MIDP(palm...). > > Regards > > fanyun I ran across this the other day. http://ksoap.org/ - opensource SOAP for the KVM! enhydra proj -- WBB - [EMAIL PROTECTED] Java Cert mock ex

Re: Cross program calls from Tomcat/Apache servlet

2001-07-10 Thread William Brogden
Brian Noyes wrote: > > Anyone got a recommendation for the best approach to invoke a method on > another running Java program from inside a servlet that receives SOAP > messages on Apache? > > The scenario is that we have Tomcat running, and invoke a soap method in our > servlet. In response t

Re: is there anyway to refresh SOAP service java file(s) w/o restarting Tomcat?

2001-07-10 Thread William Brogden
Uzay Takaoglu wrote: > > Hi All, > > I have SOAP 2.2 running on linux with Tomcat 3.2.2. Every time i update the > SOAP service java code, I end up with restarting the tomcat server to > refresh the uploaded class files. Is there anyway around this? > > P.S. my deployment descriptor defines t

Re: deploy problem

2001-07-04 Thread William Brogden
As it happens, I was just looking at the request that is created by the ServiceManagerClient when deploying the addressbook service. This request is a LOT more complicated than the descriptor file. The ns2 namespace is defined in the descriptor tag: http://xml.apache.org/xml-soap"; xsi:type="ns2

Re: NoSuchMethodError in QName of SOAP2.2

2001-07-04 Thread William Brogden
Ralf Bierig wrote: > > I got the following error message, when I try to start > my SOAP client. I dont know what this means. I have > programmed my client originally for useage with Apache > SOAP 2.0, but it should work woth SOAP 2.2 as well, > because I think SOAP 2.2 is down compatibleor

Re: soap service class.

2001-07-04 Thread William Brogden
Tarun Garg wrote: > > When you want tomcat to automatically reload your servlets, you put them in > web-inf/classes directory. > Where can I put my classes which implement soap services ?? > Presently I have to restart tomcat everytime I change the class. > Putting it in web-inf/classes doesn't

Re: Still having trouble getting started....

2001-06-30 Thread William Brogden
[EMAIL PROTECTED] wrote: > > Hi all. > > I attempting to run the samples provided with the Apache SOAP implementation. I >have tried EVERYTHING. I am running on Red Hat Linux 7.1, JDK 1.3.1, SOAP 2.2, >latest XERCES, etc. > > My client classpath is: > /usr/local/java/xerces-1_3_1/xerces.j

Re: Xerces parser 1.2.3 strangeness...

2001-06-11 Thread William Brogden
Ryan Alexander wrote: > > I have a SOAP installation under J-Run. > > I installed the Xerces parser version 1.2.3 as I understand that's the > appropriate one to use. > > I was testing it with just some XML handling and I noticed something > really *weird* > > It appears that if you put your