function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NoviceDeveloperNoviceDeveloper 

org.xml.sax.SAXParseException: White spaces are required between publicId and systemId.

Hi ,
  I am trying to use outbound messages , i create opputunity and there is rule setup which triggers outbound message i am getting this as response. I wonder how this is happening.
 
when i try with eclipse in testing i don't get this error but when triggerd byy sales force getting above exception.
 
Arun
zakzak
You typically get this when your endpoint gets an exception and your servlet container responds with an HTML page detailing the exception. Try using one of the many diagnostics tools to get a capture of what your server is returning, (e.g. SOAPScope, tcpTrace, YATT, ethereal)
NoviceDeveloperNoviceDeveloper

Hi ,

   How can i check , my machine is rechable on net or not, after reading few of posts in discussion , i think  first i ahve to resolve whether my machine is reachable or not.

I am using localhost which i am sure is not reachble from net .If i am trying ip adress which it hink is same as localhost .

and secondly how can i make my machine reachable on internet,so that endpoint could be reachable.Should i contact my sys admin to do this for me.

 

Arun

BecklesBeckles

Arun,

  Did you figure out how to make your machine reachable to the public?  I'm having the same issue...

 

Thanks.

BecklesBeckles

I have used SoapScope to verify that it is not returning html, it is returning ack= true.  I still get the error message from the outbound message...

org.xml.sax.SAXParseException: White spaces are required between publicId and systemId

Is there anything else that I can try?

JulsJuls
Hi Beckles,

I am having the same problem as you.

If you have found out how to do it. Please could you tell me
1) how do I switch on the SoapScope?
2) how can I overcome this problem?

I will appreciate your help very much. I have struggled for many hours now trying to figure out how to resolve this problem.

Thank you.

Best regards
JS
SuperfellSuperfell
Can you post a capture of exactly what your response xml looks like?
JulsJuls
Hi Simon,

Thank you for your response.

See below for my XML response.

FYI -
1) I am using your sample system, OM_SAMPLE and TestClient from OM_Sample_CSharp.
2) I am only testing the account section on your system. I want to get the trigger working, i.e. whenever there is any change on the account, your system will trigger a message to my application (which currently, I am using your sample).
3) I don't know if I need to add in additional code to read the incoming message. Do you have a sample which I can use to pick up the incoming messages?
4) I don't have SOAPScope utility. I did download a trial version, but I couldn't get it to go. It needs an URL and I have tried several of them, but still no luck.

Once again, thanks and I look forward to your response.

Best regards
Juls

Message on the Web Page.


AccountNotificationServiceImpl


The following operations are supported. For a formal definition, please review the Service Description.

notifications


--------------------------------------------------------------------------------

This web service is using http://tempuri.org/ as its default namespace.
Recommendation: Change the default namespace before the XML Web service is made public.
Each XML Web service needs a unique namespace in order for client applications to distinguish it from other services on the Web. http://tempuri.org/ is available for XML Web services that are under development, but published XML Web services should use a more permanent namespace.

Your XML Web service should be identified by a namespace that you control. For example, you can use your company's Internet domain name as part of the namespace. Although many XML Web service namespaces look like URLs, they need not point to actual resources on the Web. (XML Web service namespaces are URIs.)

For XML Web services creating using ASP.NET, the default namespace can be changed using the WebService attribute's Namespace property. The WebService attribute is an attribute applied to the class that contains the XML Web service methods. Below is a code example that sets the namespace to "http://microsoft.com/webservices/":

C#

[WebService(Namespace="http://microsoft.com/webservices/")]
public class MyWebService {
// implementation
}
Visual Basic

Public Class MyWebService
' implementation
End Class
C++

[WebService(Namespace="http://microsoft.com/webservices/")]
public ref class MyWebService {
// implementation
};
For more details on XML namespaces, see the W3C recommendation on Namespaces in XML.

For more details on WSDL, see the WSDL Specification.

For more details on URIs, see RFC 2396.

