Re: WSDL?

2002-01-29 Thread Paramdeep Singh
> 3) Are these files always needed when offering a web service via SOAP? No, these files are NOT always needed. WSDL files are like IDL files, so they describe, what you want to offer. In case your user knows what you offer, and how he can invoke your service, this file is NOT needed. If you are

AW: No Deserializer found to deserialize

2002-01-29 Thread Mittermaier, Christian
Tim, I had a similar problem a few weeks ago and the problem was in the deployment descriptor. Browsing your SOAP-message I see that 'extuserid' has no namespace and when you look at the error message carefully, you will notice that there is the ':' namespace seperator in front of the element

SOAP DEVELOPERS: Fix the applet problem? (was SOAP in Applets: the JAXPproblem :P)

2002-01-29 Thread richard . kennard
Mark: Excellent. Thanks very much for all your help - I actually remember now that this fix was talked about a good twelve months ago. SOAP DEVELOPERS: With regard to the problem listed below, which stops Apache SOAP being used in applets without security problems, and yet is blindingly easy to

Apache Soap in verbose mode ?

2002-01-29 Thread Raghavan Srinivasan
Is this possible? Can i have the System.outs in the code be dumped out on the console by setting a flag somewhere ? -Raghavan

Re: SOAP in Applets: the JAXP problem :P

2002-01-29 Thread Mark Childerson
Hi Richard, I am out of the office now, so I can't send you the code. However, here is what you do: Unpack all the Apache SOAP source code onto your computer. You can use the stack dump from your plugin console to find the org.apache. class which is blowing up or use the search in your ID

RE: Unsubscribe Me

2002-01-29 Thread Timothy S. Good
From: [EMAIL PROTECTED] Unsubscribe Me

Re: WSDL?

2002-01-29 Thread Raghavan Srinivasan
sorry the URL should have read www.themindelectric.com Raghavan Srinivasan wrote: [EMAIL PROTECTED]"> Gary Feldman wrote: 007201c1a90b$6de93920$[EMAIL PROTECTED]"> From: Wallis, Simon (Toronto - 22 Front)Sent: Tuesday, January 29, 2002 4:10 PM 1) Is

silly question time on using dial up connections

2002-01-29 Thread JSP Insider - wombat
  Depending on your setup, it usually really easy to set up a service and its client.   However, If I build a client which is residing on a Dail up connection such as MSN or ATT, you get the following error "error opening socket: operation timed"   Has anyone figured out:   a) what exactly th

Re: WSDL?

2002-01-29 Thread Raghavan Srinivasan
Gary Feldman wrote: 007201c1a90b$6de93920$[EMAIL PROTECTED]"> From: Wallis, Simon (Toronto - 22 Front)Sent: Tuesday, January 29, 2002 4:10 PM 1) Is WSDL a Microsoft-only thing? WSDL is a proposal that has been submitted to the W3C, but not yet adopted.Whi

RE: WSDL?

2002-01-29 Thread Anne Thomas Manes
W3C has just started an activity to standardize WSDL. (finally!!) The announcement came out last Saturday. Anne > -Original Message- > From: Gary Feldman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 1:25 PM > To: [EMAIL PROTECTED] > Subject: RE: WSDL? > > > > From: Wallis

Re: SOAP in Applets: the JAXP problem :P

2002-01-29 Thread richard . kennard
Mark, >Let me know if you need >more details. Thank you sooo much! Yes, this is EXACTLY what I need! The error I have is pertaining to... java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.util.PropertyPermission jaxp.debug read) ...and I imagine

client error

