I don't know what changed, but I couldn't even get the doc lit test cases to work in RC2 ... they do, however work in the nightly builds ... its possible I screwed something up though, but I stared at it for 1/2 day at one point.
-----Original Message----- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 1:56 PM To: '[EMAIL PROTECTED]' Subject: RE: WSL2Java Question -- Document/Literal I hope it works, but I will note that there have been VERY few changes between RC2 and now. We expect to make 1.1 final very soon! -- Tom Jordahl Macromedia Server Development -----Original Message----- From: Herrick, Mike [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 4:43 PM To: '[EMAIL PROTECTED]' Subject: RE: WSL2Java Question -- Document/Literal I would get a more recent copy of Axis ... I couldn't get RC2 to do doc/lit of WSDL very well. More recent nightly builds work better. -----Original Message----- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 10:25 AM To: '[EMAIL PROTECTED]' Subject: RE: WSL2Java Question -- Document/Literal The RPC provider actually handles both rpc/encoded and document/literal requests that have type mappings performed. The MSG provider is used only for services that have a single interface or a particular signature (see the docs for the 3-4 signatures that are supported). -- Tom Jordahl Macromedia Server Development -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 6:05 PM To: [EMAIL PROTECTED] Subject: WSL2Java Question -- Document/Literal Hi, all: I am gettting started in AXIS 1.1 RC2. In my WSDL, I specify "Document/Literal". But, after using WSDL2Java, the generated "deploy.wsdd" always has the provider="java:RPC". Is this correct? Shouldn't this be "provider=java:MSG"? Thanks a lot