Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

URN

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
i�m using messaging style Webservices and i have tried to to send a xml-File , which i had generated with Xml Spy from a xsd i had written.
My Problem is that i have to set the urn in the xml-file as following:
<Request xmlns="urn:WebServiceUrn" ...>
what i would like to know is if it�s possible to set the urn like this :
<Request xmlns:s="urn.... >
When i try to set this, i�m getting the Error:
service '' unknown
Can anyone tell me how to set the urn by using this term : xmlns:s and how to deploy this?
Thank you very much and excuse my english
reply
    Bookmark Topic Watch Topic
  • New Topic