OOW Demo3 - .NET/J2EE interop by examples
Last week, I have been presenting at Oracle Open World on the subject of Web services interoperability between .NET and J2EE, with a focus on Oracle's implementation of JAX-RPC that is available in our latest developer preview. Today, I have a very simple example of 'tweaking a local copy of the original WSDL'. Here is the WSDL : http://www.tilisoft.com/ws/LocInfo/ZipCode.asmx?WSDL C:\ow2005\Demo3>java -jar /oc4j/webservices/lib/wsa.jar genProxy output ./gen_src wsdl http://www.tilisoft.com/ws/LocInfo/ZipCode.asmx?WSDL SEVERE: WSDL validation failed. The wsdl contains a mixture of styles - "document" and "rpc". Only "rpc" OR "document" is supported in a wsdl, not both. work around: - make a local copy - edit the WSDL, and replace the instances of rpc with document. - re-run the genProxy command For some reason, the publisher of this service has been using 'rpc' at the service level, then 'document' at the operatio