1

I can't manage to create code from WSDL that is in RPC/encoded style - does anyone know which framewok can do that?

Axis2 with adb and xmlbeans maping aint working (can't deal with soap-encoding in response) straightforeward use of XMLbeans doesn't generate request messages (as they are not types in wsdl) -so I'm not as far as that...

Any suggestions?

Hurda
  • 4,647
  • 8
  • 35
  • 49
  • 1
    a possible duplicate: http://stackoverflow.com/questions/412772/java-rpc-encoded-wsdls-are-not-supported-in-jaxws-2-0 – anirvan Dec 23 '10 at 19:17
  • I think it's not exactly duplicate but the problem is teh same :-) – Hurda Dec 23 '10 at 20:14
  • 1
    i'll rephrase - this is NOT a duplicate, but the same problem worded differently. hope that's much better :] – anirvan Dec 23 '10 at 20:52

1 Answers1

0

RPC encoding is obsolete and not used any more.
Axis 2.0 does not support it but previous versions of Axis should do the job. Check axi2 rpc support

Cratylus
  • 52,998
  • 69
  • 209
  • 339
  • Falls it wouldn't be used, there wouldn't be such questions. It is still used 1,5 year after your post. – Danubian Sailor May 22 '12 at 08:11
  • 1
    It only exists due to legacy code that companies have not had the time to "upgrade". No new project would ever use `RPC encoding` and it is not `WS-I BP` compliant – Cratylus May 22 '12 at 16:38