Request Details
Session Id: Request Type: GET
Time of Request: 1/10/2007 6:36:48 AM Status Code: 200
Request Encoding: Unicode (UTF-8) Response Encoding: Unicode (UTF-8)
Trace Information
Category Message From First(s) From Last(s)
aspx.page Begin PreInit
aspx.page End PreInit 0.0092353085652418 0.009235
aspx.page Begin Init 0.0100040299943861 0.000769
aspx.page End Init 0.0158458851284519 0.005842
aspx.page Begin InitComplete 0.0158845610447243 0.000039
aspx.page End InitComplete 0.0162144618654263 0.000330
aspx.page Begin PreLoad 0.0169479258561232 0.000733
aspx.page End PreLoad 0.0212053315555912 0.004257
aspx.page Begin Load 0.0212821747934878 0.000077
aspx.page End Load 0.531364746905659 0.510083
aspx.page Begin LoadComplete 0.531415277220841 0.000051
aspx.page End LoadComplete 0.531753791736841 0.000339
aspx.page Begin PreRender 0.531788350108269 0.000035
aspx.page End PreRender 0.534775119630016 0.002987
aspx.page Begin PreRenderComplete 0.535906628438528 0.001132
aspx.page End PreRenderComplete 0.536251831876387 0.000345
aspx.page Begin SaveState 0.640924482717139 0.104673
aspx.page End SaveState 0.647226135816826 0.006302
aspx.page Begin SaveStateComplete 0.647284768893523 0.000059
aspx.page End SaveStateComplete 0.647638370826316 0.000354
aspx.page Begin Render 0.647666119643382 0.000028
aspx.page End Render 0.755039765952897 0.107374
Control Tree
Control UniqueID Type Render Size Bytes (including children) ViewState Size Bytes (excluding children) ControlState Size Bytes (excluding children)
__Page ASP.defaultwsdlhelpgenerator_aspx 5387 0 0
ctl17 System.Web.UI.LiteralControl 18 0 0
ctl00 System.Web.UI.HtmlControls.HtmlHead 2413 0 0
ctl07 System.Web.UI.HtmlControls.HtmlLink 96 80 0
ctl18 System.Web.UI.DataBoundLiteralControl 2242 2480 0
ctl08 System.Web.UI.HtmlControls.HtmlTitle 62 0 0
ctl19 System.Web.UI.DataBoundLiteralControl 43 64 0
ctl20 System.Web.UI.DataBoundLiteralControl 116 48 0
ctl01 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
ctl21 System.Web.UI.DataBoundLiteralControl 0 8 0
ctl22 System.Web.UI.LiteralControl 10 0 0
ctl02 System.Web.UI.HtmlControls.HtmlGenericControl 509 0 0
ctl23 System.Web.UI.DataBoundLiteralControl 215 216 0
MethodList System.Web.UI.WebControls.Repeater 273 28 0
MethodList$ctl00 System.Web.UI.WebControls.RepeaterItem 34 0 0
MethodList$ctl00$ctl00 System.Web.UI.LiteralControl 34 0 0
MethodList$ctl01 System.Web.UI.WebControls.RepeaterItem 204 0 0
MethodList$ctl01$ctl02 System.Web.UI.DataBoundLiteralControl 132 88 0
MethodList$ctl01$ctl00 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
MethodList$ctl01$ctl03 System.Web.UI.DataBoundLiteralControl 0 24 0
MethodList$ctl01$ctl04 System.Web.UI.LiteralControl 18 0 0
MethodList$ctl01$ctl01 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
MethodList$ctl01$ctl05 System.Web.UI.DataBoundLiteralControl 0 8 0
MethodList$ctl01$ctl06 System.Web.UI.LiteralControl 54 0 0
MethodList$ctl02 System.Web.UI.WebControls.RepeaterItem 35 0 0
MethodList$ctl02$ctl00 System.Web.UI.LiteralControl 35 0 0
ctl24 System.Web.UI.LiteralControl 8 0 0
ctl25 System.Web.UI.LiteralControl 10 0 0
ctl03 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
ctl26 System.Web.UI.DataBoundLiteralControl 0 144 0
ctl27 System.Web.UI.DataBoundLiteralControl 0 128 0
ctl28 System.Web.UI.DataBoundLiteralControl 0 112 0
ctl29 System.Web.UI.DataBoundLiteralControl 0 112 0
ctl09 System.Web.UI.WebControls.Repeater 0 24 0
ctl09$ctl00 System.Web.UI.WebControls.RepeaterItem 0 0 0
ctl09$ctl00$ctl03 System.Web.UI.LiteralControl 0 0 0
ctl09$ctl00$ctl00 System.Web.UI.HtmlControls.HtmlTableRow 0 20 0
ctl09$ctl00$ctl01 System.Web.UI.HtmlControls.HtmlTableCell 0 0 0
ctl09$ctl00$ctl04 System.Web.UI.DataBoundLiteralControl 0 20 0
ctl09$ctl00$ctl02 System.Web.UI.HtmlControls.HtmlTableCell 0 0 0
ctl09$ctl00$ctl05 System.Web.UI.DataBoundLiteralControl 0 16 0
ctl09$ctl00$ctl06 System.Web.UI.LiteralControl 0 0 0
ctl09$ctl01 System.Web.UI.WebControls.RepeaterItem 0 0 0
ctl09$ctl01$ctl00 System.Web.UI.DataBoundLiteralControl 0 16 0
ctl30 System.Web.UI.DataBoundLiteralControl 0 112 0
ctl31 System.Web.UI.DataBoundLiteralControl 0 100 0
ctl32 System.Web.UI.DataBoundLiteralControl 0 112 0
ctl33 System.Web.UI.DataBoundLiteralControl 0 112 0
ctl10 System.Web.UI.WebControls.Repeater 0 24 0
ctl10$ctl00 System.Web.UI.WebControls.RepeaterItem 0 0 0
ctl10$ctl00$ctl03 System.Web.UI.LiteralControl 0 0 0
ctl10$ctl00$ctl00 System.Web.UI.HtmlControls.HtmlTableRow 0 20 0
ctl10$ctl00$ctl01 System.Web.UI.HtmlControls.HtmlTableCell 0 0 0
ctl10$ctl00$ctl04 System.Web.UI.DataBoundLiteralControl 0 20 0
ctl10$ctl00$ctl02 System.Web.UI.HtmlControls.HtmlTableCell 0 0 0
ctl10$ctl00$ctl05 System.Web.UI.DataBoundLiteralControl 0 16 0
ctl10$ctl00$ctl06 System.Web.UI.LiteralControl 0 0 0
ctl10$ctl01 System.Web.UI.WebControls.RepeaterItem 0 0 0
ctl10$ctl01$ctl00 System.Web.UI.DataBoundLiteralControl 0 16 0
ctl11 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
ctl34 System.Web.UI.DataBoundLiteralControl 0 216 0
ctl12 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
ctl35 System.Web.UI.DataBoundLiteralControl 0 216 0
ctl13 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
ctl36 System.Web.UI.DataBoundLiteralControl 0 216 0
ctl14 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
ctl37 System.Web.UI.DataBoundLiteralControl 0 220 0
ctl38 System.Web.UI.LiteralControl 16 0 0
ctl04 System.Web.UI.HtmlControls.HtmlGenericControl 29 0 0
ctl39 System.Web.UI.LiteralControl 10 0 0
ctl15 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
ctl40 System.Web.UI.DataBoundLiteralControl 0 632 0
ctl16 System.Web.UI.WebControls.Repeater 0 24 0
ctl41 System.Web.UI.DataBoundLiteralControl 0 208 0
ctl42 System.Web.UI.LiteralControl 6 0 0
ctl43 System.Web.UI.LiteralControl 14 0 0
ctl05 System.Web.UI.HtmlControls.HtmlGenericControl 2212 0 0
ctl44 System.Web.UI.DataBoundLiteralControl 2199 1936 0
ctl45 System.Web.UI.LiteralControl 10 0 0
ctl06 System.Web.UI.HtmlControls.HtmlGenericControl 0 20 0
ctl46 System.Web.UI.DataBoundLiteralControl 0 240 0
ctl47 System.Web.UI.LiteralControl 30 0 0
Session State
Session Key Type Value
Application State
Application Key Type Value
RM System.Resources.ResourceManager System.Resources.ResourceManager
Request Cookies Collection
Name Value Size
Response Cookies Collection
Name Value Size
Headers Collection
Name Value
Connection Keep-Alive
Accept image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, */*
Accept-Encoding gzip, deflate
Accept-Language en-us
Host localhost:1215
User-Agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
UA-CPU x86
Response Headers Collection
Name Value
X-AspNet-Version 2.0.50727
Cache-Control private
Content-Type text/html
Form Collection
Name Value
Querystring Collection
Name Value
Server Variables
Name Value
ALL_HTTP HTTP_CONNECTION:Keep-Alive HTTP_ACCEPT:image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, */* HTTP_ACCEPT_ENCODING:gzip, deflate HTTP_ACCEPT_LANGUAGE:en-us HTTP_HOST:localhost:1215 HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30) HTTP_UA_CPU:x86
ALL_RAW Connection: Keep-Alive Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, */* Accept-Encoding: gzip, deflate Accept-Language: en-us Host: localhost:1215 User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30) UA-CPU: x86
APPL_MD_PATH
APPL_PHYSICAL_PATH C:\Cheng Helpdesk\SMI\OM_Sample\
AUTH_TYPE
AUTH_USER
AUTH_PASSWORD
LOGON_USER FSTAU\clo
REMOTE_USER
CERT_COOKIE
CERT_FLAGS
CERT_ISSUER
CERT_KEYSIZE
CERT_SECRETKEYSIZE
CERT_SERIALNUMBER
CERT_SERVER_ISSUER
CERT_SERVER_SUBJECT
CERT_SUBJECT
CONTENT_LENGTH 0
CONTENT_TYPE
GATEWAY_INTERFACE
HTTPS
HTTPS_KEYSIZE
HTTPS_SECRETKEYSIZE
HTTPS_SERVER_ISSUER
HTTPS_SERVER_SUBJECT
INSTANCE_ID
INSTANCE_META_PATH
LOCAL_ADDR 127.0.0.1
PATH_INFO /OM_Sample/AccountNotificationService.asmx
PATH_TRANSLATED C:\Cheng Helpdesk\SMI\OM_Sample\AccountNotificationService.asmx
QUERY_STRING
REMOTE_ADDR 127.0.0.1
REMOTE_HOST 127.0.0.1
REMOTE_PORT
REQUEST_METHOD GET
SCRIPT_NAME /OM_Sample/AccountNotificationService.asmx
SERVER_NAME localhost
SERVER_PORT 1215
SERVER_PORT_SECURE 0
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE
URL /OM_Sample/AccountNotificationService.asmx
HTTP_CONNECTION Keep-Alive
HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, */*
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_ACCEPT_LANGUAGE en-us
HTTP_HOST localhost:1215
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
HTTP_UA_CPU x86

