Re: web service question (weblogic / j2ee related)



cangoce@xxxxxxxxx wrote:
Now suppose a third party client wants to use this web-service. Suppose
the third party client is a C or C++ program. How are they supposed to
access this new web service I have developed. Do they have to manually
open a TCP/IP connection and manually send request? And then the
client would receive the response and manually parse the resulting HTML
for his response?

Is this what is expected or am I missing something?

You should most definitely look up a web services guide or tutorial if you are going to work with it.

If you look a the spec for f.ex. the SOAP part of web services, (WS is mostly made up of three components SOAP, WSDL and UDDI, where SOAP is the RPC part of it.). You will see that 90 percent of it is about serialisation of data types. This means that all WS programming is done by using a WS or SOAP library, which will deal with this for you. WSDL is the definition of the contract of the server which you give to the client so its WS tools can generate a proper SOAP stub for you. The rest you need to read about.

/tom
.



Relevant Pages

  • Referencing web service complex data type within a second web service (like a delegate)
    ... I am trying to figure out if ASP.NET XML Web Services and the WSDL ... and one consumer client application. ... I want basews to define a delegate of sorts (where the delegate ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: soap + wsdl troubles
    ... The example that you dumped showed a SOAP packet ... The standards docs provide pretty good detail -- but if you're just beginning, it's likely better to read some articles on-line to get started or pick up a book on web services. ... look through the documentation to see how to specify Doc/ Literal ... then get the WSDL from the server (it looks like you've got a URL that points to the WSDL that you can just point a browser to to get the WSDL. ...
    (comp.lang.ruby)
  • Noob php error question
    ... I have written a soap server that contains a single method in the ... If I call the server directly from a soap client, it works fine, and ... I wrote another client that uses a wsdl file that I created ...
    (comp.lang.php)
  • SOAP header
    ... when design the old version web services, I have not considered which SOAP ... now I want to upgrade web services code to retrieve some SOAP header from ... client request, and let client to set the SOAP header from each request; ...
    (microsoft.public.vc.language)
  • Re: Creating a Web Service (Service, not Client) from WSDL
    ... I don't think there is a tool to do it for you, although creating the client ... will help you rough in any objects you have to use and give you the method ... MapForce can also be used to create services from the WSDL. ... that the "normal way" in creating Web Services is: ...
    (microsoft.public.dotnet.framework.aspnet.webservices)