Jump to content

Server code From a wsdl


Kyor

Recommended Posts

Hi,

 

A consumer give me  WSDL that describe SOAP messages in order to communicate together by Web services.

 

The first WSDL is a webservice that I consume, no problem for this part.

But the second one must be implemented in our side, a wsdl is provided to describe the ws that we must develop. The problem is that I don't know how to do? Is a tool exist to generate server code from a wsdl? should I develop from scratch and try to match the wsdl? Any clue will be welcome.

 

Regards,

 

Kyor

Link to comment
Share on other sites

The SOAP extension provides a set of classes that make it easy to send SOAP requests, and then returns the response. In particular, take a look at SoapClient. There's a few examples posted by users that will probably help you. Try and read it to understand it, and not just cut and paste the code. Will be far more beneficial for you...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.