Hello Experts ,
Can any one tell me the difference between WSDL and Web Service URL?
Thanks,
Prince.
Maruthi1982 (BOB member since 2009-06-18)
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 (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 (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 (BOB member since 2006-10-30)