--------------------------------------------------------------------------------
Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
SuperfellSuperfell
It could be a firewall or other network device that's stopping the request before it even makes it to your server. Is your server getting invoked at all ?
JulsJuls
Hi Simon,

Thank you very much for your help.

I have put tcpdump on and triggered transactions from Salesforce (account change), see below for the dump.

I look forward to your help much.

Best regards
Juls



07:07:22.713681 IP aumelex01.au.firsttitle.local.53 > 6KMDG1S.au.firsttitle.loca
l.1025: 7116* 1/0/0 PTR[|domain]
07:07:24.728403 IP DSFTH1S.138 > 10.20.255.255.138: UDP, length 201
07:07:24.728403 IP 6KMDG1S.au.firsttitle.local.1025 > aumelex01.au.firsttitle.lo
cal.53: 61133+ PTR? 133.247.168.192.in-addr.arpa. (46)
07:07:24.728403 IP aumelex01.au.firsttitle.local.53 > 6KMDG1S.au.firsttitle.loca
l.1025: 61133 NXDomain* 0/1/0 (146)
07:07:24.728403 IP 6KMDG1S.au.firsttitle.local.137 > DSFTH1S.137: UDP, length 50

07:07:24.759639 IP DSFTH1S.137 > 6KMDG1S.au.firsttitle.local.137: UDP, length 19
3
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7c0 01c0 25d5 4950 2034 ..à...·A.A%OIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b71c 01c0 25d6 4950 2034 ..à...·..A%ÖIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b778 01c0 25d7 4950 2034 ..à...·x.A%xIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7d4 01c0 25d8 4950 2034 ..à...·O.A%OIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b730 01c0 25d9 4950 2034 ..à...·0.A%UIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b78c 01c0 25da 4950 2034 ..à...·O.A%UIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7e8 01c0 25db 4950 2034 ..à...·è.A%UIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b744 01c0 25dc 4950 2034 ..à...·D.A%ÜIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7a0 01c0 25dd 4950 2034 ..à...·..A%YIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7fc 01c0 25de 4950 2034 ..à...·ü.A%_IP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b758 01c0 25df 4950 2034 ..à...·X.A%ßIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:26.618181 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7b4 01c0 25e0 4950 2034 ..à...·'.A%àIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:28.757847 IP GDBDD1S.138 > 10.20.255.255.138: UDP, length 201
07:07:31.209873 IP 6KMDG1S.au.firsttitle.local.1025 > aumelex01.au.firsttitle.lo
cal.53: 59594+ PTR? 148.247.168.192.in-addr.arpa. (46)
07:07:31.209873 IP aumelex01.au.firsttitle.local.53 > 6KMDG1S.au.firsttitle.loca
l.1025: 59594 NXDomain* 0/1/0 (146)
07:07:31.209873 IP 6KMDG1S.au.firsttitle.local.137 > GDBDD1S.137: UDP, length 50

