
I'm having trouble consuming an AX web service from a java based program (is working fine from SoapUI). The AX generated WSDL is "nested" (references external xsd files). I'm wondering if this part of the problem and I would like to generate a flat, single WSDL to test this theory.
I read that I should be able to use ?singleWSDL to generate a single WSDL file. However, when I append this to my endpoint in IE, I get the folllowing:
The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
(If I append ?wsdl to my endpoint, it's fine.)
Does anybody have experience with generating a single WSDL from an AX web service (created from System administration > Services and Application Integration Framework > Inbound ports using http adapter)?
*This post is locked for comments
I have the same question (0)JackieMc... were you able to determine a root cause for this issue?
Thanks so much!