2002-01-29 Thread Jasper Harding
I am getting the following error when using the client(Address Book). The soap server is installed on iplanet. Please help! Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = org.apache.soap.server.http.ServerHTTPUtils.readEnvelopeFromRequest(Ljavax/xml/parsers/

client error

2002-01-29 Thread Jasper Harding
I am getting the following error when using the client(Address Book). The soap server is installed on iplanet. Please help! Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = org.apache.soap.server.http.ServerHTTPUtils.readEnvelopeFromRequest(Ljavax/xml/parsers/

Re: SOAP in Applets: the JAXP problem :P

2002-01-29 Thread Mark Childerson
We got it to work in applets with the Java plugin. I recall that the only policy issue was in the code where it read a system property to control whether a debug flag was set to true or false. We just set it always to false without checking, and the problem went away. Let me know if you need m

SOAP in Applets: the JAXP problem :P

2002-01-29 Thread richard . kennard
Dear All, I seem to remember this being thrown around a little while ago, but can't find any firm answer: Is it possible to use Apache SOAP from inside an applet WITHOUT modifying the java.security (or java.policy) file? There seems to be an (unnecessary) dependency on JAXP for reading user inf

How to call a web service from a web app or html page

2002-01-29 Thread Jeff Corliss
Hi all, What is the process for calling a web service from an html link or a servlet in a web app? Is it just a matter of coding things exactly as the sample client stuff, or are there easier/better recommended ways? Thanks, Jeff __ Do You Yahoo

RE: WSDL?

2002-01-29 Thread Gary Feldman
> From: Wallis, Simon (Toronto - 22 Front) > Sent: Tuesday, January 29, 2002 4:10 PM > > 1) Is WSDL a Microsoft-only thing? WSDL is a proposal that has been submitted to the W3C, but not yet adopted. While over two dozen companies signed the submission, Microsoft and IBM seem to be the leading p

RE: WSDL?

2002-01-29 Thread Matt Abbott
Simon, > 1) Is WSDL a Microsoft-only thing? Nope. > 2) How does one generate these files? There are a number of tools that can generate the WSDL for you. I've used a tool included with Apache Axis called Java2Wsdl. It'll work even if you're using the Apache SOAP implementation and not Axis its

WSDL?

2002-01-29 Thread Wallis, Simon (Toronto - 22 Front)
Hi there, I'm just learning how to use SOAP. I've deployed a simple "Hello World" web service on Tomcat using the Apache SOAP toolkit, and I'm trying to create a simple VB app or ASP page that will consume this service (ie., just call it and display "Hello World"). The problem is that the MS SOA

Re: No Deserializer found to deserialize

2002-01-29 Thread Tim Wei
Thank you, Fred! In http://service.myservice.com/soap/api/, "myservice" is something that I actually changed from a server's name which is on the other side of the globe. I got the right response which is: http://schemas.xmlsoap.org/soap/envelope/";> http://service.myservice.com/soap/a

Re: No Deserializer found to deserialize

2002-01-29 Thread Fred Meredith
> Would somebody please shed light on to my problem? > > I did my soap registry like this: > > SOAPMappingRegistry smr = new SOAPMappingRegistry(); > GetExternalUserIDHashtableSerializer mapSer = new > GetExternalUserIDHashtableSerializer(); > smr.mapTypes(Constants.NS_UR

Connection shutdown

2002-01-29 Thread Hiotis . Andre
I have seen a couple of postings for this error but have not seen any reply. Any help would be appreciated. [SOAPException: faultCode=SOAP-ENV:Client; msg=Connection shutdown: JVM_recv in socket input stream read; targetException=java.net.SocketException: Connection shutdown: JVM_recv in socket i

Connection shutdown

2002-01-29 Thread Hiotis . Andre
I have seen a couple of postings for this error but have not seen any reply. Any help would be appreciated. [SOAPException: faultCode=SOAP-ENV:Client; msg=Connection shutdown: JVM_recv in socket input stream read; targetException=java.net.SocketException: Connection shutdown: JVM_recv in socket i

No Deserializer found to deserialize

2002-01-29 Thread Tim Wei
Would somebody please shed light on to my problem? I did my soap registry like this: SOAPMappingRegistry smr = new SOAPMappingRegistry(); GetExternalUserIDHashtableSerializer mapSer = new GetExternalUserIDHashtableSerializer(); smr.mapTypes(Constants.NS_URI_SOAP_ENC,

RE: Logging of errors

2002-01-29 Thread Ed Jenkins
You might be able to do this with Log4J. Ed --- From: "Gary Feldman" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: Logging of errors Date: Tue, 29 Jan 2002 13:32:33 -0500 > From: Mark Childerson [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 200

RE: Logging of errors

2002-01-29 Thread Gary Feldman
> From: Mark Childerson [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 6:19 PM > Does anyone know of a way where the > incoming SOAP data > could be saved to a file or even printed to System.out, but > only when there > is a SOAP exception? Or is tcpTunnelGUI or some such the on

RE: Help:WSDL To SOAP Message

2002-01-29 Thread Thomas Thornbury
XMLSpy will gen a SOAP request from a WSDL file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kallol Banerjee Sent: Tuesday, January 29, 2002 4:49 AM To: [EMAIL PROTECTED] Subject: Help:WSDL To SOAP Message Hi All, I am using Axis now a days. I was

Help:WSDL To SOAP Message

2002-01-29 Thread Kallol Banerjee
Hi All, I am using Axis now a days. I was checking out the WSDL functionalily added with the tool kit. Please advice me with the following : 1. Can I use the tool to generate a SOAP message from a WSDL file with the existing tool instead of 2. Can I some how use the WSDL file so that client c