Consuming a JMS Web Service (SOAP Over JMS) with JMS Binding usingc#.net

  • Thread starter Thread starter Simon Wilkinson
  • Start date Start date
S

Simon Wilkinson

Hi,

I am currently in the process of writing some integraton code, and
part of this needs to consume a JMS Web Service from .net. I have the
WSDL for the JMS Web Service which uses the following transport
'http://schemas.xmlsoap.org/soap/jms'.

If I try to add this WSDL as a Web Reference I get the following error

CODEGEN: The binding 'PortTypeEndpoint1Binding' from #pragma warning
disable 1591

namespace 'http://www.anycompany.com/esb/framework/anycompany/wsdl/
concrete' was ignored. There is no SoapTransportImporter that
understands the transport 'http://schemas.xmlsoap.org/soap/jms'.

I am also unable to create a Proxy Class using WSDL.exe.

Has anybody been able to achieve this? If so any help would be
appreciated, this is the last piece that is required for the
integration.

Thanks in advance

Simon
 
Simon said:
I am currently in the process of writing some integraton code, and
part of this needs to consume a JMS Web Service from .net. I have the
WSDL for the JMS Web Service which uses the following transport
'http://schemas.xmlsoap.org/soap/jms'.

If you're able to call your JMS Web Service from Java, then you should
be able to use IKVM.NET to get it working in C#.
 
Back
Top