My problem is next:
I post xml to server using the public.client:HTTP service.
(I mapped xml to data->string parameter), and after calling this service, i get the Internal error 500 from server. But, when I try this xml in browser(dropp it manually, if i may say like that)- it works.
Can anyone give me some help?
content between tags - i made that request in code and passing it to data->string in pub.client:HTTP,but how can I make blue part of this html in webMethods? do I need to use some of MIME services or what?
I think you may have misunderstood the question–the HTML is being sent from IS to an HTTP server somewhere. The name of the textarea field needs to be what that server expects, not what IS would expect.
MIME services are not needed.
You can hard-code the HTML text and use various string techniques to plug in the variable portion. You could also use templates. Refer to the IS and Developer documentation.
the difference is %0D in first url is missing… and part in red also missing.
How can I fixed this to don’t get response from http - 500? So, when i post data in browser i get succesfully result (second url ), but i get err0r 500 in webMethods(and pub.client:http returns me first url)