Hi, I'm looking for a tool that let me translate my PHP classes into WSDL files. Anybody can help me? I've been looking for an example of a web service with...
Webservices.org reports about this amusing Apple Switch video about Web services. Methinks the CapeScience guys have too much time on their hands? It does...
Hi all, Since there are web services that currently support version 1.1 and 1.2 of the soap specification. I would like to know how a user should state the...
The binding in general use is defined at: http://groups.yahoo.com/group/soapbuilders/files/soap12WSDL.htm RC ... e stay on-topic....
Bob Cunnings
cunnings@...
Mar 11, 2003 4:42 pm
1138
Hi I am new to WSIF.I Have a WSDL file which contacts the C++ application on Apache server I have written a Client program using WSIF .WHen i am trying to run...
Hi, Please post such questions to wsif-user@.... Could you give some more information about the nature of the error? What SOAP engine are you using...
Nirmal Mukhi
nmukhi@...
Mar 19, 2003 1:56 pm
1140
Hi Nirmal Thanks for the quick reply .Actually my server application is in C++ and they are running on the apache server.I have written the WSDL files for...
In WSDL schema, <documentation> is defined to hold any content whatsoever where as extensibility elements have to come from a specific namespace other than...
My guess is that The XML schema does not provide any such way of descrbining arbitrary mark up content .. MAy be you can try makin CDATA as the type of your...
Hi, We are planning to expose JMS bindings in WSDL. Any consensus reached yet on this. Can anyone give me a pointer to what is being proposed which may end up...
Hi, WSIF (http://ws.apache.org/wsif) defines WSDL binding extensions so that stuff accessible through JMS can be directly exposed via WSDL. ...
Nirmal Mukhi
nmukhi@...
Apr 4, 2003 5:00 pm
1148
I found what Axis supports, however I wanted to compare it with what other people are supporting today. Is there any difference between what Axis supports and...
Hi All, Please read the following scenario We have an internal system that accepts orders. The orders are first queued and processed later. Order processing...
Ammad, Looks like you need a Web Notification Service. Clients would register with the service once, providing a way to get back to them (such as email, sms,...
Ammad, there's not a mechanism for keeping a connection open, probably because it would be wasteful of resources on the server. Typically a 'later response',...
What about the "Http keep alive "option .Can this be used .I am not sure how this works but if some one can shed light on this it would be great . ... ...
Hi, now I'm able get the Type element, but I did no changes to the code! I only changed the APIs I was working on, from WSDL4J to WSIF and worked fine. I then...
Apologises, but I also updated my wsdl4j.jar from v1.2 to v1.4. I guess that was the problem! I can't test it now, since I have overwrited the old version. ...
Hi everybody. As you know WSDL makes it possible to define quite advanced XML to be transfered. I have a situation where I would like to do a request for a ...
Jesper, I think the question will really go to the implementations you've looked at. I know many are focused on being Java (bean) oriented and don't...