-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create Request Template for few operations, getting “com.predic8.soamodel.TypeRefAccessException” #270
Comments
Hi, Did you find any solution for this? I am facing same issue. |
Check out my solution on https://stackoverflow.com/questions/66545683/com-predic8-soamodel-typerefaccessexception-while-creating-soap-request-template/69102932#69102932 - maybe it can help |
@ProfessorFritz I am trying to create a soap request based on differnet type as below but not able to achieve that .Could you please help me on this issue if you can. Example1:-
Example2:--
In this example2 Order tag is not getting implemented by different type. |
I'm using Membrane SOA library to parse WSDL file. While trying to create templates for all the requests, getting exceptions for few operations.
com.predic8.soamodel.TypeRefAccessException: Could not find the referenced type 'j_ItemEffCategory' in namespace 'http://xmlns.oracle.com/apps/flex/fnd/applcore/attachments/model/'. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83) at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77) at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84) at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:263) at com.predic8.schema.Schema.findType(Schema.groovy:240)
Facing this problem for only for few operations.
The text was updated successfully, but these errors were encountered: