UDDI v1.0 Search Question

2004-04-28 Thread Denero Watz
I use the xMethods uddi registry and search for 20 records. But the registry returns back 513 records!!. Following is the request envelope. Can someone tell whatz going wrong here: http://schemas.xmlsoap.org/soap/envelope/";>% Thanks in advance, dw __

SOAP specific questions ....

2004-04-20 Thread Denero Watz
Hello, I am involved in migrating a web service server implementation to our new project version. I need a few clarifications: (1) Looking at the spec I see that in place of faultcode and faultstring, we should return 'Code' and 'Reason' in soap 1.2. Is that right? (2) By looking at a wsdl file,

Re: SOAPAction header value for UDDI requests

2004-03-30 Thread Denero Watz
Actually my question was whether an empty SOAPAction http header need to be explicitly specified as ""? I am ignorant of this "WSDL definition for IBM's registry". Is there a standard way to retrieve this wsdl. I thought the registry itself is used to detect various WSDL information etc. and the

SOAPAction header value for UDDI requests

2004-03-26 Thread Denero Watz
What should be the value of the SOAPAction header attribute when sending a UDDI request. I found that the registry http://www-3.ibm.com/services/uddi/inquiryapi will not work when i set an empty string for this header. The value need to be explict "" inorder for this to work. Other registries that

UDDI error

2004-03-10 Thread Denero Watz
Can someone tell me what wrong in the following request? Systinet registry throws a 'Too many options' error for this UDDI version 1.0 request. Thanks in advance. REQUEST === http://schemas.xmlsoap.org/soap/envelope/";>%Calculator% RESPONSE http://schemas.xmlsoap.org/soap/envelope/

Re: UDDI, WSIL Public URLs

2003-11-06 Thread Denero Watz
Thank you. But, xMethods UDDI find_tModel always returns empty records. Can someone confirm this. This is the response I got: --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > You can find the access points of the public UDDI > Business Registry (UBR) here: > http://www.uddi.org/register.htm

UDDI, WSIL Public URLs

2003-10-31 Thread Denero Watz
I am looking for some of the publicly available UDDI and WSIL repository URLs available on the net. Can you point me to some of these __ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/

Re: Wrong namespace in the response??

2003-09-30 Thread Denero Watz
ervice? > > If yes, can you show your wsdd file. > Seems that you did not map the beans to a specifc > namespace and qName. > > Can you also indicate the package in which your > class ComplexType1 is? > > Patrick. > > Denero Watz wrote: > > >I have deploy

Wrong namespace in the response??

2003-09-30 Thread Denero Watz
I have deployed a service in axis and the classes as listed below. I have also attached a part from the wsdl file and the actual response. My querstion is why the name space for 'testComplexTypeReturn' in the reponse is 'http://axis.test.soap'??. As per the namespace definition for the output in th

Complex services??

2003-09-30 Thread Denero Watz
Hi     I am trying to understand all the possibilities in which different soap servers sends response. I was accessing the wsdl: http://www.abundanttech.com/webservices/deadoralive/deadoralive.wsdl and in that file I couldn't see where it refers for the element s:schema -- ??.   Also I got the foll

Rpc response

2003-09-26 Thread Denero Watz
After seeing some of the public web services(or read somewhere on the net), with rpc style, i was under the assumption that all rpc style responses will have  a 'return' node under the but when used some of the axis samples it looks the node name can be anything defined on the wsdl.   But let me c

Re: href inside response??

2003-08-26 Thread Denero Watz
ned in WSDLitself has id/ref attributes).Sanjay--- Denero Watz <[EMAIL PROTECTED]>wrote:> So are you saying that these hrefs will not come in> the case of document style encoding??> > Sanjay Krishnamurthi> <[EMAIL PROTECTED]>wrote:> There is an element in your response

Re: href inside response??

