File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Web Services
Author
Calling enterprise webservice from js
Trupti raikar
Greenhorn
Joined: Dec 26, 2008
Posts: 1
posted
Dec 26, 2008 03:19:00
0
Hi,
I am trying to call below wenservice.
http://usai2peg.wdf.sap.corp:50010/sap/bc/srt/xip/sap/ECC_PURCHASEREQUEST002QR?sap-client=000&wsdl=1.1
my request is
<?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns1
urchaseRequestByIDQuery_sync xmlns:ns1="http://sap.com/xi/SAPGlobal20/Global"><PurchaseRequestSelectionByID><PurchaseRequestID xmlns
ns="http://sap.com/xi/APPL/SE/Global">10000001</PurchaseRequestID></PurchaseRequestSelectionByID></ns1
urchaseRequestByIDQuery_sync></SOAP-ENV:Body></SOAP-ENV:Envelope>
I am calling this webservice from javascript.
but instead of response data i am getting the comple wsdl as response.
can any one help me?
-trupti
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Calling enterprise webservice from js
Similar Threads
Soap Envelope not version 1.1
SOAP Request and Response problem
Webservices and Websphere 5.1
SOAPTextElement in my SOAPBody
NullPointerException returned from webservice
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter