so I get to the point where I created a web service and it comes up to
this page when I push play. I can also click on jaytest and it will
take me to an invoke page... but when I try to send a transaction from
another application(that I have sent thousands of WebRequest Post to
our linux jboss server) it does not work.
---
The following operations are supported. For a formal definition, please
review the Service Description.
JayTest
HelloWorld
----------
SERVICE DECRIPTION CONTENT
-----------------------------------------------------------
<?xml version="1.0" encoding="utf-8" ?>
- <wsdl:definitions xmlns:http="
http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="
http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="
http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="
http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="
http://www.jaystest.com"
xmlns:tm="
http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="
http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="
http://www.jaystest.com"
xmlns:wsdl="
http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified"
targetNamespace="
http://www.jaystest.com">
- <s:element name="HelloWorld">
<s:complexType />
</s:element>
- <s:element name="HelloWorldResponse">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult"
type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="JayTest">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strMyName"
type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
- <s:element name="JayTestResponse">
- <s:complexType>
- <s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="JayTestResult"
type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
- <wsdl:message name="HelloWorldSoapIn">
<wsdl
art name="parameters" element="tns:HelloWorld" />
</wsdl:message>
- <wsdl:message name="HelloWorldSoapOut">
<wsdl
art name="parameters" element="tns:HelloWorldResponse" />
</wsdl:message>
- <wsdl:message name="JayTestSoapIn">
<wsdl
art name="parameters" element="tns:JayTest" />
</wsdl:message>
- <wsdl:message name="JayTestSoapOut">
<wsdl
art name="parameters" element="tns:JayTestResponse" />
</wsdl:message>
- <wsdl
ortType name="Service1Soap">
- <wsdl
peration name="HelloWorld">
<wsdl:input message="tns:HelloWorldSoapIn" />
<wsdl
utput message="tns:HelloWorldSoapOut" />
</wsdl
peration>
- <wsdl
peration name="JayTest">
<wsdl:input message="tns:JayTestSoapIn" />
<wsdl
utput message="tns:JayTestSoapOut" />
</wsdl
peration>
</wsdl
ortType>
- <wsdl:binding name="Service1Soap" type="tns:Service1Soap">
<soap:binding transport="
http://schemas.xmlsoap.org/soap/http"
style="document" />
- <wsdl
peration name="HelloWorld">
<soap
peration soapAction="
http://www.jaystest.com/HelloWorld"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl
utput>
<soap:body use="literal" />
</wsdl
utput>
</wsdl
peration>
- <wsdl
peration name="JayTest">
<soap
peration soapAction="
http://www.jaystest.com/JayTest"
style="document" />
- <wsdl:input>
<soap:body use="literal" />
</wsdl:input>
- <wsdl
utput>
<soap:body use="literal" />
</wsdl
utput>
</wsdl
peration>
</wsdl:binding>
- <wsdl:service name="Service1">
<documentation xmlns="
http://schemas.xmlsoap.org/wsdl/" />
- <wsdl
ort name="Service1Soap" binding="tns:Service1Soap">
<soap:address
location="
http://localhost/WebServiceTest/Service1.asmx" />
</wsdl
ort>
</wsdl:service>
</wsdl:definitions>
-----------------------------------------------------------