WSDL and Web Service URL?

Hello Experts ,

Can any one tell me the difference between WSDL and Web Service URL?

Thanks,
Prince.


Maruthi1982 (BOB member since 2009-06-18)


Andreas :de: (BOB member since 2002-06-20)

Think of it this way -

WSDL - Web Service Definition Language: Instructions on how to consume and interact with the web service. Only needed once and must reimport if the web service changes.

URL: The location that the web service resides. This can be made relative so that you don’t have to change it when moving from Dev to Prod.

Hope this helps.


dmanTX :us: (BOB member since 2006-10-30)

Hi,

Can you explain in detail that how can I make the Ulr as relative?

Thanks
Maruthi.


Maruthi1982 (BOB member since 2009-06-18)

Here is link to a similar post regarding relative WebService URLs: https://bobj-board.org/t/100070

Let me know if this provides enough details.


dmanTX :us: (BOB member since 2006-10-30)