Use Case: Mirth Connect : 3.2.0.7628; Java version: 1.6.0_45-b06 on a V1000 appliance
We are using a Mirth channel that has a Custom WebService Listener. We extended the AcceptMessage class given by Mirth and called our service CustomAcceptMessage and we are able to accept messages via the Secure Web Service and process them.
However, the WSDL generated has the schema in an XSD file.
The customer wants to see the WSDL file as one entity with the schema definitions inside the WSDL. They are not willing to accept the presence of an XSD inside the WSDL.
I believe, in JAX-WS, there is option to generate the schemas inline by using the wsgen -inlineSchemas but am not sure how to invoke that on the Mirth Connect WebService Listener connector.
Is there an option to generate the WSDL and XSD in a single file on the Mirth instance? If that is not an option, is there something I could do in the customAcceptMessage class?
I have checked the forums before I posted this question.
Thank you
We are using a Mirth channel that has a Custom WebService Listener. We extended the AcceptMessage class given by Mirth and called our service CustomAcceptMessage and we are able to accept messages via the Secure Web Service and process them.
However, the WSDL generated has the schema in an XSD file.
The customer wants to see the WSDL file as one entity with the schema definitions inside the WSDL. They are not willing to accept the presence of an XSD inside the WSDL.
I believe, in JAX-WS, there is option to generate the schemas inline by using the wsgen -inlineSchemas but am not sure how to invoke that on the Mirth Connect WebService Listener connector.
Is there an option to generate the WSDL and XSD in a single file on the Mirth instance? If that is not an option, is there something I could do in the customAcceptMessage class?
I have checked the forums before I posted this question.
Thank you
WSDL with XSD inline
0 commentaires:
Enregistrer un commentaire