07:07:31.241109 IP 6KMDG1S.au.firsttitle.local.1430 > ehg4.hitbox.com.443: R 339
9209479:3399209479(0) ack 3260557460 win 0
07:07:31.241109 IP 6KMDG1S.au.firsttitle.local.1429 > 66.150.208.9.443: R 790190
802:790190802(0) ack 1510506822 win 0
07:07:31.241109 IP 6KMDG1S.au.firsttitle.local.1427 > www-sjl.salesforce.com.443
: R 1716211697:1716211697(0) ack 270453697 win 0
07:07:31.256727 IP GDBDD1S.137 > 6KMDG1S.au.firsttitle.local.137: UDP, length 19
3
07:07:31.803357 IP 6KMDG1S.au.firsttitle.local.1025 > aumelex01.au.firsttitle.lo
cal.53: 26315+ PTR? 132.80.154.64.in-addr.arpa. (44)
07:07:31.803357 IP aumelex01.au.firsttitle.local.53 > 6KMDG1S.au.firsttitle.loca
l.1025: 26315 1/2/2 (141)
07:07:31.959537 IP 6KMDG1S.au.firsttitle.local.1025 > aumelex01.au.firsttitle.lo
cal.53: 3787+ PTR? 9.208.150.66.in-addr.arpa. (43)
07:07:32.178189 IP aumelex01.au.firsttitle.local.53 > 6KMDG1S.au.firsttitle.loca
l.1025: 3787 NXDomain 0/1/0 (106)
07:07:32.178189 IP 6KMDG1S.au.firsttitle.local.137 > 66.150.208.9.137: UDP, leng
th 50
07:07:33.677517 IP 6KMDG1S.au.firsttitle.local.137 > 66.150.208.9.137: UDP, leng
th 50
07:07:34.333473 IP 6KMDG1S.au.firsttitle.local.1131 > 10.20.20.90.50796: UDP, le
ngth 26
07:07:34.333473 IP 10.20.20.90.50796 > 6KMDG1S.au.firsttitle.local.1131: UDP, le
ngth 4
07:07:34.333473 IP 10.20.20.90.50796 > 6KMDG1S.au.firsttitle.local.1131: UDP, le
ngth 162
07:07:34.333473 IP 6KMDG1S.au.firsttitle.local.1131 > 10.20.20.90.50796: UDP, le
ngth 12
07:07:35.176845 IP 6KMDG1S.au.firsttitle.local.137 > 66.150.208.9.137: UDP, leng
th 50
07:07:35.489205 arp who-has 10.20.20.250 (Broadcast) tell 10.20.20.90
07:07:36.238869 IP 6KMDG1S.au.firsttitle.local.1428 > www-sjl.salesforce.com.443
: R 870864509:870864509(0) ack 2368436607 win 0
07:07:36.816735 IP 6KMDG1S.au.firsttitle.local.1025 > aumelex01.au.firsttitle.lo
cal.53: 8395+ PTR? 33.234.14.204.in-addr.arpa. (44)
07:07:36.957297 IP aumelex01.au.firsttitle.local.53 > 6KMDG1S.au.firsttitle.loca
l.1025: 8395 1/6/7 (387)
07:07:38.191119 IP 6KMDG1S.au.firsttitle.local.137 > 10.20.20.90.137: UDP, lengt
h 50
07:07:38.191119 IP 10.20.20.90 > 6KMDG1S.au.firsttitle.local: ICMP 10.20.20.90 u
dp port 137 unreachable, length 36
07:07:39.690447 IP 6KMDG1S.au.firsttitle.local.137 > 10.20.20.90.137: UDP, lengt
h 50
07:07:39.690447 IP 10.20.20.90 > 6KMDG1S.au.firsttitle.local: ICMP 10.20.20.90 u
dp port 137 unreachable, length 36
07:07:41.189775 IP 6KMDG1S.au.firsttitle.local.137 > 10.20.20.90.137: UDP, lengt
h 50
07:07:41.189775 IP 10.20.20.90 > 6KMDG1S.au.firsttitle.local: ICMP 10.20.20.90 u
dp port 137 unreachable, length 36
07:07:42.876519 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:42.892137 IPX 00000000.08:00:37:46:45:a4.0452 > 00000000.ff:ff:ff:ff:ff:ff
.0452: ipx-sap-resp Xerox 'INC20800374645A4FX4645A4[|ipx 128]
07:07:43.438767 IP 6KMDG1S.au.firsttitle.local.137 > 10.20.20.250.137: UDP, leng
th 50
07:07:43.626183 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:44.328993 IP 10.20.20.90.520 > rip2-routers.mcast.net.520: RIPv2, Response
, length: 64
07:07:44.375847 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:44.938095 IP 6KMDG1S.au.firsttitle.local.137 > 10.20.20.250.137: UDP, leng
th 50
07:07:45.141129 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:45.141129 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:45.890793 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:45.890793 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:46.437423 IP 6KMDG1S.au.firsttitle.local.137 > 10.20.20.250.137: UDP, leng
th 50
07:07:46.640457 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:46.640457 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7c0 01c0 266d 4950 2034 ..à...·A.A&mIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b71c 01c0 266e 4950 2034 ..à...·..A&**bleep**.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b778 01c0 266f 4950 2034 ..à...·x.A&oIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7d4 01c0 2670 4950 2034 ..à...·O.A&pIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b730 01c0 2671 4950 2034 ..à...·0.A&qIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b78c 01c0 2672 4950 2034 ..à...·O.A&rIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7e8 01c0 2673 4950 2034 ..à...·è.A&sIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b744 01c0 2674 4950 2034 ..à...·D.A&tIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7a0 01c0 2675 4950 2034 ..à...·..A&uIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7fc 01c0 2676 4950 2034 ..à...·ü.A&vIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b758 01c0 2677 4950 2034 ..à...·X.A&wIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.140233 00:e0:07:00:98:b7 (oui Unknown) > Broadcast, ethertype Unknown (
0x4744), length 60:
0x0000: 0100 e007 0098 b7b4 01c0 2678 4950 2034 ..à...·'.A&xIP.4
0x0010: 3033 0004 ff5d d79c ff85 ddd4 0000 0002 03..ÿ]xoÿ.YO....
0x0020: 0000 0001 0000 0000 0a14 145a 0301 ...........Z..
07:07:47.405739 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:48.155403 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:48.905067 IP 9C4BB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:49.389225 IP 6KMDG1S.au.firsttitle.local.137 > 9C4BB1S.137: UDP, length 50

