Professional XML Web Services

2001-08-24 Thread Mark A . Richman
Support my family and put food on my tablepreorder my book: http://www.wrox.com/Books/Book_Details.asp?section=1_2&isbn=1861005091&subject=&subject_id= It's only $41.99 at Amazon.com: http://www.amazon.com/exec/obidos/ASIN/1861005091/qid=998683109/sr=8-1/ref=aps_sr_b_1_1/102-0746233-2612155

UnSupportedEncodingException

2001-08-24 Thread Sekhar Nadella
Hi, I have installed apache/soap on WebSphere3.5(os/390). The rpcrouter servlet working fine. I'm getting error when I'm trying to execute ServiceManagerClient from my NT m/c to list the webservices on the server. The command i used is java org.apache.soap.server.ServiceManagerClient http://myho

Security concern for SOAP 2.2

2001-08-24 Thread Ed Yu
Hi all, For security reasons, we should add the following back to the web.xml within the soap.jar so that it uses the tomcat admin user to authenticate because currently the soap admin interface is wide open. Can anyone tell me how to submit this patch? Protected Area /admi

Trying to implement a generic java object serializer

2001-08-24 Thread Mark Knutson
I want to implement a generic java object xml-serializer to handle object types not already supported by the current distribution. I have found some software, JSX, which will serialize most java objects, but I can't figure out how to add it to the Apache Soap implementation. I have spent quit

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Sekhar Nadella
Hi, it is coming from client , when i'm executing on NT. Thanks & Regards, Sekhar Nadella Ed Yu

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Ed Yu
Can you tell which side the error is coming from? Is it the server (during the receiving of the message) or is it the client (during the receiving of the response)? -Original Message- From: Sekhar Nadella [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 11:06 AM To: [EMAIL PROTECT

RE: (Updated) Problem with < and > as parameter value

2001-08-24 Thread pduvvuri
Best way to do is to encode the text at client side and decode the same at server side. This works perfectly fine for me. Hope this solves ur problem Prasad Duvvuri Software Engineer, Engineering http://www.passkey.com The Power Behind Group Travel SM ARE YOU PASSKEY-ENABLED? -Original M

RE: (Updated) Problem with < and > as parameter value

2001-08-24 Thread Micael Ericsson (QIN)
Now it is even more confusing. I have a service method with two parameters called systemType and systemID. Both have type String. If I supply 'amailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 5:13 PM To: '[EMAIL PROTECTED]' Subject: RE: Problem with < and > as parameter value The prob

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Sekhar Nadella
Hi, Thanks for the reply... I can not go for option 1 u specified bcoz I dont want to disturb existing applications running on the server. I'll appreciate if u can tell me how to do the option 2. Thanks & Regards, Sekhar Nadella

RE: SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Ed Yu
I don't know that much about encodings, but seems like to me the OS390 mainframe is probably using an EBCDIC encoding, you may have to do something to get the proper encoding from it. I think you can try 2 things: 1) Have the server using encoding other than EBCDIC or 2) Install the IBM-1037 type

SOAP Exception... UnSupportedEncodingException

2001-08-24 Thread Sekhar Nadella
Hi, I have installed apache/soap on WebSphere3.5(os/390). The rpcrouter servlet working fine. I'm getting error when I'm trying to execute ServiceManagerClient from my NT m/c to list the webservices on the server. The command i used is java org.apache.soap.server.ServiceManagerClient http://myhost

Setting HTTP headers

2001-08-24 Thread Mangala Gowri Nanda
I need to send some information in the HTTP header (not SOAP header) which will be accessible via the SOAPContext. How do I set HTTP headers when sending a soap message ? mangala gowri __ Do You Yahoo!? Make international calls for as low as $.04/m

Voice XML

2001-08-24 Thread Balaji Iyer
Hi, Sorry for putting this mail in this list... BUT HAS ANYONE HERE WORKED WITH VOICE XML, used VOICE-XML-GATEWAY of either, IBM, MOTOROLA etc.. Pls. let me know. Regards & Thanks, Balaji -Original Message- From: jyothi [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 5:24 PM T

R: Using tcptunnelgui.....

2001-08-24 Thread Lanzellotto . Donato
Thank you jyothi Danny -Messaggio originale- Da: jyothi [mailto:[EMAIL PROTECTED]] Inviato: venerdì 24 agosto 2001 13.44 A: [EMAIL PROTECTED] Oggetto: Re: Using tcptunnelgui. Hi, The TcpTunnelgui helps you sniff your soap messages travelling through TCP/IP. IF you want to lo

Accessing interface through SOAP.

2001-08-24 Thread jyothi
Hi, I am stuck at a design problem. In my client server architecture, few interfaces are exposed which are implemented by the client. So it is easy for the server to access few details about the client. The current architecture is like this. There is a server, mediater, client. The se

Re: Using tcptunnelgui.....

2001-08-24 Thread jyothi
Hi, The TcpTunnelgui helps you sniff your soap messages travelling through TCP/IP. IF you want to look at the wire data that is being transmitted and received then you use Tcptunnelgui. To run the TcpTunnelGui the command is "java org.apache.soap.util.net.TcpTunnelGui 8070 localhost 8080

Using tcptunnelgui.....

2001-08-24 Thread Lanzellotto . Donato
Hi, Someone can explain the use of TCPTUNNELGUI.?? Ok for the server, ok for the server port, but what about the listenport, "the port which you will send your SOAP messages to server"??? (i.e. 8081) This means that my client must send request on server across this port?? How and where i hav