2

i want to consuming a web service with HTTPWebRequest object the web service may be written using java.(doon't want to consume adding web reference)

1 Answer 1

5

Marcin provides a sample in his blog: Link .

Though it's consuming a .net based web service, but it doesn't make difference from the consumer's point of view.

The basic idea is you need to compose a soap request message and send it to server properly.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.