SOAP Action URI -- Once again !!

2001-12-24 Thread Yashasree

Hi All

I am using WSDL4J, UDDI4J and Apache SOAP implementation to deploy and
retrieve the web service info from a client.

I am parsing the wsdl file obtained from the UDDI registry using WSDL4J and
getting the binding information. The SOAPActionURI under SOAP:Operation tag
represents the actual Deployed SOAP WebService Name. If SOAPActionURI is
blank, how can I get the SOAP WebService Name ? (According to me this
Service name is diffrent from UDDI Service name...)

And also is it mandatory for a wsdl file to have a value for the SOAP Action
URI, i.e. can the client assume that he/she will always get a web service
name from the soap action uri field?

Thanks in advance
Yash

Yashasree Kulkarni
Lead Systems Engineer
Tata Infotech Ltd, SEEPZ Andheri E
Work: 8291261





Re: IE5 Browser SOAP Client / Apache SOAP server

2001-06-08 Thread Yashasree

Hi Christian

tons of thanx
Got it working finally !!!

Yash


- Original Message -
From: Christian Bernard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, June 07, 2001 4:28 PM
Subject: RE: IE5 Browser SOAP Client / Apache SOAP server


 Hi Peter,

 You can use the WebService behavior with Apache SOAP.
 The only thing you need to do is to replace the line in the example with a
 line which should be something like that :

service.use(http://localhost:8080/mywebapplication/mywebservice.wsdl,MyWe
 bServiceAlias);
 I've used it with IE 5.0, Tomcat 3.2.1 and Apache SOAP 2.1. It works very
 well.

 Christian BERNARD
 NAGORA Technologies

 -Original Message-
 From: Peter Govind [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 07, 2001 11:04 AM
 To: [EMAIL PROTECTED]
 Subject: IE5 Browser SOAP Client / Apache SOAP server


 IE5 browser can function as a SOAP client via a file called webservice.htc
 which can be obtained from :
 http://msdn.microsoft.com/workshop/author/webservice/using.asp

 It seems like, the example client can only call a MS SOAP server since it
 requires a URL of the form /service.asmx?SDL

 That is not how Apache SOAP stores its web service URL.
 And believe me, after spending the whole day trying variations of web
 service url by trial and error, the example does not seem applicable to an
 Apache SOAP server.

 So my question is, has anyone ever implemented an IE5 browser client that
 can connect to an Apache SOAP server. If yes, some code samples would be
 greatly appreciated. Thanks
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Invoking Apache soap web services from browser client

2001-06-05 Thread Yashasree

Hi All
 
Does anyone know how to invoke a web service deployed on Apache SOAP from a client 
browser. The samples that are available illustrate the usage thru a java client only. 
How should the message be sent so as to make the apache soap router understand the 
request sent from a client browser. The browser client that i am looking at does not 
use applets, but only pure HTML/XML.
Apache SOAP does not seem to give any API which we could use through the browser. Even 
the Apache Javascript requires some kind of installation on the client side for it to 
work.
 
Help please !!!

Thanks
Yash


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]