Forum Discussion

soapuser8's avatar
soapuser8
New Contributor
13 years ago

unsupported schema type: Apache MAP

I tried to use soapUI to generate code for JAX-RPC web services created in CodeFusion. I got the following error message:

error: modeler error: unsupported schema type: "{http://xml.apache.org/xml-soap}Map"

I think the WSDL did not define apache MAP type. Any suggestion to fix this problem? Thanks.

2 Replies

  • soapuser8's avatar
    soapuser8
    New Contributor
    I solved the problem by checking "(Search schema aggressively for types)" in the Features tab in the WSCompile dialog box during code generation. The error message is gone and the code is generated. I need to test if the code actually works.
  • Thanks a lot for the answer.
    This approach works perfectly.
    Hope that it will be as hel0pful for other users facing the problem as it was for me today.