Topic: Soapresult module
We are trying to use our soap wsdl in the module, but ik keeps saying "Loading..."
When we try to test it in http://www.plumvoice.com/soaptester/ it is giving result for methods.
What can be the issue?
Discuss issues, feature ideas, and topics related to Plum Fuse.
You are not logged in. Please login or register.
We are trying to use our soap wsdl in the module, but ik keeps saying "Loading..."
When we try to test it in http://www.plumvoice.com/soaptester/ it is giving result for methods.
What can be the issue?
Your WSDL's namespaces are "xsd", "wsdl", "tns", "soap", and "ns1". However, some of the complex element types' namespaces are "xs", instead of "xsd". This is what's causing the SOAP module to infinitely load. To fix this, please ensure all your complex element's types are "xsd".
Also, with our SOAP tester, you'll notice your WSDL loads correctly, but if you try to run any of the functions, the tester throws an error.
Hi, sorry for the delay.
The generated wsdl is standard generated code. I understand in this case it isn't possible to communicate unless we change our elements?
Yes, you need to make your namespaces match your elements. So you either need to change all of them to "xsd", or your namespace to "xs".
Powered by PunBB