2003-08-19 Thread Denero Watz
ervice that uses SOAP encoding, you are likely to seehrefs. You can look into the SOAP spec for moredetails.Sanjay--- Denero Watz <[EMAIL PROTECTED]>wrote:> I got an error while sending it last time. So> resending it.> dw> > Denero Watz <[EMAIL PROTECTED]>wrote:> I am t

Re: href inside response??

2003-08-19 Thread Denero Watz
I got an error while sending it last time. So resending it. dwDenero Watz <[EMAIL PROTECTED]> wrote: I am trying to invoke a public web service http://live.capescience.com/wsdl/AirportWeather.wsdl. The method I am invoking is getSummary. It returns a complex type, each field is of string type. B

href inside response??

2003-08-19 Thread Denero Watz
I am trying to invoke a public web service http://live.capescience.com/wsdl/AirportWeather.wsdl. The method I am invoking is getSummary. It returns a complex type, each field is of string type. But for some invalid inputs to this method, I saw it returns the o/p like below. I don't understnd what

href inside response??

2003-08-19 Thread Denero Watz
I am trying to invoke a public web service http://live.capescience.com/wsdl/AirportWeather.wsdl. The method I am invoking is getSummary. It returns a complex type, each field is of string type. But for some invalid inputs to this method, I saw it returns the o/p like below. I don't understnd what t

Retrieving values from the Soap response ....

2003-08-04 Thread Denero Watz
For a particular scenario, I am constructing a soap request envelope and sending to the Soap server over http using URLConnection classes and getting the soap response back as xml. Then I am doing a normal xml parsing to retrive a node value from this response.   Here I am not doing any data type

Documentation about a method

2003-07-28 Thread Denero Watz
We can define documentation about a service on the 'service' node in WSDL file. But I wanted to know whether we can provide documentation for an operation? Because we have a lot of operations defined in our WSDL and the documenattion provided at service level is not enough. Let me know if this is p

Retrieving a value from the Soap response ....

2003-07-26 Thread Denero Watz
Hi    I have written a soap client(using apache soap api) and the structure of the response from the server is similar to this: ... ...   valueOf9    valueOf10 ... ...   Now, I am retrieving the value of 'name10' like this: Parameter result = response.getReturnValue(); Element root = (Element) resu

Document vs RPC envelopes

2003-07-25 Thread Denero Watz
I am still investiagting on it, but can someone help me understand how a Soap request/response envelopes will be different in document and rpc style. ThIA, dw   Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

Questions on WebServices Discovery

2003-07-25 Thread Denero Watz
I have some general questions:   1) I have seen a soap server is protected using some authentications e.g. by Basic Authentication on the web server. But will there be a situation where a UDDI or WSIL url will be protected? My understanding is that since they are registries that is exposed to users

Re: SoapAction = (Target Namespace + Operation name) Always??

2003-07-25 Thread Denero Watz
This was very useful information. Thanks a lot!!Anne Thomas Manes <[EMAIL PROTECTED]> wrote: Denero,SOAPAction is an HTTP Header attribute. According to the SOAP specification,it provides a "hint" that the SOAP server can use for routing. TheSOAPAction header is always required in all SOAP over HTT

SoapAction = (Target Namespace + Operation name) Always??

2003-07-23 Thread Denero Watz
Hello!!     I have just started on Soap and writing a Soap client now for a project. While looking at the documentation, I see the following are some of the parameters needed while sending a request.   - Operation name - A Name Space - A Soap action for the header   Why is these attributes required

Newbie

2003-07-22 Thread Denero Watz
I am new to WebServices and planning start with Apache. When I go to http://ws.apache.org/ I can see links to two projects: 'Axis' and 'Soap' both seems to be a Soap implementation. Can someone tell me the diff between the two. TIA, dw   Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web sit

Newbie question on soap

2003-07-10 Thread Denero Watz
I need some clarifications!! Can a soap response can conatin a valid response and a fault message at the same time. Possible use case is that, after a partcular execution some records are available to return but some others cannot be returned due to some error occured in them. So if I want to retur