07:07:49.451697 IP 9C4BB1S.137 > 6KMDG1S.au.firsttitle.local.137: UDP, length 19
3
07:07:51.810015 IP 8QGWB1S.137 > 10.20.255.255.137: UDP, length 50
07:07:55.980021 IP 6KMDG1S.au.firsttitle.local.1025 > aumelex01.au.firsttitle.lo
cal.53: 20425+ PTR? 233.247.168.192.in-addr.arpa. (46)
07:07:55.980021 IP aumelex01.au.firsttitle.local.53 > 6KMDG1S.au.firsttitle.loca
l.1025: 20425 NXDomain* 0/1/0 (146)
07:07:55.980021 IP 6KMDG1S.au.firsttitle.local.137 > 8QGWB1S.137: UDP, length 50

07:07:56.042493 IP 8QGWB1S.137 > 6KMDG1S.au.firsttitle.local.137: UDP, length 19
3
07:07:56.229909 IP 6KMDG1S.au.firsttitle.local.1431 > na4-sjl.salesforce.com.443
: R 1086846580:1086846580(0) ack 67122659 win 0
07:07:56.729685 IP 6KMDG1S.au.firsttitle.local.1025 > aumelex01.au.firsttitle.lo
cal.53: 35782+ PTR? 85.234.14.204.in-addr.arpa. (44)
07:07:56.854629 IP aumelex01.au.firsttitle.local.53 > 6KMDG1S.au.firsttitle.loca
l.1025: 35782 1/6/8 (403)
07:07:57.791709 IP 6KMDG1S.au.firsttitle.local.1382 > aumelex01.au.firsttitle.lo
cal.1223: P 281278490:281278702(212) ack 2125220683 win 63200
07:07:57.791709 IP aumelex01.au.firsttitle.local.1223 > 6KMDG1S.au.firsttitle.lo
cal.1382: P 1:153(152) ack 212 win 65323
07:07:57.947889 IP 6KMDG1S.au.firsttitle.local.1382 > aumelex01.au.firsttitle.lo
cal.1223: . ack 153 win 64512

