Hi ,
Having strayed from the flock.. not quite to the dark side of .Net
but to Java, It has been sometime since I have contributed on this
forum. I hope I'm not ex-communicated and someone is nice enough to
answer my question?
We are still using CFMX6.1 to host some "legacy" apps, and I have
been tasked to switch an application over to calling a web service
written in java using CFX implementation.
I have tried to consume/call a simple method from code and from
within cf-admin and it throws the following exception [ Could not
generate stub objects for web service invocation.].
Looking at the MX 6.1 documentation it appears as if CFMX6.1
supports document as the SOAP binding style and literal as the
encoding Style.
Sample wsdl below :
<wsdl:definitions name="UserServiceEndpointService"
targetNamespace="http://api.user.services.company.com/">
<wsdl:import location="http://hostedsite/user-ws/services/user?
wsdl=UserServicePort.wsdl" namespace="http://soap.companycom/user">
</wsdl:import>
-
<wsdl:binding name="UserServiceEndpointServiceSoapBinding"
type="ns1:UserServicePort">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/
soap/http"/>
-
<wsdl:operation name="changePassword">
<soap:operation soapAction="" style="document"/>
-
<wsdl:input name="changePassword">
<soap:body use="literal"/>
</wsdl:input>
-
<wsdl:output name="changePasswordResponse">
<soap:body use="literal"/>
</wsdl:output>
-
<wsdl:fault name="UserServiceException">
<soap:fault name="UserServiceException" use="literal"/>
</wsdl:fault>
Is anyone able to help? , does CFMX have a compatibility issue?
Theo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---