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

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
 
J

Jason Keats

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#.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top