104 packets captured
104 packets received by filter
0 packets dropped by kernel
SuperfellSuperfell
You need to run this through something that'll reconstruct the actual payload. Try Ethereal.
JulsJuls

Hi Simon,

I have managed to get the Account Notification to work, but not the Opportunity Notification.

I used the similar code and added Opportunity Notification.  For some reasons, the Account Notification works and not the Opportunity Notification. 

I can't understand why it works for one and not the other.  Please help.  Thanks.

My xml:

<?xml version="1.0" encoding="utf-8" ?>

- <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:i0="http://soap.sforce.com/2005/09/outbound" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:import namespace="http://soap.sforce.com/2005/09/outbound" location="http://uat.firstms.com/Salesforce/SMI/OMSol/OpportunityNotificationService.asmx?wsdl=wsdl1" />
- <wsdl:types>
- <s:schema targetNamespace="http://tempuri.org/">
  <s:import schemaLocation="http://uat.firstms.com/Salesforce/SMI/OMSol/OpportunityNotificationService.asmx?schema=schema1" namespace="http://soap.sforce.com/2005/09/outbound" />
  <s:import schemaLocation="http://uat.firstms.com/Salesforce/SMI/OMSol/OpportunityNotificationService.asmx?schema=schema2" namespace="urn:sobject.enterprise.soap.sforce.com" />
  </s:schema>
  </wsdl:types>
- <wsdl:service name="OpportunityNotificationServiceImpl">
- <wsdl:port name="NotificationBinding" binding="i0:NotificationBinding">
  <soap:address location="http://uat.firstms.com/Salesforce/SMI/OMSol/OpportunityNotificationService.asmx" />
  </wsdl:port>
- <wsdl:port name="NotificationBinding1" binding="i0:NotificationBinding1">
  <soap12:address location="http://uat.firstms.com/Salesforce/SMI/OMSol/OpportunityNotificationService.asmx" />
  </wsdl:port>
  </wsdl:service>
  </wsdl:definitions>