• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to make a standard template supports for xml,httppostrequest,wsdl from HTTPPostRequest.

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I want to create standard templateformart, which supports for xml,httppostrequest and wsdl for my thrirdpary vendors from HTTPPostRequest.
I will get HTTPPOSTRequest and will need to create standard template for my vendors.
" i am not aware what format my vedor is looking for , so i need to make a generalized template which supports for for all my vendors."

Very much ppreciated for your help.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While I'm not sure what you're trying to accomplish, it sounds like you need to start by finding out what exactly you need to support, since we can't possibly know that. Also, give an example of what a "standard template" would look like for the operations you mention. I for one don't see the connection between XML, WSDL and HTTPPOSTRequest. Is theis somehting you'd use in a web page, or on the server, or ... ?

Also note that this forum -Ranch Office- is for question about this site, not for technical questions. Bit since I don't know what this questions ia bout yet, I'll leave it here for the time being.
reply
    Bookmark Topic Watch Topic
  • New Topic