Error while trying to access XMethod web services

2001-11-20 Thread Deepak M.
Hi, I get the following error while trying to access XMethod web services Caught SOAPException (SOAP-ENV:Client): Error opening socket: Host unreachable: no further information java.lang.NullPointerException at WeatherClient.main(WeatherClient.java:45) The code at line No. 45 is

DTD's and SOAP

2001-11-20 Thread Jeremy Levy
Is a DTD necessary for RPC Soap Calls? I currently am doing RPC calls on a product that I am working on and nowhere do I have any kind of DTD (and so far it works fine)... The product will be a closed system, where only clients that my company writes will be allowed to access the system...

RE: DTD's and SOAP

2001-11-20 Thread Ola Tinoco-Ekdahl
Hi Jeremy, The SOAP 1.1 spec clearly states, A SOAP message must NOT contain a DTD reference --Ola -Original Message- From: Jeremy Levy Sent: Tue 11/20/2001 9:52 AM To: [EMAIL PROTECTED] Cc: Subject: DTD's and SOAP

Re: DTD's and SOAP

2001-11-20 Thread Fred Meredith
Well, you wouldn't necessarily use a DTD, but an XML Schema could be referenced. The schema could serve as rudimentary documentation of the interface with your web service. If other development teams within your company wanted to implement your service, all you would have to do is distribute

Re: Scope Question

2001-11-20 Thread Sanjiva Weerawarana
The session scope is what Jared needs, as you note below. The client must maintain an HTTP session with the server to get the desired semantics. If your client is also Apache SOAP then that's supported thru the API - see the docs. If its something else, then do whatever you have to do to

RE: Error while trying to access XMethod web services

2001-11-20 Thread Deepak M.
Hi Chris, I'm extremely sorry for the mix up... I sent you the code that was running for me too... I've attached the code, which is giving the problem. Could you, kindly, have a look at it ? Most of the services written in .Net (on XMethod) give me the same error. Thanks Regards, Deepak

message routing

2001-11-20 Thread C Santosh Kumar
Hello I thought I have a good understanding of how apache-soap handles document-style soap messages, but it seems I am wrong. thanks to soapclient's Yunhao. The question is how does a soap implementation route the message to the actual service implementation. For rpc style soap messages,