Re: Webservice method names standards ?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"RYoung" <no@xxxxxxxx> wrote in message
news:%23E0fBfa3GHA.1256@xxxxxxxxxxxxxxxxxxxxxxx

"John Saunders" <john.saunders at trizetto.com> wrote in message >

P.S. I was using IBM Rational Application Developer as a tool to prove
that my WSDL can be consumed by Java. I noticed that it actually warns
you against using leading capital letters in method names. You actually
get a little yellow warning icon saying "that method name is not
recommended".

That's a pretty goofy warning. I was curious about what interesting things
you may have encountered that made it necessary to prove your WSDL can be
consumed by Java. Have you documented anything about that on the web?

I don't have a document, but IBM does:

Web Services support for Schema/WSDL(s) containing optional JAX-RPC 1.0/1.1
XML Schema Types at
(http://www-1.ibm.com/support/docview.wss?uid=swg21207642).

They seem to feel the fact that this is a JAX-RPC issue absolves them from
the responsibility for fixing the bug.

John

P.S. I don't want to leave the impression that Java is bad with web
services. There are some things that the IBM stuff did well. For instance,
it translates SOAP faults in the WSDL into actual exceptions. .NET won't
even include them in a generated WSDL for you.

It was also good to see what code got generated in Java vs. C#. I wouldn't
_want_ my clients to have to jump through hoops in order to use my web
service, just because they happened to choose Java for development.


.



Relevant Pages

  • How do you transparently implement the same web service (WSDL) with java axis and .NET ?
    ... When I have tried to generate java and C# servers/clients from the same ... WSDL as described further below, these are the results I have been able ... When I try to invoke a C# web service with a java axis client I get the ... ..NET that are supporting the same WSDL and to be able to reuse client ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: How do you transparently implement the same web service (WSDL) with java axis and .NET ?
    ... > When I have tried to generate java and C# servers/clients from the same ... > WSDL as described further below, these are the results I have been able ... > When I try to invoke a C# web service with a java axis client I get the ... > .NET that are supporting the same WSDL and to be able to reuse client ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: web services - need help
    ... WSDLs don't decode anything. ... The Microsoft and Java platforms respectively encode to XML from their native types, and decode from XML to their native types. ... The WSDL is the schema that guides the process. ...
    (comp.lang.java.programmer)
  • Re: Axis question: what is the correct way to use Axis?
    ... WSDL to generate the java stubs BUT WHY would you do it this way as ... Trouble is, going Java -> WSDL ties you to the first implementation, ... The WSDL is a specification for the Web service. ... breaking compatibility with the rev 1. ...
    (comp.lang.java.programmer)
  • Re: SOAP newbie question
    ... Do Take a look at the wsdl pages on w3c as well. ... >> This is unchartered territory for me and I need the advice of the Java ... >> firewall to a URL at a vendor site. ... I've been told to use SOAP to ...
    (comp.lang.java.programmer)