How do I build a WSML file for a Microsoft client in VB6 with a Java server?
Correct me if I'm wrong (I'm not a MS SOAP Toolkit expert), but I don't think you need a WSML file for a Microsoft client. The WSML file is the service configuration file, so it's only needed when deploying a Microsoft service. The Java service has a different type of service configuration file (e.g., Apache Axis has a WSDD file; Systinet WASP has an xml.config file). What you need to get is the WSDL file supplied by the Java service. You use that WSDL file to generate your VB client proxy.
Dig Deeper on Topics Archive
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Application Architecture experts
Start the conversation
0 comments