cancel
Showing results for 
Search instead for 
Did you mean: 

Generate Java Bean Steleton with WSDL error

Former Member
0 Kudos

Hi everyone:

We are using CE 7.1 EHP1 SP01. We use ESR to create model and use NWDS to create java Bean Steleton for ESR model. It works fine in CE7.1. But when we upgrade to CE7.1 EHP1 SP01. An error occurs. When we create the skeleton. We find an error in the wsdl. The error is like "The 'EmbeddedSupport' port type specified for the 'EmbeddedSupportBinding' binding is undefined. Check the 'EmbeddedSupport' port type name and ensure it is defined."

Due to everything is generated automatically by Java Bean skeleton wizard. I think there is sth wrong with ESR wsdl. Does anyone encount this issue?

Thanks

Elliot

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you have to delete some tags.

k. When imported, the wsdl file is validated. Open the wsdl file to check the errors.

If you get the following error: '<Your service>_In' port type specified for the '<Your Service Binding>' binding is undefined. Delete the policy tag wsp:Policy under the tag wsdl:portType and under the tag wsdl:binding.

This is an extract of the blog:

/people/abdelmorhit.elrhazi/blog/2009/10/30/how-to-consume-an-inbound-backend-web-service-in-nwdsjboss-environment

Regards,

Christoph